Parcourir la source

处理按钮样式

wangcz il y a 7 ans
Parent
commit
52e23bb496
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      components/mobile/center/outOfStorage/StorageList.vue

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

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