diff --git a/dist.zip b/dist.zip index 3e11105..eac2ec9 100644 --- a/dist.zip +++ b/dist.zip Binary files differ diff --git a/dist.zip b/dist.zip index 3e11105..eac2ec9 100644 --- a/dist.zip +++ b/dist.zip Binary files differ diff --git a/src/App.vue b/src/App.vue index c360395..f51ca2f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -47,6 +47,9 @@ .el-date-range-picker__header .el-picker-panel__icon-btn { color: #fff !important; } +.el-time-panel{ + background-color: rgb(24,32,49); +} /* 下拉框 */ .el-input__inner { background-color: rgba(0, 0, 0, 0) !important; @@ -195,6 +198,7 @@ /* 弹窗 Dialog A */ .el-dialog { background: #2c3642 !important; + border: 1px solid rgb(102, 177, 255); } .el-dialog__title { color: aqua !important; @@ -218,7 +222,17 @@ background: rgba(27, 27, 28, 0) !important; } /* 新烽查询系统单独样式 B */ - +/* 删除弹窗 */ +.el-message-box { + background: #000000 !important; + border: 1px solid rgb(102, 177, 255); +} +.el-message-box__title { + color: aqua !important; +} +.el-message-box__content { + color: white !important; +} /* 菜单 */ .el-menu { border-right: 0px solid #e6e6e6 !important; diff --git a/dist.zip b/dist.zip index 3e11105..eac2ec9 100644 --- a/dist.zip +++ b/dist.zip Binary files differ diff --git a/src/App.vue b/src/App.vue index c360395..f51ca2f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -47,6 +47,9 @@ .el-date-range-picker__header .el-picker-panel__icon-btn { color: #fff !important; } +.el-time-panel{ + background-color: rgb(24,32,49); +} /* 下拉框 */ .el-input__inner { background-color: rgba(0, 0, 0, 0) !important; @@ -195,6 +198,7 @@ /* 弹窗 Dialog A */ .el-dialog { background: #2c3642 !important; + border: 1px solid rgb(102, 177, 255); } .el-dialog__title { color: aqua !important; @@ -218,7 +222,17 @@ background: rgba(27, 27, 28, 0) !important; } /* 新烽查询系统单独样式 B */ - +/* 删除弹窗 */ +.el-message-box { + background: #000000 !important; + border: 1px solid rgb(102, 177, 255); +} +.el-message-box__title { + color: aqua !important; +} +.el-message-box__content { + color: white !important; +} /* 菜单 */ .el-menu { border-right: 0px solid #e6e6e6 !important; diff --git a/src/components/configure/PushRules.vue b/src/components/configure/PushRules.vue index 0da7e47..6d91835 100644 --- a/src/components/configure/PushRules.vue +++ b/src/components/configure/PushRules.vue @@ -81,7 +81,7 @@ 取    消