.sql-favorites[data-v-2d52559c]{display:flex;flex-direction:column;height:100%;background:#fff;border-radius:8px;box-shadow:0 1px 4px rgba(0,0,0,.08);transition:all .3s ease}.sql-favorites.collapsed .favorites-header[data-v-2d52559c]{border-bottom:none}.sql-favorites .favorites-header[data-v-2d52559c]{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-bottom:1px solid #ebeef5;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background .2s}.sql-favorites .favorites-header[data-v-2d52559c]:hover{background:#f5f7fa}.sql-favorites .favorites-header .header-left[data-v-2d52559c]{display:flex;align-items:center;gap:8px}.sql-favorites .favorites-header .header-left .title[data-v-2d52559c]{margin:0;font-size:13px;font-weight:500;color:#303133;display:flex;align-items:center;gap:4px}.sql-favorites .favorites-header .header-left .title i[data-v-2d52559c]{color:#f5a623}.sql-favorites .favorites-header .header-left .count-badge[data-v-2d52559c]{background:#f0f7ff;color:#409eff;font-size:10px;padding:2px 6px;border-radius:10px;font-weight:500}.sql-favorites .favorites-header .header-right[data-v-2d52559c]{display:flex;align-items:center;gap:8px}.sql-favorites .favorites-header .header-right .collapse-icon[data-v-2d52559c]{font-size:12px;color:#909399;transition:transform .3s}.sql-favorites .favorites-header .header-right .collapse-icon.is-collapsed[data-v-2d52559c]{transform:rotate(-90deg)}.sql-favorites .favorites-body[data-v-2d52559c]{display:flex;flex-direction:column;overflow:hidden}.sql-favorites .search-section[data-v-2d52559c]{padding:8px 12px;border-bottom:1px solid #ebeef5}.sql-favorites .favorites-content[data-v-2d52559c]{flex:1;overflow-y:auto;padding:8px;max-height:500px}.sql-favorites .favorites-grid[data-v-2d52559c]{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:8px}.sql-favorites .favorite-card[data-v-2d52559c]{background:#fff;border:1px solid #e4e7ed;border-radius:8px;padding:8px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px rgba(0,0,0,.04);position:relative;overflow:hidden}.sql-favorites .favorite-card[data-v-2d52559c]:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:#409eff;opacity:0;transition:opacity .3s}.sql-favorites .favorite-card[data-v-2d52559c]:hover{border-color:#b3d8ff;box-shadow:0 4px 12px rgba(64,158,255,.12);transform:translateY(-2px)}.sql-favorites .favorite-card.active[data-v-2d52559c]{border-color:#409eff;background:#f0f7ff;box-shadow:0 2px 8px rgba(64,158,255,.15)}.sql-favorites .favorite-card.active[data-v-2d52559c]:before{opacity:1}.sql-favorites .favorite-card.active[data-v-2d52559c]:hover{transform:none;box-shadow:0 2px 8px rgba(64,158,255,.15)}.sql-favorites .favorite-card .card-header[data-v-2d52559c]{display:flex;justify-content:space-between;align-items:center;margin-bottom:0}.sql-favorites .favorite-card .card-header .card-title[data-v-2d52559c]{flex:1;display:flex;align-items:center;gap:6px;overflow:hidden}.sql-favorites .favorite-card .card-header .card-title i[data-v-2d52559c]{color:#409eff;flex-shrink:0;font-size:14px}.sql-favorites .favorite-card .card-header .card-title .title-text[data-v-2d52559c]{font-size:13px;font-weight:500;color:#303133;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sql-favorites .favorite-card .card-header .card-actions[data-v-2d52559c]{flex-shrink:0;display:flex;gap:4px}.sql-favorites .favorite-card .card-header .card-actions .action-btn[data-v-2d52559c]{padding:4px;color:#909399}.sql-favorites .favorite-card .card-header .card-actions .action-btn[data-v-2d52559c]:hover{color:#409eff}.sql-favorites .favorite-card .card-header .card-actions .action-btn.delete-btn[data-v-2d52559c]:hover{color:#f56c6c}.sql-favorites .favorite-card .card-instance[data-v-2d52559c]{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px;padding-top:2px}.sql-favorites .favorite-card .card-instance .update-time[data-v-2d52559c]{font-size:11px;color:#909399;background:#f5f7fa;padding:2px 6px;border-radius:10px}.sql-favorites .favorite-card .card-sql[data-v-2d52559c]{background:linear-gradient(135deg,#f8f9fa,#f5f7fa);border-radius:6px;padding:8px;max-height:60px;overflow:hidden;position:relative;border:1px solid #ebeef5}.sql-favorites .favorite-card .card-sql pre[data-v-2d52559c]{margin:0;font-size:11px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;color:#606266;white-space:pre-wrap;word-break:break-all;line-height:1.5}.sql-favorites .favorite-card .card-sql .view-btn[data-v-2d52559c]{position:absolute;bottom:4px;right:4px;padding:3px 8px;font-size:11px;background:hsla(0,0%,100%,.95);border-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,.1);opacity:0;transition:opacity .2s}.sql-favorites .favorite-card .card-sql .view-btn[data-v-2d52559c]:hover{background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.15)}.sql-favorites .favorite-card:hover .view-btn[data-v-2d52559c]{opacity:1}.sql-tooltip{max-width:500px!important}.sql-tooltip .sql-tooltip-content{max-height:300px;max-width:480px;overflow-y:auto;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:12px;white-space:pre-wrap;word-break:break-all;line-height:1.4;padding:8px}.sql-tooltip .sql-tooltip-content::-webkit-scrollbar{width:6px;height:6px}.sql-tooltip .sql-tooltip-content::-webkit-scrollbar-thumb{background:#dcdfe6;border-radius:3px}.sql-tooltip .sql-tooltip-content::-webkit-scrollbar-thumb:hover{background:#c0c4cc}.sql-tooltip .sql-tooltip-content::-webkit-scrollbar-track{background:transparent}.quick-actions-card[data-v-78fb1238]{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,.08)}.quick-actions-card .card-header[data-v-78fb1238]{padding:10px 12px;border-bottom:1px solid #ebeef5;background:linear-gradient(135deg,#e8f4ff,#f0f7ff)}.quick-actions-card .card-header .title[data-v-78fb1238]{margin:0;font-size:13px;font-weight:500;color:#303133;display:flex;align-items:center;gap:6px}.quick-actions-card .card-header .title i[data-v-78fb1238]{color:#409eff}.quick-actions-card .actions-content[data-v-78fb1238]{padding:4px 6px}.quick-actions-card .action-item[data-v-78fb1238]{display:flex;align-items:center;gap:6px;padding:4px 6px;border-radius:4px;margin-bottom:2px}.quick-actions-card .action-item[data-v-78fb1238]:last-child{margin-bottom:0}.quick-actions-card .action-item .shortcut[data-v-78fb1238]{font-size:10px;font-family:Monaco,Consolas,monospace;color:#409eff;background:#f0f7ff;padding:2px 4px;border-radius:3px;white-space:nowrap;flex-shrink:0}.quick-actions-card .action-item .desc[data-v-78fb1238]{font-size:12px;color:#606266;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.quick-query-sql-editor[data-v-0997c7fa]{border:1px solid #dcdfe6;border-radius:4px;overflow:hidden;background:#fff;display:flex;flex-direction:column}.quick-query-sql-editor .editor-toolbar[data-v-0997c7fa]{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#f5f7fa;border-bottom:1px solid #ebeef5;flex-shrink:0}.quick-query-sql-editor .editor-toolbar .toolbar-left[data-v-0997c7fa]{display:flex;align-items:center;gap:12px;flex:1;overflow:hidden}.quick-query-sql-editor .editor-toolbar .toolbar-left .instance-selector[data-v-0997c7fa]{display:flex;align-items:center;gap:6px;flex-shrink:0}.quick-query-sql-editor .editor-toolbar .toolbar-left .instance-selector .selector-label[data-v-0997c7fa]{font-size:12px;color:#606266;font-weight:500;white-space:nowrap}.quick-query-sql-editor .editor-toolbar .toolbar-left .instance-selector .selector-label i[data-v-0997c7fa]{margin-right:2px;color:#409eff}.quick-query-sql-editor .editor-toolbar .toolbar-left .instance-selector :deep(.el-select) .el-input .el-input__inner[data-v-0997c7fa]{font-size:12px;height:28px;line-height:28px}.quick-query-sql-editor .editor-toolbar .toolbar-left .divider[data-v-0997c7fa]{color:#dcdfe6;margin:0 4px;flex-shrink:0}.quick-query-sql-editor .editor-toolbar .toolbar-left .context-info[data-v-0997c7fa]{font-size:11px;color:#909399;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quick-query-sql-editor .editor-toolbar .toolbar-left .context-info i[data-v-0997c7fa]{margin-right:4px}.quick-query-sql-editor .editor-toolbar .toolbar-right[data-v-0997c7fa]{display:flex;gap:3px;flex-shrink:0;align-items:center}.quick-query-sql-editor .editor-toolbar .toolbar-right .toolbar-hint-icon[data-v-0997c7fa]{color:#e6a23c;font-size:16px;margin-right:6px;cursor:help}.quick-query-sql-editor .editor-container[data-v-0997c7fa]{position:relative;flex:1;min-height:0}.quick-query-sql-editor .editor-container[data-v-0997c7fa] :deep(.sql-editor-v2-wrapper){border:none;border-radius:0}.quick-query-sql-editor .comment-warning[data-v-0997c7fa]{background:#fef0e6;border:1px solid #f5cca0;border-bottom:none;padding:8px 12px}.quick-query-sql-editor .comment-warning .warning-content[data-v-0997c7fa]{display:flex;align-items:center;gap:8px}.quick-query-sql-editor .comment-warning .warning-content .el-icon-warning[data-v-0997c7fa]{color:#e6a23c;font-size:16px;flex-shrink:0}.quick-query-sql-editor .comment-warning .warning-content .warning-text[data-v-0997c7fa]{flex:1;color:#e6a23c;font-size:13px;font-weight:500}.quick-query-sql-editor .comment-warning .warning-content .el-button[data-v-0997c7fa]{flex-shrink:0;height:24px;padding:5px 10px;font-size:12px}.quick-query-sql-editor .comment-warning .warning-content .el-button[data-v-0997c7fa]:hover:not(.is-disabled){transform:translateY(-1px);box-shadow:0 2px 4px rgba(245,108,108,.3)}.quick-query-sql-editor .editor-status[data-v-0997c7fa]{display:flex;justify-content:space-between;align-items:center;padding:4px 12px;background:#fafafa;border-top:1px solid #ebeef5;font-size:11px;color:#909399;flex-shrink:0}.quick-query-sql-editor .editor-status .status-info i[data-v-0997c7fa]{margin-right:4px}.quick-query-sql-editor .editor-status .status-info .selection-info[data-v-0997c7fa]{color:#409eff;margin-left:4px}.quick-query-sql-editor .editor-status .status-right[data-v-0997c7fa]{display:flex;align-items:center;gap:12px}.quick-query-sql-editor .editor-status .shortcut-tips[data-v-0997c7fa]{color:#909399;font-size:13px}.quick-query-sql-editor .editor-status .shortcut-tips kbd[data-v-0997c7fa]{display:inline-block;padding:2px 6px;font-family:Monaco,Consolas,Courier New,monospace;font-size:12px;background:#f0f2f5;border:1px solid #dcdfe6;border-radius:3px;box-shadow:0 1px 0 #dcdfe6;color:#606266;margin:0 2px}.quick-query-sql-editor .editor-status .sql-count[data-v-0997c7fa]{color:#409eff;font-weight:500}.quick-query-sql-editor .favorite-btn-active[data-v-0997c7fa]{color:#f5a623!important;border-color:#f5a623!important;background:#fff8e6!important}.quick-query-sql-editor .favorite-btn-active[data-v-0997c7fa]:hover{background:#ffeec2!important}.editor-loading-overlay[data-v-0997c7fa]{position:absolute;top:0;left:0;right:0;bottom:0;background-color:hsla(0,0%,100%,.9);display:flex;align-items:center;justify-content:center;z-index:10;pointer-events:auto}.editor-loading-overlay .loading-content[data-v-0997c7fa]{display:flex;align-items:center;gap:8px;font-size:14px;color:#409eff;background:#fff;padding:12px 20px;border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.editor-loading-overlay .loading-content .loading-icon[data-v-0997c7fa]{font-size:16px;animation:rotating-data-v-0997c7fa 1s linear infinite}.editor-loading-overlay .loading-content .loading-text[data-v-0997c7fa]{font-weight:500}@keyframes rotating-data-v-0997c7fa{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.sql-editor-fullscreen-active[data-v-0997c7fa]{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:100vh!important;z-index:9999!important;background:#fff!important;max-width:none!important;max-height:none!important;padding:16px!important}.sql-editor-fullscreen-active .editor-container[data-v-0997c7fa]{height:calc(100vh - 120px)!important}.sql-editor-fullscreen-active .editor-container :deep(.sql-editor-v2-wrapper) .monaco-editor-container[data-v-0997c7fa],.sql-editor-fullscreen-active .editor-container[data-v-0997c7fa] :deep(.sql-editor-v2-wrapper){height:100%!important}body.sql-editor-fullscreen[data-v-0997c7fa]{overflow:hidden!important}.result-table[data-v-0729827a]{height:100%;width:100%;max-width:100%;display:flex;flex-direction:column;background:#fff;max-height:100%;overflow:visible}.result-table .warning-header[data-v-0729827a]{background:#fef0e6;border-bottom:1px solid #f5cca0;padding:8px 16px;flex-shrink:0}.result-table .warning-header .warning-content[data-v-0729827a]{display:flex;align-items:flex-start;gap:8px}.result-table .warning-header .warning-content .el-icon-warning[data-v-0729827a]{color:#e6a23c;font-size:16px;margin-top:2px;flex-shrink:0}.result-table .warning-header .warning-content .warning-messages[data-v-0729827a]{flex:1}.result-table .warning-header .warning-content .warning-messages .warning-message[data-v-0729827a]{color:#e6a23c;font-size:13px;line-height:1.4;margin-bottom:4px}.result-table .warning-header .warning-content .warning-messages .warning-message[data-v-0729827a]:last-child{margin-bottom:0}.result-table .table-toolbar[data-v-0729827a]{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:linear-gradient(180deg,#fafbfc,#f6f8fa);border:1px solid #e1e4e8;border-radius:6px 6px 0 0;min-height:36px;flex-shrink:0;box-shadow:0 1px 2px rgba(0,0,0,.04)}.result-table .table-toolbar .toolbar-left[data-v-0729827a]{display:flex;align-items:center;gap:12px}.result-table .table-toolbar .toolbar-left .result-info[data-v-0729827a]{display:flex;align-items:center;font-size:12px;color:#57606a}.result-table .table-toolbar .toolbar-left .result-info i[data-v-0729827a]{margin-right:5px;color:#6e7781;font-size:13px}.result-table .table-toolbar .toolbar-left .result-info strong[data-v-0729827a]{color:#24292f;font-weight:600;margin:0 2px}.result-table .table-toolbar .toolbar-left .limit-tip[data-v-0729827a]{font-size:11px;padding:4px 8px}.result-table .table-toolbar .toolbar-left .limit-tip i[data-v-0729827a]{margin-right:4px}.result-table .table-toolbar .toolbar-right[data-v-0729827a]{display:flex;align-items:center;gap:8px}.result-table .table-toolbar .toolbar-right .el-button--mini[data-v-0729827a]{height:28px;padding:6px 12px;font-size:12px;border-radius:4px;font-weight:500;transition:all .2s ease}.result-table .table-toolbar .toolbar-right .el-button--mini[data-v-0729827a]:hover:not(.is-disabled){transform:translateY(-1px);box-shadow:0 3px 8px rgba(0,0,0,.15)}.result-table .table-toolbar .toolbar-right .el-button--mini.is-disabled[data-v-0729827a]{opacity:.5;cursor:not-allowed}.result-table .table-toolbar .toolbar-right .el-button--mini i[data-v-0729827a]{font-size:13px}.result-table .sql-display[data-v-0729827a]{margin-bottom:8px;border:1px solid #e1e4e8;border-radius:6px;background:#fafbfc;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.05);transition:all .2s ease}.result-table .sql-display[data-v-0729827a]:hover{border-color:#d0d7de;box-shadow:0 2px 6px rgba(0,0,0,.08)}.result-table .sql-display .sql-header[data-v-0729827a]{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:linear-gradient(180deg,#fafbfc,#f6f8fa);border-bottom:1px solid #e1e4e8}.result-table .sql-display .sql-header .sql-label[data-v-0729827a]{display:flex;align-items:center;font-size:12px;font-weight:600;color:#24292f}.result-table .sql-display .sql-header .sql-label i[data-v-0729827a]{margin-right:6px;color:#57606a;font-size:14px}.result-table .sql-display .sql-header .sql-time[data-v-0729827a]{font-size:11px;color:#57606a}.result-table .sql-display .sql-header i[data-v-0729827a]{margin-right:6px;color:#909399}.result-table .sql-display .sql-content[data-v-0729827a]{padding:0;max-height:150px;overflow-y:auto;background:#fff}.result-table .sql-display .sql-content .sql-code[data-v-0729827a]{padding:12px 16px;margin:0;font-family:Monaco,Menlo,Ubuntu Mono,Consolas,Courier New,monospace;font-size:12px;line-height:1.6;color:#24292f;background:#fff;background:transparent;white-space:pre-wrap;word-break:break-word;border:none}.result-table .show-result-container[data-v-0729827a]{flex:1;display:flex;flex-direction:column;border:1px solid #e4e7ed;border-radius:4px;background:#fff;overflow:hidden;min-height:0}.result-table .show-result-container .show-result-content[data-v-0729827a]{flex:1;overflow:auto;padding:16px;background:#f5f7fa;min-height:0}.result-table .show-result-container .show-result-content .show-result-code[data-v-0729827a]{margin:0;padding:16px;font-family:Monaco,Menlo,Ubuntu Mono,Consolas,monospace;font-size:13px;line-height:1.6;color:#2c3e50;background:#fff;border:1px solid #e4e7ed;border-radius:4px;white-space:pre-wrap;word-break:break-word;box-shadow:0 1px 3px rgba(0,0,0,.05)}.result-table .show-result-container .show-result-content[data-v-0729827a]::-webkit-scrollbar{width:8px;height:8px}.result-table .show-result-container .show-result-content[data-v-0729827a]::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.result-table .show-result-container .show-result-content[data-v-0729827a]::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.result-table .show-result-container .show-result-content[data-v-0729827a]::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.result-table .show-result-container .show-result-actions[data-v-0729827a]{padding:12px 16px;border-top:1px solid #e4e7ed;background:#fafafa;text-align:right;flex-shrink:0}.result-table .show-result-container .show-result-actions .el-button[data-v-0729827a]:hover{transform:translateY(-1px);box-shadow:0 2px 8px rgba(64,158,255,.3)}.result-table .table-container[data-v-0729827a]{flex:1;min-height:0;width:100%;position:relative;display:block!important;border:1px solid #e1e4e8;border-top:none;border-radius:0 0 6px 6px;background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.06);overflow:hidden}.result-table .table-container .result-data-table :deep(.el-table__header) th[data-v-0729827a]{height:24px!important;padding:0!important;background-color:#e8f4fd!important;border-right:1px solid #d0e8ff!important;border-bottom:1px solid #d0e8ff!important;white-space:nowrap!important}.result-table .table-container .result-data-table :deep(.el-table__header) th .cell[data-v-0729827a]{padding:3.5px 2px!important;font-size:11px!important;font-weight:500!important;line-height:1!important;height:auto!important;white-space:nowrap!important;word-break:keep-all!important;word-wrap:normal!important;overflow:hidden!important}.result-table .table-container .result-data-table :deep(.el-table__header) th .caret-wrapper[data-v-0729827a]{position:relative!important;right:0!important;height:12px!important;width:10px!important;margin-left:4px!important;display:inline-flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;vertical-align:middle!important}.result-table .table-container .result-data-table :deep(.el-table__header) th .caret-wrapper .sort-caret[data-v-0729827a]{border:3px solid transparent!important;position:absolute!important;left:50%!important;transform:translateX(-50%)!important}.result-table .table-container .result-data-table :deep(.el-table__header) th .caret-wrapper .sort-caret.ascending[data-v-0729827a]{border-bottom-color:#c0c4cc!important;top:1px!important}.result-table .table-container .result-data-table :deep(.el-table__header) th .caret-wrapper .sort-caret.descending[data-v-0729827a]{border-top-color:#c0c4cc!important;bottom:1px!important}.result-table .table-container .result-data-table :deep(.el-table__header) th .caret-wrapper:hover .sort-caret.ascending[data-v-0729827a]{border-bottom-color:#409eff!important}.result-table .table-container .result-data-table :deep(.el-table__header) th .caret-wrapper:hover .sort-caret.descending[data-v-0729827a]{border-top-color:#409eff!important}.result-table .table-container .result-data-table :deep(.el-table__header) th .ascending .sort-caret.ascending[data-v-0729827a]{border-bottom-color:#409eff!important}.result-table .table-container .result-data-table :deep(.el-table__header) th .descending .sort-caret.descending[data-v-0729827a]{border-top-color:#409eff!important}.result-table .table-container .result-data-table .custom-filter-icon[data-v-0729827a]{display:inline-block;transition:all .2s ease;opacity:.6}.result-table .table-container .result-data-table .custom-filter-icon[data-v-0729827a]:hover{opacity:1;transform:scale(1.15)}.result-table .table-container .result-data-table .custom-filter-icon.active[data-v-0729827a]{opacity:1;filter:brightness(0) saturate(100%) invert(47%) sepia(96%) saturate(1828%) hue-rotate(193deg) brightness(101%) contrast(101%)}.result-table .table-container .result-data-table :deep(.el-table__body) tr[data-v-0729827a]{height:24px!important}.result-table .table-container .result-data-table :deep(.el-table__body) tr td[data-v-0729827a]{height:24px!important;padding:0!important;border-right:1px solid #ebeef5!important;border-bottom:1px solid #ebeef5!important}.result-table .table-container .result-data-table :deep(.el-table__body) tr td .cell[data-v-0729827a]{padding:3.5px 2px!important;font-size:11px!important;line-height:1!important;height:auto!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.result-table .table-container .result-data-table :deep(.el-table__body) tr td .cell-content[data-v-0729827a]{display:inline-block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.result-table .table-container .result-data-table :deep(.el-table__body) tr:hover td[data-v-0729827a]{background-color:#f5f7fa!important}.result-table .table-status[data-v-0729827a]{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:linear-gradient(180deg,#f6f8fa,#fafbfc);border-top:1px solid #e1e4e8;font-size:11px;color:#57606a;flex-shrink:0;position:relative;z-index:100;min-height:32px;box-shadow:0 -1px 2px rgba(0,0,0,.05)}.result-table .table-status .status-left[data-v-0729827a]{display:flex;gap:16px}.result-table .table-status .status-left .status-item[data-v-0729827a]{display:flex;align-items:center}.result-table .table-status .status-left .status-item i[data-v-0729827a]{margin-right:4px}.result-table .table-status .status-right .filter-status[data-v-0729827a]{color:#409eff}.result-table .column-filter .filter-actions[data-v-0729827a]{margin-top:8px;text-align:right}.result-table .sql-separator[data-v-0729827a]{display:flex;align-items:center;padding:8px 16px;background:#f5f7fa;margin:4px 0;border-radius:4px}.result-table .sql-separator .separator-line[data-v-0729827a]{flex:1;height:1px;background:linear-gradient(90deg,transparent,#e4e7ed,transparent)}.result-table .sql-separator .separator-content[data-v-0729827a]{display:flex;flex-direction:column;align-items:center;margin:0 16px;min-width:200px}.result-table .sql-separator .separator-content .separator-title[data-v-0729827a]{font-size:13px;font-weight:500;color:#409eff;margin-bottom:2px}.result-table .sql-separator .separator-content .separator-info[data-v-0729827a]{font-size:11px;color:#909399}.result-table :deep(.result-data-table) .el-table__row[data-v-0729827a]:has(.sql-separator){background-color:transparent!important}.result-table-fullscreen-active[data-v-0729827a]{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:100vh!important;z-index:9999!important;background:#fff!important;max-width:none!important;max-height:none!important;padding:16px!important}.result-table-fullscreen-active .table-container[data-v-0729827a]{overflow-x:scroll!important;overflow-y:hidden!important}.result-table-fullscreen-active .table-container .el-table .el-table__body-wrapper[data-v-0729827a]{overflow-y:auto!important;overflow-x:hidden!important}body.result-table-fullscreen[data-v-0729827a]{overflow:hidden!important}[data-v-0729827a]:global(.el-table .el-tooltip__popper){background:#fff!important;color:#303133!important;border:1px solid #e4e7ed!important;box-shadow:0 2px 12px 0 rgba(0,0,0,.1)!important}.result-table-fullscreen-active[data-v-0729827a] :deep(.el-tooltip__popper){z-index:20000!important}[data-v-0729827a]:global(body.result-table-fullscreen .el-tooltip__popper),[data-v-0729827a]:global(body.result-table-fullscreen .limited-width-tooltip.el-tooltip__popper){z-index:25000!important;position:fixed!important}.result-data-table .cell[data-v-0729827a],.result-data-table .el-table__cell[data-v-0729827a],.result-data-table [data-v-0729827a],.result-data-table td[data-v-0729827a],.result-data-table th[data-v-0729827a]{white-space:nowrap!important}:deep(.el-popover) .column-filter .filter-actions[data-v-0729827a]{margin-top:8px;text-align:right}.result-data-table.el-table{font-size:13.5px!important;width:100%!important;color:#000!important}.result-data-table .el-table__body tbody tr td,.result-data-table .el-table__header thead th{min-width:150px!important}.result-data-table .el-table__header thead th .cell{display:flex!important;align-items:center!important}.result-data-table .el-table__body-wrapper::-webkit-scrollbar{width:12px!important;height:12px!important}.result-data-table .el-table__body-wrapper::-webkit-scrollbar-track{background:#f0f0f0!important;border-radius:6px!important;border:1px solid #d0d0d0!important}.result-data-table .el-table__body-wrapper::-webkit-scrollbar-thumb{background:#b0b0b0!important;border-radius:6px!important;border:2px solid #f0f0f0!important}.result-data-table .el-table__body-wrapper::-webkit-scrollbar-thumb:hover{background:#909090!important;border-color:#e0e0e0!important}.result-data-table .el-table__body-wrapper::-webkit-scrollbar-thumb:active{background:#707070!important}.result-data-table .el-table__body-wrapper::-webkit-scrollbar-corner{background:#f0f0f0!important;border:1px solid #d0d0d0!important}.result-data-table .el-table__body-wrapper{overflow:auto!important}.result-data-table.el-table{border-radius:0 0 6px 6px!important}.result-data-table .el-table__header-wrapper{overflow:hidden!important}.result-data-table .el-table__header thead th{height:24px!important;padding:0!important;background-color:#f7f7f7!important;border-right:1px solid #d0d0d0!important;border-bottom:1px solid #d0d0d0!important;white-space:nowrap!important;word-break:keep-all!important;word-wrap:normal!important}.result-data-table .el-table__header thead th .cell{padding:3.5px 2px!important;font-size:12px!important;font-weight:600!important;line-height:1!important;height:auto!important;color:#000!important;white-space:nowrap!important;word-break:keep-all!important;word-wrap:normal!important;overflow:hidden!important}.result-data-table .el-table__body tbody tr{height:28px!important}.result-data-table .el-table__body tbody tr td{height:28px!important;padding:0!important;border-right:1px solid #e0e0e0!important;border-bottom:1px solid #e0e0e0!important}.result-data-table .el-table__body tbody tr td .cell{padding:3.8px 2.5px!important;font-size:12.5px!important;line-height:1.1!important;height:auto!important;color:#000!important}.result-data-table .el-table__body tbody tr:hover td{background-color:#e8f4fd!important}.limited-width-tooltip{max-width:50vw!important}.redis-json-view[data-v-efbace04]{height:100%;display:flex;flex-direction:column;background:#fff}.redis-json-view .json-search-bar[data-v-efbace04]{padding:12px 16px;background:#fff;border-bottom:1px solid #e4e7ed}.redis-json-view .json-search-bar .search-input-wrapper[data-v-efbace04]{display:flex;align-items:center;gap:0;flex-wrap:nowrap}.redis-json-view .json-search-bar .search-input-wrapper>[data-v-efbace04]{margin-right:8px}.redis-json-view .json-search-bar .search-input-wrapper>[data-v-efbace04]:last-child{margin-right:0}.redis-json-view .json-search-bar .search-input-wrapper .el-input[data-v-efbace04]{margin-right:12px}.redis-json-view .json-search-bar .expand-level-text[data-v-efbace04]{font-size:12px;color:#909399;margin-left:auto;white-space:nowrap}.redis-json-view .json-search-bar .search-help .help-title[data-v-efbace04]{margin:0 0 16px 0;padding-bottom:12px;font-size:16px;font-weight:600;color:#303133;border-bottom:2px solid #409eff}.redis-json-view .json-search-bar .search-help .help-item[data-v-efbace04]{margin-bottom:12px}.redis-json-view .json-search-bar .search-help .help-item[data-v-efbace04]:last-child{margin-bottom:0}.redis-json-view .json-search-bar .search-help .help-item .help-subtitle[data-v-efbace04]{display:block;margin-bottom:8px;padding:4px 8px;background:#f5f7fa;border-left:3px solid #409eff;color:#303133;font-size:14px;font-weight:600}.redis-json-view .json-search-bar .search-help .help-item ul[data-v-efbace04]{margin:0;padding-left:20px;font-size:12px;color:#909399;line-height:1.8}.redis-json-view .json-search-bar .search-help .help-item ul li[data-v-efbace04]{margin-bottom:4px}.redis-json-view .json-search-bar .search-help .help-item ul code[data-v-efbace04]{padding:2px 6px;background:#f5f7fa;border:1px solid #e4e7ed;border-radius:3px;font-family:Consolas,Monaco,monospace;color:#e83e8c}.redis-json-view .json-search-bar .search-result[data-v-efbace04]{margin-top:12px;padding:12px;background:#f0f9ff;border:1px solid #b3d8ff;border-radius:4px}.redis-json-view .json-search-bar .search-result .search-result-header[data-v-efbace04]{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:13px;font-weight:500;color:#303133}.redis-json-view .json-search-bar .search-result .search-result-content[data-v-efbace04]{margin:0;padding:10px;background:#fff;border:1px solid #dcdfe6;border-radius:4px;font-family:Consolas,Monaco,monospace;font-size:12px;line-height:1.6;color:#303133;white-space:pre-wrap;word-break:break-all;max-height:300px;overflow:auto}.redis-json-view .json-tree-container[data-v-efbace04]{flex:1;overflow:auto;padding:16px;background:#fafafa}.redis-json-view .json-tree-container[data-v-efbace04] .vjs-tree{font-family:Consolas,Monaco,Courier New,monospace;font-size:13px;line-height:2.2;background:#fff;padding:12px;border-radius:4px;border:1px solid #e4e7ed}.redis-json-view .json-tree-container[data-v-efbace04] .vjs-tree .vjs-tree__node{cursor:pointer}.redis-json-view .json-tree-container[data-v-efbace04] .vjs-tree .vjs-tree__node:hover{background-color:#f5f7fa}.redis-json-view .json-tree-container[data-v-efbace04] .vjs-tree .vjs-tree__brackets{color:#909399;font-weight:700;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.redis-json-view .json-tree-container[data-v-efbace04] .vjs-tree .vjs-tree__brackets:hover{color:#409eff}.redis-json-view .json-tree-container[data-v-efbace04] .vjs-tree .vjs-key{color:#e83e8c;font-weight:600}.redis-json-view .json-tree-container[data-v-efbace04] .vjs-tree .vjs-value__string{color:#22863a}.redis-json-view .json-tree-container[data-v-efbace04] .vjs-tree .vjs-value__number{color:#005cc5;font-weight:500}.redis-json-view .json-tree-container[data-v-efbace04] .vjs-tree .vjs-value__boolean{color:#d73a49;font-weight:500}.redis-json-view .json-tree-container[data-v-efbace04] .vjs-tree .vjs-value__null{color:#6f42c1;font-style:italic}.redis-text-view[data-v-0d1bcf71]{height:100%;display:flex;flex-direction:column;background:#fff}.redis-text-view .text-toolbar[data-v-0d1bcf71]{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#f5f7fa;border-bottom:1px solid #e4e7ed}.redis-text-view .text-toolbar .toolbar-left[data-v-0d1bcf71],.redis-text-view .text-toolbar .toolbar-right[data-v-0d1bcf71]{display:flex;align-items:center;gap:8px}.redis-text-view .text-toolbar .result-info[data-v-0d1bcf71]{font-size:13px;color:#606266}.redis-text-view .text-toolbar .result-info i[data-v-0d1bcf71]{margin-right:4px;color:#909399}.redis-text-view .text-content-wrapper[data-v-0d1bcf71]{flex:1;overflow:auto;padding:16px}.redis-text-view .text-content-wrapper .multi-line-text[data-v-0d1bcf71]{font-family:Consolas,Monaco,monospace;font-size:13px;line-height:1.8}.redis-text-view .text-content-wrapper .multi-line-text .text-line[data-v-0d1bcf71]{display:flex;padding:2px 0}.redis-text-view .text-content-wrapper .multi-line-text .text-line[data-v-0d1bcf71]:hover{background-color:#f5f7fa}.redis-text-view .text-content-wrapper .multi-line-text .text-line.has-line-number .line-number[data-v-0d1bcf71]{display:inline-block}.redis-text-view .text-content-wrapper .multi-line-text .text-line .line-number[data-v-0d1bcf71]{display:none;min-width:40px;padding-right:12px;text-align:right;color:#909399;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-right:1px solid #e4e7ed;margin-right:12px}.redis-text-view .text-content-wrapper .multi-line-text .text-line .line-content[data-v-0d1bcf71]{flex:1;white-space:pre-wrap;word-break:break-all}.redis-text-view .text-content-wrapper .multi-line-text .text-line .line-content.line-empty[data-v-0d1bcf71]{color:#c0c4cc;font-style:italic}.redis-text-view .text-content-wrapper .multi-line-text .text-line .line-content.line-section[data-v-0d1bcf71]{color:#409eff;font-weight:600;margin-top:8px}.redis-text-view .text-content-wrapper .multi-line-text .text-line .line-content.line-keyvalue[data-v-0d1bcf71]{color:#303133}.redis-text-view .text-content-wrapper .multi-line-text .text-line .line-content.line-normal[data-v-0d1bcf71]{color:#606266}.redis-text-view .text-content-wrapper .single-line-text .text-content[data-v-0d1bcf71]{margin:0;padding:16px;background:#f5f7fa;border:1px solid #e4e7ed;border-radius:4px;font-family:Consolas,Monaco,monospace;font-size:14px;line-height:1.8;white-space:pre-wrap;word-break:break-all}.redis-text-view .text-content-wrapper .single-line-text .text-content.value-empty[data-v-0d1bcf71],.redis-text-view .text-content-wrapper .single-line-text .text-content.value-null[data-v-0d1bcf71]{color:#909399;font-style:italic}.redis-text-view .text-content-wrapper .single-line-text .text-content.value-number[data-v-0d1bcf71]{color:#005cc5;font-weight:500}.redis-text-view .text-content-wrapper .single-line-text .text-content.value-boolean[data-v-0d1bcf71]{color:#d73a49;font-weight:500}.redis-text-view .text-content-wrapper .single-line-text .text-content.value-string[data-v-0d1bcf71]{color:#303133}.redis-result-viewer[data-v-3959ebac]{height:100%;display:flex;flex-direction:column;background:#fff}.redis-result-viewer .command-header[data-v-3959ebac]{padding:12px 16px;background:#f5f7fa;border-bottom:1px solid #e4e7ed}.redis-result-viewer .command-header .command-info[data-v-3959ebac]{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.redis-result-viewer .command-header .command-info .command-label[data-v-3959ebac]{font-weight:500;color:#303133;font-size:14px}.redis-result-viewer .command-header .command-info .command-label i[data-v-3959ebac]{margin-right:4px;color:#409eff}.redis-result-viewer .command-header .command-info .command-meta[data-v-3959ebac]{display:flex;align-items:center;gap:16px}.redis-result-viewer .command-header .command-info .command-meta .stat-item[data-v-3959ebac]{font-size:12px;color:#606266}.redis-result-viewer .command-header .command-info .command-meta .stat-item i[data-v-3959ebac]{margin-right:4px;color:#909399}.redis-result-viewer .command-header .command-info .command-meta .stat-item strong[data-v-3959ebac]{color:#409eff;font-weight:600}.redis-result-viewer .command-header .command-info .command-meta .command-time[data-v-3959ebac]{font-size:12px;color:#909399}.redis-result-viewer .command-header .command-content .command-code[data-v-3959ebac]{margin:0;padding:8px 12px;background:#fff;border:1px solid #dcdfe6;border-radius:4px;font-family:Consolas,Monaco,monospace;font-size:13px;color:#e83e8c;white-space:pre-wrap;word-break:break-all}.redis-result-viewer .result-content[data-v-3959ebac]{flex:1;overflow:hidden}.query-history[data-v-0c13b7ae]{height:auto;min-height:100%;display:flex;flex-direction:column;background:#fff}.query-history .history-filters[data-v-0c13b7ae]{flex-shrink:0;padding:8px 12px;background:#fafafa;border-bottom:1px solid #ebeef5;border-radius:4px}.query-history .history-filters .filter-row[data-v-0c13b7ae]{margin-bottom:6px}.query-history .history-filters .filter-row[data-v-0c13b7ae]:last-child{margin-bottom:0}.query-history .history-filters .filter-item[data-v-0c13b7ae]{display:flex;align-items:center}.query-history .history-filters .filter-item .item-label[data-v-0c13b7ae]{flex-shrink:0;width:80px;font-size:12px;color:#606266;font-weight:500}.query-history .history-filters .filter-item .el-input[data-v-0c13b7ae],.query-history .history-filters .filter-item .el-select[data-v-0c13b7ae]{flex:1}.query-history .history-filters .filter-item[data-v-0c13b7ae] :deep(.el-input__inner),.query-history .history-filters .filter-item[data-v-0c13b7ae] :deep(.el-select .el-input__inner){border-radius:4px}.query-history .history-filters .filter-actions[data-v-0c13b7ae]{display:flex;gap:6px;align-items:center;justify-content:flex-end}.query-history .history-filters .filter-actions .el-button--primary[data-v-0c13b7ae]{background-color:#409eff;border-color:#409eff}.query-history .history-filters .filter-actions .el-button--primary[data-v-0c13b7ae]:hover{background-color:#66b1ff;border-color:#66b1ff}.query-history .history-filters :deep(.el-date-editor) .el-range-separator[data-v-0c13b7ae]{width:20px;text-align:center}.query-history .history-table[data-v-0c13b7ae]{flex:1;margin-bottom:8px}.query-history .history-table .history-data-table[data-v-0c13b7ae] :deep(.el-table__row){cursor:pointer}.query-history .history-table .history-data-table[data-v-0c13b7ae] :deep(.el-table__row):hover{background-color:#f5f7fa}.query-history .history-table .history-data-table .sql-preview[data-v-0c13b7ae]{font-family:Monaco,Menlo,Ubuntu Mono,Consolas,monospace;font-size:12px;color:#606266;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;display:inline-block}.query-history .history-table .history-data-table .sql-inline[data-v-0c13b7ae]{display:flex;align-items:center;gap:6px;white-space:nowrap}.query-history .history-table .history-data-table .view-sql-btn[data-v-0c13b7ae]{padding:0 4px;height:20px;line-height:20px;font-size:12px}.query-history .history-table .history-data-table[data-v-0c13b7ae] :deep(.cell){padding:2px 6px;font-size:11px;line-height:1.1}.query-history .history-table .history-data-table[data-v-0c13b7ae] :deep(.el-table__row){height:28px}.query-history .history-table .history-data-table[data-v-0c13b7ae] :deep(.el-table__fixed-right){z-index:10;box-shadow:-1px 0 8px rgba(0,0,0,.12)}.query-history .history-table .history-data-table :deep(.el-table__header-wrapper) .el-table__header th[data-v-0c13b7ae]{height:32px;padding:4px 0}.query-history .history-table .history-data-table :deep(.el-table__header-wrapper) .el-table__header th .cell[data-v-0c13b7ae]{padding:2px 6px;font-size:11px;font-weight:500}.query-history .history-table .history-data-table .compact-btn[data-v-0c13b7ae]{height:22px;padding:0 8px;font-size:11px;line-height:20px;border-radius:3px;margin:0 2px;border:1px solid #dcdfe6;background:#fff;color:#606266}.query-history .history-table .history-data-table .compact-btn[data-v-0c13b7ae]:hover{color:#409eff;border-color:#c6e2ff;background-color:#ecf5ff}.query-history .history-table .history-data-table .compact-btn.primary-btn[data-v-0c13b7ae]{color:#fff;background-color:#409eff;border-color:#409eff}.query-history .history-table .history-data-table .compact-btn.primary-btn[data-v-0c13b7ae]:hover{background:#66b1ff;border-color:#66b1ff}.query-history .history-pagination[data-v-0c13b7ae]{flex-shrink:0;padding:6px 12px;background:#fff;border-top:1px solid #ebeef5;position:relative;z-index:1;display:flex;justify-content:flex-end}[data-v-0c13b7ae] .result-preview-dialog{border-radius:8px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.12)}[data-v-0c13b7ae] .result-preview-dialog .el-dialog__header{background:#f0f8ff;border-bottom:1px solid #e8f4fd;padding:14px 18px;margin:0}[data-v-0c13b7ae] .result-preview-dialog .el-dialog__title{color:#2c3e50;font-size:16px;font-weight:600}[data-v-0c13b7ae] .result-preview-dialog .el-dialog__headerbtn{top:14px;right:18px;width:28px;height:28px;background:hsla(0,0%,100%,.8);border-radius:50%;transition:all .3s ease}[data-v-0c13b7ae] .result-preview-dialog .el-dialog__headerbtn:hover{background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.1)}[data-v-0c13b7ae] .result-preview-dialog .el-dialog__headerbtn .el-dialog__close{color:#606266;font-size:16px;font-weight:700}[data-v-0c13b7ae] .result-preview-dialog .el-dialog__headerbtn .el-dialog__close:hover{color:#409eff}[data-v-0c13b7ae] .result-preview-dialog .el-dialog__body{padding:16px 18px;max-height:88vh;overflow-y:auto;background:#fff}[data-v-0c13b7ae] .result-preview-dialog .preview-content .sql-section{margin-bottom:16px}[data-v-0c13b7ae] .result-preview-dialog .preview-content .sql-section .section-title{font-size:14px;font-weight:500;color:#303133;margin-bottom:8px}[data-v-0c13b7ae] .result-preview-dialog .preview-content .sql-section .sql-display .sql-code{background:#f8f9fa;border:1px solid #e4e7ed;border-radius:4px;padding:12px;font-family:Monaco,Menlo,Ubuntu Mono,Consolas,monospace;font-size:12px;line-height:1.5;color:#303133;white-space:pre-wrap;word-break:break-word;margin:0;max-height:150px;overflow-y:auto}[data-v-0c13b7ae] .result-preview-dialog .preview-content .execute-info{display:flex;gap:20px;margin-bottom:16px;padding:12px;background:#f5f7fa;border-radius:4px}[data-v-0c13b7ae] .result-preview-dialog .preview-content .execute-info .info-item{display:flex;align-items:center;font-size:12px;color:#606266}[data-v-0c13b7ae] .result-preview-dialog .preview-content .execute-info .info-item i{margin-right:4px;color:#909399}[data-v-0c13b7ae] .result-preview-dialog .preview-content .result-section{border:1px solid #ebeef5;border-radius:4px;overflow:visible;min-height:0;display:flex;flex-direction:column}[data-v-0c13b7ae] .sql-detail-dialog{border-radius:8px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.12)}[data-v-0c13b7ae] .sql-detail-dialog .el-dialog__header{background:#f0f8ff;border-bottom:1px solid #e8f4fd;padding:14px 18px;margin:0}[data-v-0c13b7ae] .sql-detail-dialog .el-dialog__title{color:#2c3e50;font-size:16px;font-weight:600}[data-v-0c13b7ae] .sql-detail-dialog .el-dialog__headerbtn{top:14px;right:18px;width:28px;height:28px;background:hsla(0,0%,100%,.8);border-radius:50%;transition:all .3s ease}[data-v-0c13b7ae] .sql-detail-dialog .el-dialog__headerbtn:hover{background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.1)}[data-v-0c13b7ae] .sql-detail-dialog .el-dialog__headerbtn .el-dialog__close{color:#606266;font-size:16px;font-weight:700}[data-v-0c13b7ae] .sql-detail-dialog .el-dialog__headerbtn .el-dialog__close:hover{color:#409eff}[data-v-0c13b7ae] .sql-detail-dialog .el-dialog__body{padding:16px 18px;background:#fff}[data-v-0c13b7ae] .sql-detail-dialog .el-dialog__footer{padding:12px 18px;background:#fafbfc;border-top:1px solid #e8eaec}.data-viewer[data-v-550e6e5f]{height:100%;display:flex;flex-direction:column;background:#fff}.data-viewer .data-toolbar[data-v-550e6e5f]{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#f5f7fa;border-bottom:1px solid #ebeef5}.data-viewer .data-toolbar .toolbar-left[data-v-550e6e5f]{display:flex;align-items:center;gap:16px}.data-viewer .data-toolbar .toolbar-left .table-info[data-v-550e6e5f]{font-size:13px;color:#303133;font-weight:500}.data-viewer .data-toolbar .toolbar-left .table-info .table-label[data-v-550e6e5f]{color:#606266;font-size:13px;margin-right:4px}.data-viewer .data-toolbar .toolbar-left .data-count[data-v-550e6e5f]{font-size:12px;color:#606266}.data-viewer .data-toolbar .toolbar-right[data-v-550e6e5f]{display:flex;gap:8px}.data-viewer .data-table-container[data-v-550e6e5f]{flex:1;overflow:hidden}.data-viewer .data-table-container .data-table[data-v-550e6e5f]{height:100%}.data-viewer .data-table-container .data-table :deep(.el-table__header-wrapper) .column-header[data-v-550e6e5f]{display:flex;align-items:center;justify-content:space-between}.data-viewer .data-table-container .data-table :deep(.el-table__header-wrapper) .column-header .column-title[data-v-550e6e5f]{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500}.data-viewer .data-table-container .data-table :deep(.el-table__header-wrapper) .column-header .column-filter-icon[data-v-550e6e5f]{margin-left:4px;cursor:pointer;color:#c0c4cc;font-size:12px}.data-viewer .data-table-container .data-table :deep(.el-table__header-wrapper) .column-header .column-filter-icon.active[data-v-550e6e5f],.data-viewer .data-table-container .data-table :deep(.el-table__header-wrapper) .column-header .column-filter-icon[data-v-550e6e5f]:hover{color:#409eff}.data-viewer .data-table-container .data-table :deep(.el-table__body-wrapper) .cell-content[data-v-550e6e5f]{font-size:12px}.data-viewer .data-table-container .data-table[data-v-550e6e5f] :deep(.el-table__row){height:32px}.data-viewer .data-table-container .data-table[data-v-550e6e5f] :deep(.el-table__row):hover{background-color:#f5f7fa}.data-viewer .data-table-container .data-table[data-v-550e6e5f] :deep(.cell){padding:4px 8px;font-size:12px;line-height:1.3}.data-viewer .data-table-container .data-table :deep(.el-table__header-wrapper) .el-table__header th[data-v-550e6e5f]{height:36px;padding:6px 0}.data-viewer .data-table-container .data-table :deep(.el-table__header-wrapper) .el-table__header th .cell[data-v-550e6e5f]{padding:4px 8px;font-size:12px;font-weight:500}.data-viewer .data-pagination[data-v-550e6e5f]{padding:12px 16px;border-top:1px solid #ebeef5;text-align:center;background:#fafafa}.data-viewer .data-pagination :deep(.el-pagination) .btn-next[data-v-550e6e5f],.data-viewer .data-pagination :deep(.el-pagination) .btn-prev[data-v-550e6e5f],.data-viewer .data-pagination :deep(.el-pagination) .el-pager li[data-v-550e6e5f],.data-viewer .data-pagination :deep(.el-pagination) .el-pagination__jump[data-v-550e6e5f],.data-viewer .data-pagination :deep(.el-pagination) .el-pagination__sizes[data-v-550e6e5f],.data-viewer .data-pagination :deep(.el-pagination) .el-pagination__total[data-v-550e6e5f]{font-size:12px}.data-viewer .column-filter .filter-actions[data-v-550e6e5f],:deep(.el-popover) .column-filter .filter-actions[data-v-550e6e5f]{margin-top:8px;text-align:right}