chore: 优化样式

This commit is contained in:
xiaoxian521
2022-09-11 19:46:53 +08:00
parent f14889ef56
commit 685d7beb11
6 changed files with 61 additions and 367 deletions

View File

@@ -5,36 +5,11 @@
@import "./dark.scss";
@import "./tailwind.css";
/* 自定义全局 CssVar */
:root {
--pure-transition-duration: 0.016s;
}
body {
width: 100%;
height: 100%;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
text-rendering: optimizelegibility;
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
"Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
html {
width: 100%;
height: 100%;
box-sizing: border-box;
}
#app {
width: 100%;
height: 100%;
}
/* 头部用户信息样式重置 */
.hidden {
display: none !important;
}
/* 灰色模式 */
.html-grey {
filter: grayscale(100%);
@@ -45,15 +20,7 @@ html {
filter: invert(80%);
}
.pc-spacing {
margin: 10px;
}
.mobile-spacing {
margin: 0;
}
/* 重置vxe-table中pager样式 */
/* 重置 vxe-table 中 pager 样式 */
.vxe-pager .vxe-pager--num-btn:not(.is--disabled).is--active {
color: #fff !important;
}