shish 4 lat temu
rodzic
commit
8629e50f3d
1 zmienionych plików z 3 dodań i 5 usunięć
  1. 3 5
      mallApp/src/pages/home/recent.vue

+ 3 - 5
mallApp/src/pages/home/recent.vue

@@ -17,13 +17,13 @@
     </view>
     </view>
     <view class="list-content">
     <view class="list-content">
       <tui-list-view class="tui-list-view">
       <tui-list-view class="tui-list-view">
-        <tui-list-cell :lineLeft="false" :lineRight="false" padding="26upx 30upx 26upx 0" class="tui-list" >
+        <tui-list-cell :lineLeft="false" :lineRight="false" class="tui-list" >
           <view class="list-wrap">
           <view class="list-wrap">
             <view class="list-label">营业时间</view>
             <view class="list-label">营业时间</view>
             <view class="list-val">{{ shop.openTime || '08:00-22:00' }}</view>
             <view class="list-val">{{ shop.openTime || '08:00-22:00' }}</view>
           </view>
           </view>
         </tui-list-cell>
         </tui-list-cell>
-        <tui-list-cell @click="phoneCall" :lineLeft="false" :lineRight="false" padding="26upx 30upx 26upx 0" class="tui-list" >
+        <tui-list-cell @click="phoneCall" :lineLeft="false" :lineRight="false" class="tui-list" >
           <view class="list-wrap">
           <view class="list-wrap">
             <view class="list-label">联系电话</view>
             <view class="list-label">联系电话</view>
             <view class="list-val">{{ shop.telephone || '15280215347' }}</view>
             <view class="list-val">{{ shop.telephone || '15280215347' }}</view>
@@ -32,7 +32,7 @@
             <i class="iconfont iconditu" style="font-size:36upx;" ></i>
             <i class="iconfont iconditu" style="font-size:36upx;" ></i>
           </view>
           </view>
         </tui-list-cell>
         </tui-list-cell>
-        <tui-list-cell @click="goNavBtn" :lineLeft="false" :lineRight="false" padding="26upx 30upx 26upx 0" class="tui-list" >
+        <tui-list-cell @click="goNavBtn" :lineLeft="false" :lineRight="false" class="tui-list" >
           <view class="list-wrap">
           <view class="list-wrap">
             <view class="list-label">公司地址</view>
             <view class="list-label">公司地址</view>
             <view class="list-val">厦门市软件园二期夜光汇2号楼521室</view>
             <view class="list-val">厦门市软件园二期夜光汇2号楼521室</view>
@@ -155,7 +155,6 @@ export default {
   .tui-list {
   .tui-list {
     width: calc(100% - 20upx);
     width: calc(100% - 20upx);
     @include disFlex(center, space-between);
     @include disFlex(center, space-between);
-    // padding-left: 0 !important;
     margin-left: 20upx;
     margin-left: 20upx;
     .list-wrap {
     .list-wrap {
       width: calc(100% - 40upx);
       width: calc(100% - 40upx);
@@ -164,7 +163,6 @@ export default {
       .list-label {
       .list-label {
         width: 150upx;
         width: 150upx;
         color: #333;
         color: #333;
-        // margin-right: 40upx;
       }
       }
       .list-val {
       .list-val {
         width: calc(100% - 150upx);
         width: calc(100% - 150upx);