浏览代码

修复bug

xiaohaizhao 1 年之前
父节点
当前提交
c469760121
共有 2 个文件被更改,包括 4 次插入2 次删除
  1. 3 1
      cloud/businessCard/edit.vue
  2. 1 1
      team/team/modules/storeList.vue

+ 3 - 1
cloud/businessCard/edit.vue

@@ -407,6 +407,7 @@ export default {
     width: 100vw;
     padding-left: 10px;
     background: #fff;
+    box-sizing: border-box;
 
     .content {
         display: flex;
@@ -499,4 +500,5 @@ export default {
     .forbidden {
         opacity: .6;
     }
-}</style>
+}
+</style>

+ 1 - 1
team/team/modules/storeList.vue

@@ -39,7 +39,7 @@
                     </view>
                 </view>
             </view>
-            <view class="bottom">
+            <view class="bottom" v-if="check">
                 <view class="but" hover-class="navigator-hover" @click="onCheck(item, '退回')">
                     退回
                 </view>