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
-62
View File
@@ -1,62 +0,0 @@
* {
box-sizing: border-box;
}
html,
body,
#app {
height: 100%;
margin: 0;
padding: 0;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
font-size: 14px;
color: rgba(0, 0, 0, 0.88);
background-color: #f5f5f5;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a {
color: #1677ff;
text-decoration: none;
}
a:hover {
opacity: 0.85;
}
::-webkit-scrollbar {
width: 6px;
height: 6px;
}
::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.2);
border-radius: 3px;
}
::-webkit-scrollbar-track {
background: transparent;
}
.page-container {
display: flex;
flex-direction: column;
height: 100%;
}
.page-filter {
display: flex;
flex-wrap: wrap;
align-items: center;
column-gap: 16px;
row-gap: 12px;
flex-shrink: 0;
}
.page-filter-actions {
display: flex;
align-items: center;
gap: 10px;
margin-left: 0;
}
.page-table {
display: flex;
flex-direction: column;
flex: 1;
min-height: 0;
margin-top: 16px;
}