Jelajahi Sumber

修改列表页行高

asd123a20 2 tahun lalu
induk
melakukan
82562f3109
1 mengubah file dengan 5 tambahan dan 3 penghapusan
  1. 5 3
      src/views/list.vue

+ 5 - 3
src/views/list.vue

@@ -141,7 +141,7 @@ export default {
             width: 10px;
             height: 10px;
             vertical-align: middle;
-            margin-top: 1%;
+            margin-top: 1.5%;
             margin-left: 5px;
           }
           .title {
@@ -152,8 +152,9 @@ export default {
             text-overflow: ellipsis;
             white-space: nowrap;
             font-size: 16px;
-            line-height: 30px;
-            font-weight: 600;
+            line-height: 40px;
+            // font-weight: 600;
+            // font-family: '宋体';
           }
           .date {
             width: 10%;
@@ -161,6 +162,7 @@ export default {
             line-height: 2em;
             font-size: 14px;
             text-align: right;
+            line-height: 40px;
           }
         }
     }