Procházet zdrojové kódy

Merge branch 'master' of https://gitee.com/he2802/saas_applet

chenxiong před 3 roky
rodič
revize
e10e002d52
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      pages2/class/detail.vue

+ 1 - 1
pages2/class/detail.vue

@@ -35,7 +35,7 @@
 			</view>
 			<u-line color="#D6D6DB" />
 			<view style="display: flex;justify-content: center;">
-				<view :style="list.length==3?'width: 220px;':'width: 280px;'"><u-tabs :list="list" font-size="24" bar-width="80" :current="current" @change="change" active-color="#007AFF"></u-tabs></view>
+				<view :style="list.length==3?'width: 180px;':'width: 280px;'"><u-tabs :list="list" font-size="24" bar-width="80" :current="current" @change="change" active-color="#007AFF"></u-tabs></view>
 			</view>
 			<u-line color="#D6D6DB" />
 		</view>