Commit aa3d5d20 authored by 刘用法's avatar 刘用法

微调

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