Commit e3485307 authored by 罗超's avatar 罗超

1

parent fdbcfc81
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<!-- 政策详情 --> <!-- 政策详情 -->
<view class="policyDetail"> <view class="policyDetail">
<u-tabs :list="typeList" :current="active" name="Name" :is-scroll="false" @change="changeHandler" <u-tabs :list="typeList" :current="active" name="Name" :is-scroll="false" @change="changeHandler"
:active-color="mainColor" bg-color="#FFF" :bar-style="barStyle" height="140"></u-tabs> :active-color="mainColor" bg-color="#FFF" :bar-style="barStyle" height="100"></u-tabs>
<view class="officialNotice"> <view class="officialNotice">
<view class="title"> <view class="title">
官方公告信息 官方公告信息
...@@ -72,10 +72,10 @@ ...@@ -72,10 +72,10 @@
active: 0, active: 0,
mainColor: "#DFBE6E", mainColor: "#DFBE6E",
barStyle: { barStyle: {
width: '10rpx', width: '50rpx ',
height: '2rpx', height: '6rpx !important',
background: '#DFBE6E', backgroundColor: '#DFBE6E !important',
borderRadius: '1rpx' borderRadius: '3rpx !important',
}, },
typeList: [{ typeList: [{
Id: 0, Id: 0,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment