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 }}
@@ -104,9 +104,21 @@
- 确定 - 重置 - 取消 +
+ 确定 +
+
+ 重置 +
+
+ 取消 +
@@ -329,7 +341,7 @@ export default { }, }, computed: { - crontabValueString: function() { + crontabValueString: function () { let obj = this.crontabValueObj; let str = obj.second + @@ -363,7 +375,7 @@ export default { // 隐藏部分组件 }, }, - mounted: function() { + mounted: function () { this.resolveExp(); }, }; diff --git a/src/views/monitor/job/index.vue b/src/views/monitor/job/index.vue index 3baa308..b7f9734 100644 --- a/src/views/monitor/job/index.vue +++ b/src/views/monitor/job/index.vue @@ -69,7 +69,7 @@ -
+
- +
+ + 生成表达式 + + +
diff --git a/src/views/tool/build/index.vue b/src/views/tool/build/index.vue index f9d1237..e48f724 100644 --- a/src/views/tool/build/index.vue +++ b/src/views/tool/build/index.vue @@ -2,9 +2,7 @@
- +
@@ -21,7 +19,9 @@ @end="onEnd" >
@@ -58,12 +58,18 @@ 布局型组件
@@ -81,10 +87,20 @@ 导出vue文件 - + 复制代码 - + 清空
@@ -96,7 +112,12 @@ :disabled="formConf.disabled" :label-width="formConf.labelWidth + 'px'" > - + - +
-