feat: 样式的调整

This commit is contained in:
2025-08-05 22:02:10 +08:00
parent 680ac8fd38
commit aedc71903d
3 changed files with 25 additions and 7 deletions

View File

@@ -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;