Liugl 3 жил өмнө
parent
commit
c17485519c
1 өөрчлөгдсөн 7 нэмэгдсэн , 5 устгасан
  1. 7 5
      src/views/index.vue

+ 7 - 5
src/views/index.vue

@@ -784,7 +784,7 @@ export default {
       .brief-item {
         cursor: pointer;
         // width: calc(25% - 20px);
-        height: 125px;
+        // height: 125px;
         box-shadow: 0 0 16px 0 rgba(0,0,0,0.08);
         border-radius: 3px;
         padding: 15px 0px;
@@ -804,20 +804,22 @@ export default {
           }
         }
         .info {
-          overflow: hidden;
+          // overflow: hidden;
           padding-left: 10px;
           .title {
             font-size: 13px;
             text-align: left;
+            margin: 0px;
           }
           .number {
             font-size: 23px;
             font-weight: bold;
             line-height: 1;
-            margin-top: 8px;
+            // margin-top: 8px;
             margin-right: 5px;
-            // white-space: nowrap;
-            // text-overflow: ellipsis;
+            padding-top:8px;
+            white-space: nowrap;
+            text-overflow: ellipsis;
             overflow: hidden;
           }
         }