feat: 样式的调整
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
</view>
|
||||
|
||||
<!-- 底部退出按钮 -->
|
||||
<button class="logout-btn" @click="handleLogout">退出登录</button>
|
||||
<text class="logout-btn" @click="handleLogout">退出登录</text>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
@@ -140,8 +140,11 @@ const handleLogout = () => {
|
||||
}
|
||||
|
||||
.logout-btn {
|
||||
width: 90%;
|
||||
margin: 80rpx auto;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 42px;
|
||||
margin-top: 40px;
|
||||
background-color: #fff;
|
||||
color: #333;
|
||||
border-radius: 8rpx;
|
||||
|
||||
Reference in New Issue
Block a user