From c8d237f941828ea175512ba22ee21085e1223fc4 Mon Sep 17 00:00:00 2001 From: taojinlong Date: Tue, 23 Aug 2022 17:08:13 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=95=B0=E6=8D=AE=E6=BA=90):=20=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E5=A4=8D=E5=88=B6=20API=20=E6=95=B0=E6=8D=AE=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/datasource/DsConfiguration.vue | 207 ++++++++++-------- 1 file changed, 117 insertions(+), 90 deletions(-) diff --git a/frontend/src/views/system/datasource/DsConfiguration.vue b/frontend/src/views/system/datasource/DsConfiguration.vue index b9cec2f697..0519aacd44 100644 --- a/frontend/src/views/system/datasource/DsConfiguration.vue +++ b/frontend/src/views/system/datasource/DsConfiguration.vue @@ -76,6 +76,13 @@ circle @click="addApiItem(scope.row)" /> + - + {{ $t("datasource.oracle_sid") }} + >{{ $t("datasource.oracle_sid") }} {{ $t("datasource.get_schema") }} + >{{ $t("datasource.get_schema") }} @@ -437,7 +444,7 @@ {{ $t("datasource.base_info") }} - + @@ -492,50 +499,51 @@
- - - - - - - - - + +
@@ -608,14 +616,16 @@
{{ $t("commons.cancel") }} {{ $t("fu.steps.next") }} + >{{ $t("fu.steps.next") }} {{ - $t("fu.steps.prev") - }} + $t("fu.steps.prev") + }} + {{ - $t("commons.save") - }} + $t("commons.save") + }} +
@@ -623,7 +633,7 @@ @@ -1142,6 +1163,7 @@ export default { background: #e9e9ea; } } + .el-drawer__body { padding: 0 24px 81px 24px; } @@ -1173,6 +1195,7 @@ export default { .el-input-group__prepend { background-color: #fff; border-color: #bbbfc4; + .el-select { width: 84px !important; color: #1f2329; @@ -1188,6 +1211,7 @@ export default { .el-steps { margin-top: 23px !important; justify-content: center; + .el-step__line { line-height: 1.5; text-align: center; @@ -1208,7 +1232,7 @@ export default { .el-step__icon.is-text { border: none; font-family: PingFang SC; - font-weight: 400; + font-weight: 400; color: #fff; width: 28px; height: 28px; @@ -1238,10 +1262,11 @@ export default { border: 1px solid #8f959e; } } + .is-process.el-step__title { - font-weight: 400; - color: #8f959e; - } + font-weight: 400; + color: #8f959e; + } } .el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label:before { @@ -1292,14 +1317,16 @@ export default { .table-container { padding: 20px; border: 1px solid #DEE0E3; + .el-table__header-wrapper { - background-color: #f5f6f7; - border-top: 1px solid #DEE0E3; - // border-top: 1px solid rgba(31, 35, 41, 0.15); + background-color: #f5f6f7; + border-top: 1px solid #DEE0E3; + // border-top: 1px solid rgba(31, 35, 41, 0.15); } + .el-table__fixed-header-wrapper { th { - background-color: var(--TableBG, #f5f6f7) !important; + background-color: var(--TableBG, #f5f6f7) !important; } } } @@ -1317,8 +1344,8 @@ export default { box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.05); } - .el-checkbox__label{ - width:150px; + .el-checkbox__label { + width: 150px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;