124 lines
1.3 KiB
SCSS
Raw Normal View History

2025-03-10 13:48:17 +08:00
@import './variables.module';
@import './element-plus';
@import './sidebar.scss';
@import './nav-menu.scss';
@import './page-common.scss';
@import './table.scss';
@import './overlay.scss';
body {
margin: 0;
padding: 0;
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 {
height: 100%;
box-sizing: border-box;
}
#app {
height: 100%;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
a:focus,
a:active {
outline: none;
}
a,
a:focus,
a:hover {
cursor: pointer;
color: inherit;
text-decoration: none;
}
div:focus {
outline: none;
}
.clearfix {
&:after {
visibility: hidden;
display: block;
font-size: 0;
content: ' ';
clear: both;
height: 0;
}
}
// reset
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
figure,
img {
margin: 0;
padding: 0;
}
fieldset,
img {
border: 0;
}
img {
display: block;
}
address,
caption,
cite,
code,
dfn,
th,
var {
font-style: normal;
font-weight: normal;
}
ul,
li,
ol {
list-style: none;
}
a {
text-decoration: none;
}
/*配置表头 popover*/
.el-popover.config-table-wrap{
width: 160px;
padding: 0;
}