shish 11 ماه پیش
والد
کامیت
e9ad413aed
1فایلهای تغییر یافته به همراه1 افزوده شده و 4 حذف شده
  1. 1 4
      hdPad/src/pages/home/components/customInfo.vue

+ 1 - 4
hdPad/src/pages/home/components/customInfo.vue

@@ -7,7 +7,6 @@
           <text class="label">名称</text>
           <view class="value-container">
             <text class="value">{{customInfo.name || '龙岩花紫柜'}}</text>
-            <view class="edit-icon" @tap="editInfo('name')"></view>
           </view>
         </view>
         
@@ -20,7 +19,6 @@
           <text class="label">地址</text>
           <view class="value-container">
             <text class="value">{{customInfo.address || '厦门市 前山路147号521'}}</text>
-            <view class="edit-icon" @tap="editInfo('address')"></view>
           </view>
         </view>
         
@@ -28,7 +26,6 @@
           <text class="label">生日</text>
           <view class="value-container">
             <text class="value">{{customInfo.birthday || '12月3日'}}</text>
-            <view class="edit-icon" @tap="editInfo('birthday')"></view>
           </view>
         </view>
         
@@ -169,7 +166,7 @@ export default {
     overflow-y: auto;
     border-right:1upx solid #EEEEEE;
     flex: 1;
-    padding: 10upx;
+    padding: 2upx;
     
     .info-card {
       background-color: #fff;