Commit 3804cdbb authored by 刘用法's avatar 刘用法

微调

parent aa3d5d20
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
v-for="(txt, index) in options[curTab][trace.reasonRelegation]" v-for="(txt, index) in options[curTab][trace.reasonRelegation]"
:key="index" :key="index"
@click="changeType(txt)" @click="changeType(txt)"
:class="{'txt-item':true,'active': (trace.reason == txt)}" style="width: 306rpx;padding-right: 10rpx;"> :class="{'txt-item':true,'active': (trace.reason == txt)}" style="width: 306rpx;margin-right: 18rpx">
<text class="txt">{{txt}}</text> <text class="txt">{{txt}}</text>
</view> </view>
</view> </view>
...@@ -352,10 +352,10 @@ ...@@ -352,10 +352,10 @@
} }
&>.u-flex{ &>.u-flex{
margin-top:40rpx; margin-top:40rpx;
margin-right:-20rpx; margin-right:-24rpx;
.txt-item{ .txt-item{
border-radius: 12rpx; border-radius: 12rpx;
padding:24rpx 22rpx; padding:24rpx 38rpx;
width: 196rpx; width: 196rpx;
height: 72rpx; height: 72rpx;
text-align: center; text-align: center;
......
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