qukaidi 4 năm trước cách đây
mục cha
commit
95b08b6c75
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      src/views/index.vue

+ 4 - 1
src/views/index.vue

@@ -486,7 +486,7 @@
         >
           <div slot="content" style="height: 260px">
             <div
-              style="padding: 5px 5px 0 5px; font-size: 14px"
+              style="padding: 4px 15px; font-size: 14px"
               v-for="(item, index) in tableDataTwo"
               :key="index"
               :style="{
@@ -1268,6 +1268,9 @@ export default {
     padding: 10px;
     justify-content: space-between;
   }
+  .content-bottom:last-child{
+    border-bottom: 0px;
+  }
   .upper-right {
     padding: 10px 0;
     height: 260px;