data-source-tree 0.0.3 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. package/index.js +3771 -3629
  2. package/index.umd.cjs +1 -1
  3. package/package.json +15 -15
  4. package/style.css +1 -1
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
- {
2
- "name": "data-source-tree",
3
- "version": "0.0.3",
4
- "description": "",
5
- "main": "index.js",
6
- "scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1"
8
- },
9
- "keywords": [],
10
- "author": "",
11
- "license": "ISC",
12
- "dependencies": {
13
- "axios": "^1.13.4"
14
- }
15
- }
1
+ {
2
+ "name": "data-source-tree",
3
+ "version": "0.0.5",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "keywords": [],
10
+ "author": "",
11
+ "license": "ISC",
12
+ "dependencies": {
13
+ "axios": "^1.13.4"
14
+ }
15
+ }
package/style.css CHANGED
@@ -1 +1 @@
1
- .steps[data-v-8d7f61a5]{height:30px;width:100%;display:flex;justify-content:center;font-size:14px}.steps .stepBox[data-v-8d7f61a5]{display:flex;align-items:center;justify-content:center;position:relative}.steps .stepBox .space[data-v-8d7f61a5]{height:100%;width:10px;background-color:#fff}.steps .stepBox[data-v-8d7f61a5]:first-child{justify-content:flex-start}.steps .stepBox:first-child .space[data-v-8d7f61a5]{display:none}.steps .stepBox[data-v-8d7f61a5]:last-child{justify-content:flex-end}.steps .stepBox[data-v-8d7f61a5]:before{content:"";width:100%;height:1px;background-color:#e6ebf1;position:absolute;top:50%;left:0;transform:translateY(-50%);z-index:1}.steps .stepBox>div[data-v-8d7f61a5]{position:relative;z-index:10;background-color:#fff}.steps .stepNun[data-v-8d7f61a5]{height:24px;width:24px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none;color:#b0b1b6;border:1px solid #b0b1b6}.steps .stepNun span[data-v-8d7f61a5]{display:block}.steps .stepNun i[data-v-8d7f61a5]{display:none}.steps .stepWord[data-v-8d7f61a5]{color:#b0b1b6;padding-left:10px}.steps .stepActive .stepNun[data-v-8d7f61a5]{background-color:#03a1ff;color:#fff;border:1px solid #03a1ff}.steps .stepActive .stepWord[data-v-8d7f61a5]{color:#03a1ff}.steps .stepFinish .stepNun[data-v-8d7f61a5]{background-color:#fff;color:#03a1ff;border:1px solid #03a1ff}.steps .stepFinish .stepNun span[data-v-8d7f61a5]{display:none}.steps .stepFinish .stepNun i[data-v-8d7f61a5]{display:block}.steps .stepFinish .stepWord[data-v-8d7f61a5]{color:#606269}.addDiv[data-v-ade2dbcd]{height:100%;width:100%;display:flex;flex-direction:column}.addDiv .drawer-header[data-v-ade2dbcd]{height:60px;min-height:60px;max-height:60px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e6ebf1;flex-shrink:0}.addDiv .drawer-header .drawer-title[data-v-ade2dbcd]{font-size:16px;font-weight:700;color:#1e1e1e}.addDiv .drawer-header .drawer-close[data-v-ade2dbcd]{cursor:pointer;color:#606266;font-size:18px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:4px}.addDiv .drawer-header .drawer-close[data-v-ade2dbcd]:hover{background-color:#f5f7fa;color:#409eff}.addDiv .return-list[data-v-ade2dbcd]{display:flex;align-items:center;border-bottom:1px solid #e6ebf1;height:40px;padding:0 20px;font-size:14px;flex-shrink:0}.addDiv .return-list .returnbtn[data-v-ade2dbcd]{color:#606266;cursor:pointer}.addDiv .return-list .returnbtn[data-v-ade2dbcd]:hover{opacity:.7}.addDiv .return-list .returnbtn .el-icon-back[data-v-ade2dbcd]{margin-right:5px}.addDiv .return-list .split[data-v-ade2dbcd]{margin:0 20px;height:16px;width:1px;background-color:#e6ebf1}.addDiv .return-list .detailTitle[data-v-ade2dbcd]{color:#3a3a3e;font-weight:700}.addDiv .stepBox[data-v-ade2dbcd]{padding:15px 40px;flex-shrink:0}.addDiv .addContent[data-v-ade2dbcd]{flex:1;width:100%;overflow:auto;padding:0 40px}.addDiv .addContent>div[data-v-ade2dbcd]{height:100%}.addDiv .stepBtn[data-v-ade2dbcd]{height:60px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-top:1px solid #e6ebf1;flex-shrink:0}.addDiv .line .lineTitle[data-v-ade2dbcd]{font-size:14px;color:#1e1e1e;font-weight:700;padding-left:12px;position:relative}.addDiv .line .lineTitle[data-v-ade2dbcd]:before{content:"";position:absolute;top:50%;left:0;width:4px;height:12px;transform:translateY(-50%);background:linear-gradient(180deg,#2476f2,#03a1ff);border-radius:2px}.addDiv .line .lineContent[data-v-ade2dbcd]{display:flex;flex-wrap:wrap}.addDiv .line .lineContent .lineItem[data-v-ade2dbcd]{display:flex;align-items:center;justify-content:center;flex-direction:column;height:86px;width:128px;margin:20px 12px;border-radius:4px;border:1px solid #dde1e7;cursor:pointer;-webkit-user-select:none;user-select:none}.addDiv .line .lineContent .lineItem[data-v-ade2dbcd] img{width:48px;height:48px}.addDiv .line .lineContent .lineItem[data-v-ade2dbcd]:hover{box-shadow:0 0 10px #0000001a}.addDiv .line .lineContent .lineItem.typeActive[data-v-ade2dbcd]{border-color:#03a1ff;box-shadow:0 0 10px #0000001a}.addDiv .line .lineContent .lineItem .name[data-v-ade2dbcd]{font-size:14px;color:#3a3a3e}.addDiv .line .lineContent.blank[data-v-ade2dbcd]{margin:10px;color:#606266}.plainButton[data-v-ade2dbcd]{background-color:#fff;border-color:#d9d9d9;color:#595959}.plainButton[data-v-ade2dbcd]:hover{color:#03a1ff;border-color:#03a1ff}[data-v-ade2dbcd] .el-drawer.no-animation-drawer,[data-v-ade2dbcd] .el-drawer.no-animation-drawer .el-drawer__wrapper{transition:none!important;animation:none!important}[data-v-ade2dbcd] .el-drawer.fullscreen-drawer{height:calc(100vh - 48px)!important;max-height:calc(100vh - 48px)!important;width:100vw!important;max-width:100vw!important;top:48px!important;left:0!important;right:0!important;bottom:0!important;transform:none!important;position:fixed!important;display:flex!important;flex-direction:column!important}[data-v-ade2dbcd] .el-drawer.fullscreen-drawer .el-drawer__header{height:60px!important;min-height:60px!important;max-height:60px!important;padding:0 20px!important;display:flex!important;align-items:center!important;border-bottom:1px solid #e6ebf1!important;flex-shrink:0!important}[data-v-ade2dbcd] .el-drawer.fullscreen-drawer .el-drawer__body{flex:1!important;height:calc(100vh - 108px)!important;max-height:calc(100vh - 108px)!important;min-height:calc(100vh - 108px)!important;padding:0!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}.el-drawer.fullscreen-drawer{height:calc(100vh - 48px)!important;max-height:calc(100vh - 48px)!important;width:100vw!important;max-width:100vw!important;top:48px!important;left:0!important;right:0!important;bottom:0!important;transform:none!important;position:fixed!important;display:flex!important;flex-direction:column!important}.el-drawer.fullscreen-drawer{height:30px!important;min-height:30px!important;max-height:30px!important;padding:0 20px!important;display:flex!important;align-items:center!important;border-bottom:1px solid #e6ebf1!important;flex-shrink:0!important}.el-drawer.fullscreen-drawer{flex:1!important;height:calc(100vh - 108px)!important;max-height:calc(100vh - 108px)!important;min-height:calc(100vh - 108px)!important;padding:0!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}[data-v-ade2dbcd] .el-drawer.fullscreen-drawer .el-drawer__body,.el-drawer.fullscreen-drawer .el-drawer__body{max-height:calc(100vh - 108px)!important;height:calc(100vh - 108px)!important}.el-drawer.no-animation-drawer{transition:none!important;animation:none!important}.full-dialog .el-dialog__body[data-v-3e514c25]{padding:20px}.addDivPosition .addContent .el-form-item[data-v-3e514c25]{margin-bottom:18px}.addDivPosition .addContent .el-radio[data-v-3e514c25]{margin-right:20px}.addDivPosition .addContent .el-input[data-v-3e514c25],.addDivPosition .addContent .el-select[data-v-3e514c25],.addDivPosition .addContent .el-textarea[data-v-3e514c25]{width:100%}[data-v-3e514c25] .el-dialog__footer{text-align:right;padding:10px 20px 20px}[data-v-3e514c25] .el-dialog__footer .el-button{margin-left:10px}.add-table-or-view-dialog .filter-section[data-v-58c12c58]{margin-bottom:20px;padding:20px}.add-table-or-view-dialog .filter-section .el-form-item[data-v-58c12c58]{margin-bottom:18px}.add-table-or-view-dialog .dialog-footer[data-v-58c12c58]{text-align:right;display:flex;justify-content:flex-end;gap:12px}.custom-button[data-v-58c12c58]{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;min-width:auto;width:auto;height:32px;border-radius:4px;font-size:14px;font-weight:500;margin-left:10px;cursor:pointer;transition:all .3s;border:1px solid transparent;-webkit-user-select:none;user-select:none;white-space:nowrap}.custom-button.cancel-btn[data-v-58c12c58]{background-color:#fff;border-color:#dcdfe6;color:#606266}.custom-button.cancel-btn[data-v-58c12c58]:hover{color:#409eff;border-color:#c6e2ff;background-color:#ecf5ff}.custom-button.primary-btn[data-v-58c12c58]{background-color:#409eff;border-color:#409eff;color:#fff}.custom-button.primary-btn[data-v-58c12c58]:hover:not(.disabled){background-color:#66b1ff;border-color:#66b1ff}.custom-button.primary-btn.disabled[data-v-58c12c58]{background-color:#a0cfff;border-color:#a0cfff;cursor:not-allowed;opacity:.6}[data-v-58c12c58] .el-dialog__body{padding:20px}[data-v-58c12c58] .el-dialog__footer{padding:10px 20px 20px}.add-file-set[data-v-0d07c15c]{padding:0}.form-section[data-v-0d07c15c]{margin-bottom:24px}.section-title[data-v-0d07c15c]{font-size:14px;font-weight:700;color:#1e1e1e;margin-bottom:16px;padding-left:12px;position:relative}.section-title[data-v-0d07c15c]:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:12px;border-radius:2px;background:linear-gradient(180deg,#03a1ff,#03a1ff33)}.selected-files[data-v-0d07c15c]{border:1px solid #e6ebf1;border-radius:4px;padding:12px;background-color:#fafafa;height:200px;min-height:200px;overflow-y:auto}.file-item[data-v-0d07c15c]{display:flex;align-items:center;padding:8px 0;border-bottom:1px solid #e6ebf1;-webkit-user-select:none;user-select:none}.file-icon[data-v-0d07c15c]{margin-right:12px;font-size:16px;color:#03a1ff}.file-info[data-v-0d07c15c]{flex:1}.file-name[data-v-0d07c15c]{font-size:14px;color:#1e1e1e;margin-bottom:4px}.file-path[data-v-0d07c15c]{font-size:12px;color:#909399}.file-actions[data-v-0d07c15c]{margin-left:12px}.file-actions .el-icon[data-v-0d07c15c]{font-size:16px;color:#f56c6c;cursor:pointer}.file-actions .el-icon[data-v-0d07c15c]:hover{color:#f78989}.dialog-footer[data-v-0d07c15c]{text-align:right}[data-v-0d07c15c] .el-dialog__header{padding:20px 20px 10px;border-bottom:1px solid #e6ebf1}[data-v-0d07c15c] .el-dialog__body{padding:20px}[data-v-0d07c15c] .el-dialog__footer{padding:10px 20px 20px;border-top:1px solid #e6ebf1}[data-v-0d07c15c] .el-form-item__label{color:#606266;font-weight:400}[data-v-0d07c15c] .el-input__inner,[data-v-0d07c15c] .el-textarea__inner{border-radius:4px}.file-selector-container[data-v-0d07c15c]{position:relative;display:inline-block;width:300px}.file-selector-icon[data-v-0d07c15c]{color:#03a1ff;font-size:16px;cursor:pointer;transition:color .2s;padding:0 8px}.file-selector-icon[data-v-0d07c15c]:hover{color:#0288d1}.file-selector-input[data-v-0d07c15c] .el-input__suffix{right:8px}.file-system-dialog[data-v-0d07c15c]{height:400px;display:flex;flex-direction:column}.breadcrumb-container[data-v-0d07c15c]{padding:12px 0;border-bottom:1px solid #e6ebf1;margin-bottom:16px}.breadcrumb-container a[data-v-0d07c15c]{color:#03a1ff;cursor:pointer;text-decoration:none}.breadcrumb-container a[data-v-0d07c15c]:hover{text-decoration:underline}.file-list-container[data-v-0d07c15c]{flex:1;overflow:hidden;display:flex;flex-direction:column}.loading-container[data-v-0d07c15c],.empty-container[data-v-0d07c15c]{display:flex;align-items:center;justify-content:center;height:200px;color:#909399;font-size:14px}.loading-container .el-icon[data-v-0d07c15c]{font-size:20px;margin-right:8px;animation:rotating-0d07c15c 2s linear infinite}.empty-container .el-icon[data-v-0d07c15c]{font-size:48px;margin-right:12px;color:#c0c4cc}.file-list[data-v-0d07c15c]{flex:1;overflow-y:auto;border:1px solid #e6ebf1;border-radius:4px}.file-item[data-v-0d07c15c]{display:flex;align-items:center;padding:8px 12px;border-bottom:1px solid #f5f7fa;cursor:pointer;transition:background-color .2s}.file-item[data-v-0d07c15c]:last-child{border-bottom:none}.file-item[data-v-0d07c15c]:hover{background-color:#f5f7fa}.file-item.selected[data-v-0d07c15c]{background-color:#ecf5ff}.file-item .el-checkbox[data-v-0d07c15c]{margin-right:8px}.file-icon[data-v-0d07c15c]{margin-right:8px;font-size:16px;color:#03a1ff}.file-name[data-v-0d07c15c]{flex:1;font-size:14px;color:#303133}.clickable-input[data-v-0d07c15c],.clickable-input[data-v-0d07c15c] .el-input__inner,.clickable-input[data-v-0d07c15c] .el-input__wrapper{cursor:pointer}@keyframes rotating-0d07c15c{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.treeNodeIcon[data-v-3e4938a8]{width:calc(100% - 80px);display:flex;position:relative;align-items:center;justify-content:flex-start;gap:5px;font-size:14px}.treeNodeIcon .treeIcon[data-v-3e4938a8]{height:16px;width:16px;flex-shrink:0;position:relative}.treeNodeIcon .treeIcon img[data-v-3e4938a8]{height:100%;width:100%}.treeNodeIcon .treeIcon .state-dot[data-v-3e4938a8]{position:absolute;bottom:-2px;right:-2px;width:10px;height:10px;border-radius:50%;border:1px solid #fff;box-shadow:0 0 2px #0003;z-index:1;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.treeNodeIcon .treeIcon .state-dot[data-v-3e4938a8]:hover{transform:scale(1.2);box-shadow:0 0 4px #0000004d}.treeNodeIcon .treeIcon .state-dot.state-normal[data-v-3e4938a8]{background-color:#67c23a}.treeNodeIcon .treeIcon .state-dot.state-normal[data-v-3e4938a8]:hover{background-color:#85ce61}.treeNodeIcon .treeIcon .state-dot.state-error[data-v-3e4938a8]{background-color:#f56c6c}.treeNodeIcon .treeIcon .state-dot.state-error[data-v-3e4938a8]:hover{background-color:#f78989}.treeNodeIcon .treeIcon .state-dot.state-disconnected[data-v-3e4938a8]{background-color:#909399}.treeNodeIcon .treeIcon .state-dot.state-disconnected[data-v-3e4938a8]:hover{background-color:#a6a9ad}.treeNodeIcon .treeIcon .state-dot.state-loading[data-v-3e4938a8]{background-color:transparent;border:1px dashed #409EFF;cursor:not-allowed;animation:stateRotate-3e4938a8 1s linear infinite}.treeNodeIcon .treeIcon .state-dot.state-loading[data-v-3e4938a8]:hover{transform:none;box-shadow:none}@keyframes stateRotate-3e4938a8{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.treeNodeIcon .tree-name[data-v-3e4938a8]{width:calc(100% - 40px);display:inline-block;flex-shrink:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.treeNodeIcon .tree-name .popover-trigger[data-v-3e4938a8]{cursor:pointer;transition:background-color .2s ease}.treeNodeIcon .tree-name .popover-trigger[data-v-3e4938a8]:hover{background-color:#409eff1a;border-radius:4px}.treeNodeIcon.outNode .tree-name[data-v-3e4938a8]{width:100%}.treeNodeIcon .tree-btn[data-v-3e4938a8]{opacity:0;transition:opacity .3s;position:absolute;width:24px;right:-50px;display:flex;align-items:center;justify-content:center}.treeNodeIcon .tree-btn .tree-more-btn[data-v-3e4938a8]{cursor:pointer;font-size:16px;color:#606266;padding:4px;border-radius:4px;transition:all .2s;display:flex;align-items:center;justify-content:center}.treeNodeIcon .tree-btn .tree-more-btn[data-v-3e4938a8]:hover{background-color:#f5f7fa;color:#409eff}[data-v-3e4938a8] .dialog-footer{text-align:right}[data-v-3e4938a8] .dialog-footer .el-button{width:unset}[data-v-3e4938a8] .el-tree-node__content:hover .tree-btn{opacity:1}.active[data-v-3e4938a8]{padding:20px 10px;position:relative;height:100%}.active .filter-input-group[data-v-3e4938a8]{width:100%;display:flex;align-items:center}.active .customselect[data-v-3e4938a8]{width:80px;background-color:#f2f4f7!important;border-radius:0!important}.active .customselect[data-v-3e4938a8] .el-input__inner{padding:0 5px 0 10px;background-color:#f2f4f7!important;border-radius:4px 0 0 4px!important;border:none!important}.active .customselect[data-v-3e4938a8] .el-input.is-focus .el-input__inner{border-right:1px solid #409EFF!important}.active .customselect[data-v-3e4938a8] .el-input__inner:focus{border-right:1px solid #409EFF!important}.active .customselect[data-v-3e4938a8] .el-input__suffix{right:8px}.active .custominput[data-v-3e4938a8]{flex:1}.active .custominput[data-v-3e4938a8] .el-input__inner{border-radius:0 4px 4px 0!important}.active .treeAdd[data-v-3e4938a8]{position:static;height:32px;width:32px;padding:0!important;background-color:transparent}.active .refresh-btn[data-v-3e4938a8]{margin-right:8px;color:#606266;font-size:16px;padding:4px;border-radius:4px;transition:all .3s;height:32px;width:32px}.active .refresh-btn[data-v-3e4938a8]:hover{color:#409eff;background-color:#f5f7fa}.active .dropdown-button[data-v-3e4938a8]{position:relative;overflow:visible;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border:1px solid #DCDFE6;border-radius:4px;transition:all .3s}.active .dropdown-button i[data-v-3e4938a8]{font-size:16px;color:#606266}.active .dropdown-button[data-v-3e4938a8]:hover{border-color:#7faef5;color:#7faef5}.active .dropdown-button:hover i[data-v-3e4938a8]{color:#7faef5}.active .dropdown-corner[data-v-3e4938a8]{position:absolute;bottom:1px;right:1px;width:0;height:0;border-bottom:6px solid #DCDFE6;border-left:6px solid transparent;border-radius:0 0 2px}.active .filter-tree[data-v-3e4938a8]{overflow-y:auto;overflow-x:hidden;height:89%;width:100%}[data-v-3e4938a8] .custom-tabs{border-radius:6px;margin-bottom:15px}[data-v-3e4938a8] .custom-tabs>.el-tabs__header{margin-bottom:0}[data-v-3e4938a8] .custom-tabs>.el-tabs__header>.el-tabs__nav-wrap>.el-tabs__nav-scroll{border-radius:6px;background:#ebeff3;padding:1px;display:inline-block}[data-v-3e4938a8] .custom-tabs>.el-tabs__header>.el-tabs__nav-wrap>.el-tabs__nav-scroll>.el-tabs__nav>.el-tabs__item{text-align:center;height:28px;line-height:28px;color:#606269;font-size:14px}[data-v-3e4938a8] .custom-tabs>.el-tabs__header>.el-tabs__nav-wrap>.el-tabs__nav-scroll>.el-tabs__nav .el-tabs__item:nth-child(2),[data-v-3e4938a8] .custom-tabs>.el-tabs__header>.el-tabs__nav-wrap>.el-tabs__nav-scroll>.el-tabs__nav .el-tabs__item:last-child{padding-left:10px!important;padding-right:10px!important}[data-v-3e4938a8] .custom-tabs>.el-tabs__header>.el-tabs__nav-wrap>.el-tabs__nav-scroll>.el-tabs__nav .el-tabs__item.is-active{background-color:#fff;border-radius:4px;border:1px #dde1e7 solid;color:#03a1ff}[data-v-3e4938a8] .custom-tabs>.el-tabs__header>.el-tabs__nav-wrap>.el-tabs__nav-scroll>.el-tabs__nav>.el-tabs__active-bar{display:none}[data-v-3e4938a8] .custom-tabs>.el-tabs__header>.el-tabs__nav-wrap:after{display:none}[data-v-3e4938a8] .custom-tree-popover{box-shadow:0 2px 12px #0000001a!important;border:1px solid #e4e7ed!important;border-radius:4px!important;background-color:#fff!important}[data-v-3e4938a8] .custom-tree-popover .popover-content{padding:0 16px!important;cursor:default!important;-webkit-user-select:text!important;user-select:text!important}[data-v-3e4938a8] .custom-tree-popover .popover-content .detail-info .info-item{display:flex!important;align-items:center!important;min-height:32px!important;padding:0 0 8px!important;margin:0!important}[data-v-3e4938a8] .custom-tree-popover .popover-content .detail-info .info-item .label{width:110px!important;min-width:110px!important;color:#606269!important;font-size:14px!important;flex-shrink:0!important;text-align:left!important;padding-right:10px!important;font-weight:500!important;line-height:1.5!important;display:inline-block!important}[data-v-3e4938a8] .custom-tree-popover .popover-content .detail-info .info-item .value{flex:1!important;color:#000!important;font-size:14px!important;font-weight:500;word-break:break-all!important;line-height:1.5!important;padding-left:0!important;margin-left:0!important;display:inline-block!important}[data-v-3e4938a8] .custom-tree-popover .popover-content .detail-info .info-item .value.status{padding:2px 8px!important;border-radius:4px!important;font-size:12px!important;display:inline-block!important;font-weight:500!important}[data-v-3e4938a8] .custom-tree-popover .popover-content .detail-info .info-item .value.status.status-normal{background-color:#f0f9ff!important;color:#1890ff!important;border:1px solid #d6f7ff!important}[data-v-3e4938a8] .custom-tree-popover .popover-content .detail-info .info-item .value.status.status-error{background-color:#fff2f0!important;color:#ff4d4f!important;border:1px solid #ffccc7!important}[data-v-3e4938a8] .custom-tree-popover .popover-content .no-data{text-align:center!important;color:#909399!important;font-size:12px!important;padding:20px 0!important}[data-v-3e4938a8] .custom-tree-popover .el-popover__title{color:#303133!important;font-size:16px!important;line-height:1.4!important;padding-left:16px!important;font-weight:600!important;border-bottom:1px solid #f0f0f0!important;padding-bottom:12px!important}.custom-tree-popover .popover-content .detail-info .info-item[data-v-3e4938a8]{display:flex!important;align-items:center!important;min-height:32px!important;border-bottom:none!important;padding:8px 0!important;margin:0!important}.custom-tree-popover .popover-content .detail-info .info-item[data-v-3e4938a8]:last-child{border-bottom:none!important}.custom-tree-popover .popover-content .detail-info .info-item .label[data-v-3e4938a8]{width:120px!important;min-width:120px!important;color:#606269!important;font-size:14px!important;flex-shrink:0!important;text-align:left!important;padding-right:12px!important;margin-right:12px!important;font-weight:500!important;line-height:1.5!important;display:inline-block!important}.custom-tree-popover .popover-content .detail-info .info-item .value[data-v-3e4938a8]{flex:1!important;color:#333!important;font-size:14px!important;word-break:break-all!important;line-height:1.5!important;padding-left:0!important;margin-left:0!important;display:inline-block!important}.custom-dropdown-menu .dropdown-item[data-v-3e4938a8]{padding:6px 12px!important;margin:1px 0!important;border-radius:4px!important;transition:all .2s ease!important}.custom-dropdown-menu .dropdown-item[data-v-3e4938a8]:hover{background-color:#f5f7fa!important;color:#409eff!important}.custom-dropdown-menu .dropdown-divider[data-v-3e4938a8]{height:1px!important;background-color:#e4e7ed!important;margin:4px 8px!important;padding:0!important;cursor:default!important}.custom-dropdown-menu .dropdown-divider[data-v-3e4938a8]:hover{background-color:#e4e7ed!important}[data-v-3e4938a8] .el-dropdown-menu.custom-dropdown-menu{padding:4px 0!important}[data-v-3e4938a8] .el-dropdown-menu.custom-dropdown-menu .el-dropdown-menu__item{padding:6px 12px!important;margin:1px 8px!important;border-radius:4px!important;transition:all .2s ease!important}[data-v-3e4938a8] .el-dropdown-menu.custom-dropdown-menu .el-dropdown-menu__item:hover{background-color:#f5f7fa!important;color:#409eff!important}[data-v-3e4938a8] .el-dropdown-menu.custom-dropdown-menu .el-dropdown-menu__item.dropdown-divider{height:1px!important;background-color:#e4e7ed!important;margin:4px 8px!important;padding:0!important;cursor:default!important}[data-v-3e4938a8] .el-dropdown-menu.custom-dropdown-menu .el-dropdown-menu__item.dropdown-divider:hover{background-color:#e4e7ed!important}.custom-tree-popover .el-popper__arrow{display:none!important}.main[data-v-46cfca19]{height:100%;width:100%}
1
+ .steps[data-v-8d7f61a5]{height:30px;width:100%;display:flex;justify-content:center;font-size:14px}.steps .stepBox[data-v-8d7f61a5]{display:flex;align-items:center;justify-content:center;position:relative}.steps .stepBox .space[data-v-8d7f61a5]{height:100%;width:10px;background-color:#fff}.steps .stepBox[data-v-8d7f61a5]:first-child{justify-content:flex-start}.steps .stepBox:first-child .space[data-v-8d7f61a5]{display:none}.steps .stepBox[data-v-8d7f61a5]:last-child{justify-content:flex-end}.steps .stepBox[data-v-8d7f61a5]:before{content:"";width:100%;height:1px;background-color:#e6ebf1;position:absolute;top:50%;left:0;transform:translateY(-50%);z-index:1}.steps .stepBox>div[data-v-8d7f61a5]{position:relative;z-index:10;background-color:#fff}.steps .stepNun[data-v-8d7f61a5]{height:24px;width:24px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none;color:#b0b1b6;border:1px solid #b0b1b6}.steps .stepNun span[data-v-8d7f61a5]{display:block}.steps .stepNun i[data-v-8d7f61a5]{display:none}.steps .stepWord[data-v-8d7f61a5]{color:#b0b1b6;padding-left:10px}.steps .stepActive .stepNun[data-v-8d7f61a5]{background-color:#03a1ff;color:#fff;border:1px solid #03a1ff}.steps .stepActive .stepWord[data-v-8d7f61a5]{color:#03a1ff}.steps .stepFinish .stepNun[data-v-8d7f61a5]{background-color:#fff;color:#03a1ff;border:1px solid #03a1ff}.steps .stepFinish .stepNun span[data-v-8d7f61a5]{display:none}.steps .stepFinish .stepNun i[data-v-8d7f61a5]{display:block}.steps .stepFinish .stepWord[data-v-8d7f61a5]{color:#606269}.addDiv[data-v-5ce441c3]{height:100%;width:100%;display:flex;flex-direction:column}.addDiv .drawer-header[data-v-5ce441c3]{height:60px;min-height:60px;max-height:60px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e6ebf1;flex-shrink:0}.addDiv .drawer-header .drawer-title[data-v-5ce441c3]{font-size:16px;font-weight:700;color:#1e1e1e}.addDiv .drawer-header .drawer-close[data-v-5ce441c3]{cursor:pointer;color:#606266;font-size:18px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:4px}.addDiv .drawer-header .drawer-close[data-v-5ce441c3]:hover{background-color:#f5f7fa;color:#409eff}.addDiv .return-list[data-v-5ce441c3]{display:flex;align-items:center;border-bottom:1px solid #e6ebf1;height:40px;padding:0 20px;font-size:14px;flex-shrink:0}.addDiv .return-list .returnbtn[data-v-5ce441c3]{color:#606266;cursor:pointer}.addDiv .return-list .returnbtn[data-v-5ce441c3]:hover{opacity:.7}.addDiv .return-list .returnbtn .el-icon-back[data-v-5ce441c3]{margin-right:5px}.addDiv .return-list .split[data-v-5ce441c3]{margin:0 20px;height:16px;width:1px;background-color:#e6ebf1}.addDiv .return-list .detailTitle[data-v-5ce441c3]{color:#3a3a3e;font-weight:700}.addDiv .stepBox[data-v-5ce441c3]{padding:15px 40px;flex-shrink:0}.addDiv .addContent[data-v-5ce441c3]{flex:1;width:100%;overflow:auto;padding:0 40px}.addDiv .addContent>div[data-v-5ce441c3]{height:100%}.addDiv .stepBtn[data-v-5ce441c3]{height:60px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-top:1px solid #e6ebf1;flex-shrink:0}.addDiv .line .lineTitle[data-v-5ce441c3]{font-size:14px;color:#1e1e1e;font-weight:700;padding-left:12px;position:relative}.addDiv .line .lineTitle[data-v-5ce441c3]:before{content:"";position:absolute;top:50%;left:0;width:4px;height:12px;transform:translateY(-50%);background:linear-gradient(180deg,#2476f2,#03a1ff);border-radius:2px}.addDiv .line .lineContent[data-v-5ce441c3]{display:flex;flex-wrap:wrap}.addDiv .line .lineContent .lineItem[data-v-5ce441c3]{display:flex;align-items:center;justify-content:center;flex-direction:column;height:86px;width:128px;margin:20px 12px;border-radius:4px;border:1px solid #dde1e7;cursor:pointer;-webkit-user-select:none;user-select:none}.addDiv .line .lineContent .lineItem[data-v-5ce441c3] img{width:48px;height:48px}.addDiv .line .lineContent .lineItem[data-v-5ce441c3]:hover{box-shadow:0 0 10px #0000001a}.addDiv .line .lineContent .lineItem.typeActive[data-v-5ce441c3]{border-color:#03a1ff;box-shadow:0 0 10px #0000001a}.addDiv .line .lineContent .lineItem .name[data-v-5ce441c3]{font-size:14px;color:#3a3a3e}.addDiv .line .lineContent.blank[data-v-5ce441c3]{margin:10px;color:#606266}.plainButton[data-v-5ce441c3]{background-color:#fff;border-color:#d9d9d9;color:#595959}.plainButton[data-v-5ce441c3]:hover{color:#03a1ff;border-color:#03a1ff}[data-v-5ce441c3] .el-drawer.no-animation-drawer,[data-v-5ce441c3] .el-drawer.no-animation-drawer .el-drawer__wrapper{transition:none!important;animation:none!important}[data-v-5ce441c3] .el-drawer.fullscreen-drawer{height:calc(100vh - 48px)!important;max-height:calc(100vh - 48px)!important;width:100vw!important;max-width:100vw!important;top:48px!important;left:0!important;right:0!important;bottom:0!important;transform:none!important;position:fixed!important;display:flex!important;flex-direction:column!important}[data-v-5ce441c3] .el-drawer.fullscreen-drawer .el-drawer__header{height:60px!important;min-height:60px!important;max-height:60px!important;padding:0 20px!important;display:flex!important;align-items:center!important;border-bottom:1px solid #e6ebf1!important;flex-shrink:0!important}[data-v-5ce441c3] .el-drawer.fullscreen-drawer .el-drawer__body{flex:1!important;height:calc(100vh - 108px)!important;max-height:calc(100vh - 108px)!important;min-height:calc(100vh - 108px)!important;padding:0!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}.el-drawer.fullscreen-drawer{height:calc(100vh - 48px)!important;max-height:calc(100vh - 48px)!important;width:100vw!important;max-width:100vw!important;top:48px!important;left:0!important;right:0!important;bottom:0!important;transform:none!important;position:fixed!important;display:flex!important;flex-direction:column!important}.el-drawer.fullscreen-drawer{height:30px!important;min-height:30px!important;max-height:30px!important;padding:0 20px!important;display:flex!important;align-items:center!important;border-bottom:1px solid #e6ebf1!important;flex-shrink:0!important}.el-drawer.fullscreen-drawer{flex:1!important;height:calc(100vh - 108px)!important;max-height:calc(100vh - 108px)!important;min-height:calc(100vh - 108px)!important;padding:0!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}[data-v-5ce441c3] .el-drawer.fullscreen-drawer .el-drawer__body,.el-drawer.fullscreen-drawer .el-drawer__body{max-height:calc(100vh - 108px)!important;height:calc(100vh - 108px)!important}.el-drawer.no-animation-drawer{transition:none!important;animation:none!important}.full-dialog .el-dialog__body[data-v-3e514c25]{padding:20px}.addDivPosition .addContent .el-form-item[data-v-3e514c25]{margin-bottom:18px}.addDivPosition .addContent .el-radio[data-v-3e514c25]{margin-right:20px}.addDivPosition .addContent .el-input[data-v-3e514c25],.addDivPosition .addContent .el-select[data-v-3e514c25],.addDivPosition .addContent .el-textarea[data-v-3e514c25]{width:100%}[data-v-3e514c25] .el-dialog__footer{text-align:right;padding:10px 20px 20px}[data-v-3e514c25] .el-dialog__footer .el-button{margin-left:10px}.add-table-or-view-dialog .filter-section[data-v-58c12c58]{margin-bottom:20px;padding:20px}.add-table-or-view-dialog .filter-section .el-form-item[data-v-58c12c58]{margin-bottom:18px}.add-table-or-view-dialog .dialog-footer[data-v-58c12c58]{text-align:right;display:flex;justify-content:flex-end;gap:12px}.custom-button[data-v-58c12c58]{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;min-width:auto;width:auto;height:32px;border-radius:4px;font-size:14px;font-weight:500;margin-left:10px;cursor:pointer;transition:all .3s;border:1px solid transparent;-webkit-user-select:none;user-select:none;white-space:nowrap}.custom-button.cancel-btn[data-v-58c12c58]{background-color:#fff;border-color:#dcdfe6;color:#606266}.custom-button.cancel-btn[data-v-58c12c58]:hover{color:#409eff;border-color:#c6e2ff;background-color:#ecf5ff}.custom-button.primary-btn[data-v-58c12c58]{background-color:#409eff;border-color:#409eff;color:#fff}.custom-button.primary-btn[data-v-58c12c58]:hover:not(.disabled){background-color:#66b1ff;border-color:#66b1ff}.custom-button.primary-btn.disabled[data-v-58c12c58]{background-color:#a0cfff;border-color:#a0cfff;cursor:not-allowed;opacity:.6}[data-v-58c12c58] .el-dialog__body{padding:20px}[data-v-58c12c58] .el-dialog__footer{padding:10px 20px 20px}.add-file-set[data-v-0d07c15c]{padding:0}.form-section[data-v-0d07c15c]{margin-bottom:24px}.section-title[data-v-0d07c15c]{font-size:14px;font-weight:700;color:#1e1e1e;margin-bottom:16px;padding-left:12px;position:relative}.section-title[data-v-0d07c15c]:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:12px;border-radius:2px;background:linear-gradient(180deg,#03a1ff,#03a1ff33)}.selected-files[data-v-0d07c15c]{border:1px solid #e6ebf1;border-radius:4px;padding:12px;background-color:#fafafa;height:200px;min-height:200px;overflow-y:auto}.file-item[data-v-0d07c15c]{display:flex;align-items:center;padding:8px 0;border-bottom:1px solid #e6ebf1;-webkit-user-select:none;user-select:none}.file-icon[data-v-0d07c15c]{margin-right:12px;font-size:16px;color:#03a1ff}.file-info[data-v-0d07c15c]{flex:1}.file-name[data-v-0d07c15c]{font-size:14px;color:#1e1e1e;margin-bottom:4px}.file-path[data-v-0d07c15c]{font-size:12px;color:#909399}.file-actions[data-v-0d07c15c]{margin-left:12px}.file-actions .el-icon[data-v-0d07c15c]{font-size:16px;color:#f56c6c;cursor:pointer}.file-actions .el-icon[data-v-0d07c15c]:hover{color:#f78989}.dialog-footer[data-v-0d07c15c]{text-align:right}[data-v-0d07c15c] .el-dialog__header{padding:20px 20px 10px;border-bottom:1px solid #e6ebf1}[data-v-0d07c15c] .el-dialog__body{padding:20px}[data-v-0d07c15c] .el-dialog__footer{padding:10px 20px 20px;border-top:1px solid #e6ebf1}[data-v-0d07c15c] .el-form-item__label{color:#606266;font-weight:400}[data-v-0d07c15c] .el-input__inner,[data-v-0d07c15c] .el-textarea__inner{border-radius:4px}.file-selector-container[data-v-0d07c15c]{position:relative;display:inline-block;width:300px}.file-selector-icon[data-v-0d07c15c]{color:#03a1ff;font-size:16px;cursor:pointer;transition:color .2s;padding:0 8px}.file-selector-icon[data-v-0d07c15c]:hover{color:#0288d1}.file-selector-input[data-v-0d07c15c] .el-input__suffix{right:8px}.file-system-dialog[data-v-0d07c15c]{height:400px;display:flex;flex-direction:column}.breadcrumb-container[data-v-0d07c15c]{padding:12px 0;border-bottom:1px solid #e6ebf1;margin-bottom:16px}.breadcrumb-container a[data-v-0d07c15c]{color:#03a1ff;cursor:pointer;text-decoration:none}.breadcrumb-container a[data-v-0d07c15c]:hover{text-decoration:underline}.file-list-container[data-v-0d07c15c]{flex:1;overflow:hidden;display:flex;flex-direction:column}.loading-container[data-v-0d07c15c],.empty-container[data-v-0d07c15c]{display:flex;align-items:center;justify-content:center;height:200px;color:#909399;font-size:14px}.loading-container .el-icon[data-v-0d07c15c]{font-size:20px;margin-right:8px;animation:rotating-0d07c15c 2s linear infinite}.empty-container .el-icon[data-v-0d07c15c]{font-size:48px;margin-right:12px;color:#c0c4cc}.file-list[data-v-0d07c15c]{flex:1;overflow-y:auto;border:1px solid #e6ebf1;border-radius:4px}.file-item[data-v-0d07c15c]{display:flex;align-items:center;padding:8px 12px;border-bottom:1px solid #f5f7fa;cursor:pointer;transition:background-color .2s}.file-item[data-v-0d07c15c]:last-child{border-bottom:none}.file-item[data-v-0d07c15c]:hover{background-color:#f5f7fa}.file-item.selected[data-v-0d07c15c]{background-color:#ecf5ff}.file-item .el-checkbox[data-v-0d07c15c]{margin-right:8px}.file-icon[data-v-0d07c15c]{margin-right:8px;font-size:16px;color:#03a1ff}.file-name[data-v-0d07c15c]{flex:1;font-size:14px;color:#303133}.clickable-input[data-v-0d07c15c],.clickable-input[data-v-0d07c15c] .el-input__inner,.clickable-input[data-v-0d07c15c] .el-input__wrapper{cursor:pointer}@keyframes rotating-0d07c15c{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.treeNodeIcon[data-v-a5c016ba]{width:calc(100% - 80px);display:flex;position:relative;align-items:center;justify-content:flex-start;gap:5px;font-size:12px;color:#888}.treeNodeIcon .treeIcon[data-v-a5c016ba]{height:16px;width:16px;flex-shrink:0;position:relative}.treeNodeIcon .treeIcon img[data-v-a5c016ba]{height:100%;width:100%;display:flex}.treeNodeIcon .treeIcon .state-dot[data-v-a5c016ba]{position:absolute;bottom:-2px;right:-2px;width:10px;height:10px;border-radius:50%;border:1px solid #fff;box-shadow:0 0 2px #0003;z-index:1;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.treeNodeIcon .treeIcon .state-dot[data-v-a5c016ba]:hover{transform:scale(1.2);box-shadow:0 0 4px #0000004d}.treeNodeIcon .treeIcon .state-dot.state-normal[data-v-a5c016ba]{background-color:#67c23a}.treeNodeIcon .treeIcon .state-dot.state-normal[data-v-a5c016ba]:hover{background-color:#85ce61}.treeNodeIcon .treeIcon .state-dot.state-error[data-v-a5c016ba]{background-color:#f56c6c}.treeNodeIcon .treeIcon .state-dot.state-error[data-v-a5c016ba]:hover{background-color:#f78989}.treeNodeIcon .treeIcon .state-dot.state-disconnected[data-v-a5c016ba]{background-color:#909399}.treeNodeIcon .treeIcon .state-dot.state-disconnected[data-v-a5c016ba]:hover{background-color:#a6a9ad}.treeNodeIcon .treeIcon .state-dot.state-loading[data-v-a5c016ba]{background-color:transparent;border:1px dashed #409EFF;cursor:not-allowed;animation:stateRotate-a5c016ba 1s linear infinite}.treeNodeIcon .treeIcon .state-dot.state-loading[data-v-a5c016ba]:hover{transform:none;box-shadow:none}@keyframes stateRotate-a5c016ba{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.treeNodeIcon .tree-name[data-v-a5c016ba]{width:calc(100% - 40px);display:inline-block;flex-shrink:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.treeNodeIcon .tree-name .popover-trigger[data-v-a5c016ba]{cursor:pointer;transition:background-color .2s ease}.treeNodeIcon .tree-name .popover-trigger[data-v-a5c016ba]:hover{background-color:#409eff1a;border-radius:4px}.treeNodeIcon.outNode .tree-name[data-v-a5c016ba]{width:100%}.treeNodeIcon .tree-btn[data-v-a5c016ba]{opacity:0;transition:opacity .3s;position:absolute;width:24px;right:-50px;display:flex;align-items:center;justify-content:center}.treeNodeIcon .tree-btn .tree-more-btn[data-v-a5c016ba]{cursor:pointer;font-size:16px;color:#606266;padding:4px;border-radius:4px;transition:all .2s;display:flex;align-items:center;justify-content:center}.treeNodeIcon .tree-btn .tree-more-btn[data-v-a5c016ba]:hover{background-color:#f5f7fa;color:#409eff}[data-v-a5c016ba] .dialog-footer{text-align:right}[data-v-a5c016ba] .dialog-footer .el-button{width:unset}[data-v-a5c016ba] .el-tree-node__content:hover .tree-btn{opacity:1}.active[data-v-a5c016ba]{padding:20px 10px;position:relative;height:100%}.active .filter-input-group[data-v-a5c016ba]{width:100%;display:flex;align-items:center}.active .customselect[data-v-a5c016ba]{width:80px;background-color:#f2f4f7!important;border-radius:0!important}.active .customselect[data-v-a5c016ba] .el-input__inner{padding:0 5px 0 10px;background-color:#f2f4f7!important;border-radius:4px 0 0 4px!important;border:none!important}.active .customselect[data-v-a5c016ba] .el-input.is-focus .el-input__inner{border-right:1px solid #409EFF!important}.active .customselect[data-v-a5c016ba] .el-input__inner:focus{border-right:1px solid #409EFF!important}.active .customselect[data-v-a5c016ba] .el-input__suffix{right:8px}.active .custominput[data-v-a5c016ba]{flex:1}.active .custominput[data-v-a5c016ba] .el-input__inner{border-radius:0 4px 4px 0!important}.active .treeAdd[data-v-a5c016ba]{position:static;height:32px;width:32px;padding:0!important;background-color:transparent}.active .refresh-btn[data-v-a5c016ba]{margin-right:8px;color:#606266;font-size:16px;padding:4px;border-radius:4px;transition:all .3s;height:32px;width:32px}.active .refresh-btn[data-v-a5c016ba]:hover{color:#409eff;background-color:#f5f7fa}.active .dropdown-button[data-v-a5c016ba]{position:relative;overflow:visible;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border:1px solid #DCDFE6;border-radius:4px;transition:all .3s}.active .dropdown-button i[data-v-a5c016ba]{font-size:16px;color:#606266}.active .dropdown-button[data-v-a5c016ba]:hover{border-color:#7faef5;color:#7faef5}.active .dropdown-button:hover i[data-v-a5c016ba]{color:#7faef5}.active .dropdown-corner[data-v-a5c016ba]{position:absolute;bottom:1px;right:1px;width:0;height:0;border-bottom:6px solid #DCDFE6;border-left:6px solid transparent;border-radius:0 0 2px}.active .filter-tree[data-v-a5c016ba]{overflow-y:auto;overflow-x:hidden;height:89%;width:100%;background-color:transparent}[data-v-a5c016ba] .custom-tabs{border-radius:6px;margin-bottom:15px}[data-v-a5c016ba] .custom-tabs>.el-tabs__header{margin-bottom:0}[data-v-a5c016ba] .custom-tabs>.el-tabs__header>.el-tabs__nav-wrap>.el-tabs__nav-scroll{border-radius:6px;background:#ebeff3;padding:1px;display:inline-block}[data-v-a5c016ba] .custom-tabs>.el-tabs__header>.el-tabs__nav-wrap>.el-tabs__nav-scroll>.el-tabs__nav>.el-tabs__item{text-align:center;height:28px;line-height:28px;color:#606269;font-size:14px}[data-v-a5c016ba] .custom-tabs>.el-tabs__header>.el-tabs__nav-wrap>.el-tabs__nav-scroll>.el-tabs__nav .el-tabs__item:nth-child(2),[data-v-a5c016ba] .custom-tabs>.el-tabs__header>.el-tabs__nav-wrap>.el-tabs__nav-scroll>.el-tabs__nav .el-tabs__item:last-child{padding-left:10px!important;padding-right:10px!important}[data-v-a5c016ba] .custom-tabs>.el-tabs__header>.el-tabs__nav-wrap>.el-tabs__nav-scroll>.el-tabs__nav .el-tabs__item.is-active{background-color:#fff;border-radius:4px;border:1px #dde1e7 solid;color:#03a1ff}[data-v-a5c016ba] .custom-tabs>.el-tabs__header>.el-tabs__nav-wrap>.el-tabs__nav-scroll>.el-tabs__nav>.el-tabs__active-bar{display:none}[data-v-a5c016ba] .custom-tabs>.el-tabs__header>.el-tabs__nav-wrap:after{display:none}[data-v-a5c016ba] .custom-tree-popover{box-shadow:0 2px 12px #0000001a!important;border:1px solid #e4e7ed!important;border-radius:4px!important;background-color:#fff!important}[data-v-a5c016ba] .custom-tree-popover .popover-content{padding:0 16px!important;cursor:default!important;-webkit-user-select:text!important;user-select:text!important}[data-v-a5c016ba] .custom-tree-popover .popover-content .detail-info .info-item{display:flex!important;align-items:center!important;min-height:32px!important;padding:0 0 8px!important;margin:0!important}[data-v-a5c016ba] .custom-tree-popover .popover-content .detail-info .info-item .label{width:110px!important;min-width:110px!important;color:#606269!important;font-size:14px!important;flex-shrink:0!important;text-align:left!important;padding-right:10px!important;font-weight:500!important;line-height:1.5!important;display:inline-block!important}[data-v-a5c016ba] .custom-tree-popover .popover-content .detail-info .info-item .value{flex:1!important;color:#000!important;font-size:14px!important;font-weight:500;word-break:break-all!important;line-height:1.5!important;padding-left:0!important;margin-left:0!important;display:inline-block!important}[data-v-a5c016ba] .custom-tree-popover .popover-content .detail-info .info-item .value.status{padding:2px 8px!important;border-radius:4px!important;font-size:12px!important;display:inline-block!important;font-weight:500!important}[data-v-a5c016ba] .custom-tree-popover .popover-content .detail-info .info-item .value.status.status-normal{background-color:#f0f9ff!important;color:#1890ff!important;border:1px solid #d6f7ff!important}[data-v-a5c016ba] .custom-tree-popover .popover-content .detail-info .info-item .value.status.status-error{background-color:#fff2f0!important;color:#ff4d4f!important;border:1px solid #ffccc7!important}[data-v-a5c016ba] .custom-tree-popover .popover-content .no-data{text-align:center!important;color:#909399!important;font-size:12px!important;padding:20px 0!important}[data-v-a5c016ba] .custom-tree-popover .el-popover__title{color:#303133!important;font-size:16px!important;line-height:1.4!important;padding-left:16px!important;font-weight:600!important;border-bottom:1px solid #f0f0f0!important;padding-bottom:12px!important}.custom-tree-popover .popover-content .detail-info .info-item[data-v-a5c016ba]{display:flex!important;align-items:center!important;min-height:32px!important;border-bottom:none!important;padding:8px 0!important;margin:0!important}.custom-tree-popover .popover-content .detail-info .info-item[data-v-a5c016ba]:last-child{border-bottom:none!important}.custom-tree-popover .popover-content .detail-info .info-item .label[data-v-a5c016ba]{width:120px!important;min-width:120px!important;color:#606269!important;font-size:14px!important;flex-shrink:0!important;text-align:left!important;padding-right:12px!important;margin-right:12px!important;font-weight:500!important;line-height:1.5!important;display:inline-block!important}.custom-tree-popover .popover-content .detail-info .info-item .value[data-v-a5c016ba]{flex:1!important;color:#333!important;font-size:14px!important;word-break:break-all!important;line-height:1.5!important;padding-left:0!important;margin-left:0!important;display:inline-block!important}.custom-dropdown-menu .dropdown-item[data-v-a5c016ba]{padding:6px 12px!important;margin:1px 0!important;border-radius:4px!important;transition:all .2s ease!important}.custom-dropdown-menu .dropdown-item[data-v-a5c016ba]:hover{background-color:#f5f7fa!important;color:#409eff!important}.custom-dropdown-menu .dropdown-divider[data-v-a5c016ba]{height:1px!important;background-color:#e4e7ed!important;margin:4px 8px!important;padding:0!important;cursor:default!important}.custom-dropdown-menu .dropdown-divider[data-v-a5c016ba]:hover{background-color:#e4e7ed!important}[data-v-a5c016ba] .el-dropdown-menu.custom-dropdown-menu{padding:4px 0!important}[data-v-a5c016ba] .el-dropdown-menu.custom-dropdown-menu .el-dropdown-menu__item{padding:6px 12px!important;margin:1px 8px!important;border-radius:4px!important;transition:all .2s ease!important}[data-v-a5c016ba] .el-dropdown-menu.custom-dropdown-menu .el-dropdown-menu__item:hover{background-color:#f5f7fa!important;color:#409eff!important}[data-v-a5c016ba] .el-dropdown-menu.custom-dropdown-menu .el-dropdown-menu__item.dropdown-divider{height:1px!important;background-color:#e4e7ed!important;margin:4px 8px!important;padding:0!important;cursor:default!important}[data-v-a5c016ba] .el-dropdown-menu.custom-dropdown-menu .el-dropdown-menu__item.dropdown-divider:hover{background-color:#e4e7ed!important}.custom-tree-popover .el-popper__arrow{display:none!important}.main[data-v-312b9937]{height:100%;width:100%}