|
@@ -17,7 +17,7 @@
|
|
<!-- tab -->
|
|
<!-- tab -->
|
|
<view style="background-color: #3c9cff;">
|
|
<view style="background-color: #3c9cff;">
|
|
<u-tabs :list="tabs" lineColor="#fff" lineWidth="60" @change="change" :activeStyle="{
|
|
<u-tabs :list="tabs" lineColor="#fff" lineWidth="60" @change="change" :activeStyle="{
|
|
- width: '180rpx',
|
|
|
|
|
|
+ width: '140rpx',
|
|
height: '60rpx',
|
|
height: '60rpx',
|
|
color: '#fff',
|
|
color: '#fff',
|
|
backgroundColor: '#3c9cff',
|
|
backgroundColor: '#3c9cff',
|
|
@@ -25,7 +25,7 @@
|
|
lineHeight: '60rpx',
|
|
lineHeight: '60rpx',
|
|
textAlign: 'center'
|
|
textAlign: 'center'
|
|
}" :inactiveStyle="{
|
|
}" :inactiveStyle="{
|
|
- width: '180rpx',
|
|
|
|
|
|
+ width: '140rpx',
|
|
height: '60rpx',
|
|
height: '60rpx',
|
|
color: '#fff',
|
|
color: '#fff',
|
|
backgroundColor: '#3c9cff',
|
|
backgroundColor: '#3c9cff',
|