Browse Source

优化趣选书展示效果

Pchen. 3 weeks ago
parent
commit
86265040c3
1 changed files with 7 additions and 1 deletions
  1. 7 1
      src/pages/qxs/getBookList.vue

+ 7 - 1
src/pages/qxs/getBookList.vue

@@ -33,7 +33,7 @@
                     </a-form-item>
                 </a-form>
 
-                <a-divider direction="vertical" />
+                <a-divider direction="vertical" class="divider"/>
 
                 <div class="userInfo">
                     <a-avatar :style="{ backgroundColor: '#FE82A5' }" :size="70">
@@ -250,4 +250,10 @@ const getBookList = async () => {
         font-size: 0.8em;
     }
 }
+
+@media (max-width: 768px) {
+    .divider {
+        display: none;
+    }
+  }
 </style>