shish 10 mesi fa
parent
commit
61ac00dea3

+ 1 - 1
ghsApp/src/admin/home/components/scrollable-tabs.vue

@@ -150,7 +150,7 @@ export default {
   right: 0;
   background-color: #fff;
   border-bottom: 1upx solid #f0f0f0;
-  z-index: 999;
+  z-index: 18;
   
   width: 100%;
   

+ 1 - 1
ghsApp/src/components/module/shopSelect.vue

@@ -12,7 +12,7 @@
         <view v-if="dropdownShow" :style="{top}" class="select-fixed_bx">
             <slot>
                 <view class="select-item-box">
-                    <view class="title">门店</view>
+                    <view class="title">请选择门店</view>
                     <view class="item-child_box">
                         <button v-for="(item,index) in shopList" :key="index" @click="changeItem(item)" 
                         :class="['admin-button-com','mini-btn','default']"> {{item.name}} </button>