diff --git a/public/config.js b/public/config.js index 3d59b49f..88758d4d 100644 --- a/public/config.js +++ b/public/config.js @@ -1,4 +1,5 @@ var BASE_CONFIG = { - baseUrl: 'http://192.168.44.54:8090/', - version: '2.0.2021.05.11.19.43' -} + baseUrl: 'http://192.168.44.54:8091/', + version: '23.06', + apiVersion:'v1' +} \ No newline at end of file diff --git a/src/assets/css/components/views/setting/knowledgeBase.scss b/src/assets/css/components/views/setting/knowledgeBase.scss index d5f3d62f..8d607570 100644 --- a/src/assets/css/components/views/setting/knowledgeBase.scss +++ b/src/assets/css/components/views/setting/knowledgeBase.scss @@ -95,8 +95,29 @@ } } .filter__body { - padding: 0 0 0 20px; - + padding: 3px 0 0 20px; + .el-tree { + font-size:14px; + color: #353636; + font-weight: 400; + .el-tree-node { + .el-tree-node__content { + margin-bottom: 2px; + .custom-tree-node { + flex: 1; + display: flex; + align-items: center; + justify-content: space-between; + padding-right: 20px; + font-size: 14px; + font-weight: 400; + .count-tree-node { + color: #717171; + } + } + } + } + } .el-checkbox-group { display: flex; flex-direction: column; @@ -113,6 +134,15 @@ border-radius: 2px; } } + .el-checkbox__input.is-indeterminate .el-checkbox__inner { + border-color: #38ACD2; + background: #38ACD2; + border-radius: 2px; + } + .el-checkbox__input.is-indeterminate .el-checkbox__inner:before { + background: #FFFFFF; + border-radius: 1px; + } .el-checkbox__input.is-checked { .el-checkbox__inner { border-color: #38ACD2; @@ -526,16 +556,34 @@ padding-right:16px; padding-bottom:20px; .card-type { - height:20px; - width: fit-content; - padding-left:11px; - padding-right:11px; - background: rgba(56,172,210,0.10); - box-shadow: 0 2px 4px 0 rgba(51,51,51,0.02); - border-radius: 10px; - font-size: 12px; - color: #046ECA; - font-weight: 400; + display:flex; + flex-direction:row; + .card-category { + font-size: 12px; + line-height: 16px; + color: #38ACD2; + font-weight: 400; + border: 1px solid rgba(56,172,210,1); + height:20px; + width: fit-content; + padding-left:11px; + padding-right:11px; + box-shadow: 0 2px 4px 0 rgba(51,51,51,0.02); + border-radius: 10px; + margin-right:4px; + } + .card-source { + height:20px; + width: fit-content; + padding-left:11px; + padding-right:11px; + background: rgba(56,172,210,0.10); + box-shadow: 0 2px 4px 0 rgba(51,51,51,0.02); + border-radius: 10px; + font-size: 12px; + color: #046ECA; + font-weight: 400; + } } .card-enable { } @@ -576,6 +624,12 @@ padding-left: 20px; overflow: auto; + .enable-form__mt { + .el-form { + margin-top:6px; + } + } + .el-steps { margin-left: 10px; diff --git a/src/components/table/setting/KnowledgeBaseTableForRow.vue b/src/components/table/setting/KnowledgeBaseTableForRow.vue index 1c544124..569131dd 100644 --- a/src/components/table/setting/KnowledgeBaseTableForRow.vue +++ b/src/components/table/setting/KnowledgeBaseTableForRow.vue @@ -33,21 +33,24 @@