diff --git a/src/assets/styles/element-ui.scss b/src/assets/styles/element-ui.scss index 816ab3b..4cf878a 100644 --- a/src/assets/styles/element-ui.scss +++ b/src/assets/styles/element-ui.scss @@ -1381,4 +1381,35 @@ flex-direction: column; align-items: center; justify-content: center; +} +.el-tabs--border-card { + background: transparent; + border: 1px solid #0e5191 !important; +} +.el-tabs--border-card > .el-tabs__header { + background-color: transparent; + border-bottom: 1px solid #00386d; +} +.popup-main { + background: transparent !important; +} +.popup-result { + border: 1px solid #0e5191 !important; +} +.popup-result table span{ + border: 1px solid #0e5191 !important; +} +.popup-result .title{ + background: #405e7e !important; +} +.el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active { + color: #fff !important; + border-right-color: transparent; + border-left-color: transparent; +} +.el-tabs--border-card > .el-tabs__header .el-tabs__item{ + color: #c3cbd4; +} +.drawing-item:hover > .el-form-item, .drawing-row-item:hover > .el-form-item { + background: #b6b6b6 !important; } \ No newline at end of file diff --git a/src/components/Crontab/index.vue b/src/components/Crontab/index.vue index 3963df2..c9345d6 100644 --- a/src/components/Crontab/index.vue +++ b/src/components/Crontab/index.vue @@ -70,33 +70,33 @@
时间表达式
{{item}} | +{{ item }} | Cron 表达式 | - {{crontabValueObj.second}} + {{ crontabValueObj.second }} | - {{crontabValueObj.min}} + {{ crontabValueObj.min }} | - {{crontabValueObj.hour}} + {{ crontabValueObj.hour }} | - {{crontabValueObj.day}} + {{ crontabValueObj.day }} | - {{crontabValueObj.month}} + {{ crontabValueObj.month }} | - {{crontabValueObj.week}} + {{ crontabValueObj.week }} | - {{crontabValueObj.year}} + {{ crontabValueObj.year }} | - {{crontabValueString}} + {{ crontabValueString }} |
---|