chore(会员中心): 注销及退出登录按钮样式调整
This commit is contained in:
@@ -27,9 +27,9 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- 退出登录和账号注销按钮 -->
|
<!-- 退出登录和账号注销按钮 -->
|
||||||
<view class="action-buttons" v-if="storeToken || 1">
|
<view class="action-buttons" v-if="storeToken">
|
||||||
<view class="action-btn logout-btn" @click="logout">{{ $lang('logout') }}</view>
|
|
||||||
<view class="action-btn cancel-btn" @click="cancellation">{{ $lang('cancellation') }}</view>
|
<view class="action-btn cancel-btn" @click="cancellation">{{ $lang('cancellation') }}</view>
|
||||||
|
<view class="action-btn logout-btn" @click="logout">{{ $lang('logout') }}</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
@@ -200,7 +200,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.action-btn {
|
.action-btn {
|
||||||
width: 100%;
|
width: 80%;
|
||||||
height: 80rpx;
|
height: 80rpx;
|
||||||
line-height: 80rpx;
|
line-height: 80rpx;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@@ -210,14 +210,13 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.logout-btn {
|
.logout-btn {
|
||||||
background-color: #F4391c;
|
|
||||||
background-color: var(--main-color);
|
background-color: var(--main-color);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
border: 1rpx solid #ddd;
|
border: 1rpx solid #ddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cancel-btn {
|
.cancel-btn {
|
||||||
background-color: var(--aux-color);
|
background-color:var(--main-color);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user