121 lines
2.3 KiB
SCSS
121 lines
2.3 KiB
SCSS
|
@import 'src/styles/variables.module';
|
||
|
@import 'src/styles/element-plus';
|
||
|
@import './sidebar.scss';
|
||
|
@import './tailwind.scss';
|
||
|
@import './peeling.scss';
|
||
|
html,body,#app{
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
// 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;
|
||
|
}
|
||
|
|
||
|
.echartsbox .el-dialog__body{
|
||
|
background: #ededed !important;
|
||
|
}
|
||
|
.tsdialog .el-dialog__body{
|
||
|
background: rgb(245,246,250) !important;
|
||
|
}
|
||
|
.tsdialog .el-dialog__header{
|
||
|
background-color: #fff;
|
||
|
}
|
||
|
.el-upload {
|
||
|
display: inline-flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
.avatar-uploader .el-upload {
|
||
|
border: 1px dashed var(--el-border-color);
|
||
|
border-radius: 6px;
|
||
|
cursor: pointer;
|
||
|
position: relative;
|
||
|
overflow: hidden;
|
||
|
transition: var(--el-transition-duration-fast);
|
||
|
width: 100px;
|
||
|
height: 100px;
|
||
|
}
|
||
|
.el-icon.avatar-uploader-icon {
|
||
|
font-size: 28px;
|
||
|
color: #8c939d;
|
||
|
width: 100px;
|
||
|
height: 100px;
|
||
|
text-align: center;
|
||
|
}
|
||
|
.el-icon {
|
||
|
--color: inherit;
|
||
|
height: 1em;
|
||
|
width: 1em;
|
||
|
line-height: 1em;
|
||
|
display: inline-flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
position: relative;
|
||
|
fill: currentColor;
|
||
|
color: var(--color);
|
||
|
font-size: inherit;
|
||
|
}
|
||
|
|
||
|
|
||
|
.custom-tree-node, .treedelicon, .treeediticon {
|
||
|
font-size: 16px !important;
|
||
|
}
|
||
|
|
||
|
.custom-tree-large, .treedelicon, .treeediticon {
|
||
|
font-size: 14px !important;
|
||
|
}
|
||
|
.el-tree-node.is-current > .el-tree-node__content {
|
||
|
width: 100%;
|
||
|
height: 33px;
|
||
|
background-color: #409eff !important;
|
||
|
color: #fff !important;
|
||
|
}
|
||
|
|
||
|
.el-tree-node__content {
|
||
|
width: 100%;
|
||
|
height: 33px !important;
|
||
|
line-height: 33px;
|
||
|
}
|
||
|
|
||
|
.el-tree-node__content:hover {
|
||
|
background-color: #409eff19;
|
||
|
}
|
||
|
|
||
|
.el-select--large .el-select__wrapper{
|
||
|
min-height: 0px !important;
|
||
|
}
|
||
|
.el-table__body .is_sightedbg{
|
||
|
background: rgb(254, 218, 121) !important;
|
||
|
}
|
||
|
|
||
|
.hover-row.is_sightedbg td.el-table__cell{
|
||
|
background: rgb(254, 218, 121) !important;
|
||
|
}
|