Files
QieKan-3.0/modules/web/src/assets/main.css
T
2023-04-07 20:28:21 +08:00

18 lines
239 B
CSS

@import './kbd.css';
@import './code.css';
::-webkit-scrollbar {
width: 0;
height: 0;
}
body {
padding: 0;
margin: 0;
}
.el-tabs__header {
position: sticky;
top: 0px;
z-index: 2;
background-color: white;
}