fix: 删除没有必要的wxss

This commit is contained in:
ZhuRui
2026-07-27 09:11:54 +08:00
parent b852754ca6
commit 6e1fc98c71
3 changed files with 0 additions and 153 deletions
-46
View File
@@ -1,46 +0,0 @@
.container {
min-height: 100vh;
height: 100vh;
}
.logo {
height: 56px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
color: #1a1a1a;
background: #fff;
}
.logoText {
font-size: 16px;
font-weight: 600;
white-space: nowrap;
}
.trigger {
font-size: 18px;
cursor: pointer;
transition: color 0.3s;
padding: 0 12px;
display: inline-flex;
align-items: center;
}
.trigger:hover {
color: #1677ff;
}
.content {
margin: 16px;
padding: 24px;
background: #fff;
border-radius: 8px;
flex: 1;
min-height: 0;
display: flex;
flex-direction: column;
overflow: hidden;
}
.main {
flex: 1;
min-height: 0;
display: flex;
flex-direction: column;
}