更新代码

This commit is contained in:
guaishoudemao
2021-02-06 16:42:26 +08:00
parent f376e4302b
commit a0f56c53fe
80 changed files with 3056 additions and 2156 deletions

View File

@@ -126,7 +126,6 @@ aside {
}
.components-container {
margin: 10px 10px;
position: relative;
}

View File

@@ -101,6 +101,9 @@
.el-dialog{
border-radius: 6px;
}
.fontColor3{
color: #f1a417;
}
/* 去掉滚动条 */
.scrollbarAll::-webkit-scrollbar {
display: none; /* Chrome Safari */
@@ -372,14 +375,17 @@ table .el-image{
//}
//富文本编辑器弹框
#edui_fixedlayer{
z-index: 4000 !important;
}
.edui-shadow{
//z-index: -1 !important;
}
.edui-default{
//z-index: 4000;
// z-index: 4000 !important;
}
.edui-dialog{
//z-index: 4009 !important;
z-index: 4009 !important;
}
.maskModel {
position:fixed;top:0;left:0;right:0;bottom:0;z-index:55;background-color:rgba(0,0,0,0.5);