shish 3 лет назад
Родитель
Сommit
428cc8ba49
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      ghsApp/src/admin/changePrice/list.vue

+ 1 - 1
ghsApp/src/admin/changePrice/list.vue

@@ -16,7 +16,7 @@
 		<view class="scroll-middle_bx">
 			<scroll-view scroll-y scroll-with-animation class="tab-view" :scroll-top="scrollTop">
 				<div v-for="(item, index) in globalClassItemList" :key="index" class="tab-bar-item" :class="[classIndex == index ? 'active' : '']" :data-current="index" @tap.stop="swichClass(index)">
-					<text>{{ item.className || "" }}</text>
+					<text style="text-align: center;">{{ item.className || "" }}</text>
 				</div>
 			</scroll-view>
 				<scroll-view scroll-y class="right-box"