style(me.vue): 为头像按钮添加固定宽度

确保头像按钮在不同设备上保持一致的显示比例
This commit is contained in:
feige996
2025-08-23 23:06:39 +08:00
parent b30a4b1d91
commit 04e3068a58

View File

@@ -184,6 +184,7 @@ function handleLogout() {
}
.avatar-button {
height: 160rpx;
width: 160rpx;
padding: 0;
margin-right: 40rpx;
overflow: hidden;