按钮修改

This commit is contained in:
kbing1981 2024-07-05 13:51:11 +08:00
parent 4db8c410a2
commit 4a3285cacc
1 changed files with 3 additions and 2 deletions

View File

@ -293,7 +293,7 @@
</view>
<radio-group name="openWay" style="margin-left: 45upx;" @tap='selectWay(item)'>
<label class="tui-radio">
<radio color="#096f4b" :checked="openWay === item.id ? true : false" />
<radio color="#019c88" :checked="openWay === item.id ? true : false" />
</label>
</radio-group>
</view>
@ -2005,11 +2005,12 @@
width: 90%;
margin: 0 auto;
text-align: center;
background: linear-gradient(to right, #223845, #00a85b);
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
height: 80rpx;
border-radius: 60rpx;
color: #ffffff;
line-height: 80rpx;
font-size: 36rpx;
}
.serverAddress {