WholeProcessPlatform/frontend/src/styles/index.scss
2026-03-27 14:50:35 +08:00

48 lines
783 B
SCSS

@use 'src/styles/element-plus' as element-plus;
@use './sidebar' as sidebar;
@use './tailwind' as tailwind;
html,
body,
#app {
height: 100%;
font-family: auto;
}
/* Webkit 浏览器 (Chrome, Safari, Edge) */
body::-webkit-scrollbar {
display: none;
width: 0;
height: 0;
}
// main-container global css
.app-container {
padding: 20px;
}
.search {
padding: 18px 0 0 10px;
margin-bottom: 10px;
border-radius: 5px;
border: 1px solid #ddd;
box-shadow: 6px 2px 6px #ccc;
}
svg {
display: inline-block;
}
.el-dialog {
display: flex !important;
flex-direction: column !important;
margin: auto !important;
position: absolute !important;
top: 0;
left: 0;
right: 0;
bottom: 0;
height: max-content;
}
.el-dialog__body {
padding: 20px !important;
}