Browse Source

处理按钮样式

wangcz 7 years ago
parent
commit
52e23bb496
1 changed files with 2 additions and 2 deletions
  1. 2 2
      components/mobile/center/outOfStorage/StorageList.vue

+ 2 - 2
components/mobile/center/outOfStorage/StorageList.vue

@@ -76,7 +76,7 @@
   .storage{
   .storage{
     ul{
     ul{
       li{
       li{
-        padding: 0.24rem 0.24rem;
+        padding: 0.24rem 0.24rem 0;
         background: #fff;
         background: #fff;
         margin-bottom:.2rem;
         margin-bottom:.2rem;
         .linetext{
         .linetext{
@@ -91,7 +91,7 @@
           }
           }
         }
         }
         .look-btn{
         .look-btn{
-          padding: 0.2rem 0;
+          padding: 0.2rem;
           border-top: 1px solid #d3d3d3;
           border-top: 1px solid #d3d3d3;
           text-align: center;
           text-align: center;
         }
         }