diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss index c7968c9..2f25252 100644 --- a/src/styles/element-ui.scss +++ b/src/styles/element-ui.scss @@ -16,12 +16,12 @@ position: relative; margin: 0 auto; .el-dialog__header { - background-color:rgb(48, 65, 86); + //background-color:rgb(48, 65, 86); //background-color:rgb(47, 91, 114); - .el-dialog__title{ - color:white; - font-weight: bold; - } + //.el-dialog__title{ + // color:white; + // font-weight: bold; + //} } }