.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-50e4c379]{border:1px solid #dcdfe6;border-radius:4px;overflow:hidden;background:#fff;display:flex;flex-direction:column}.quick-query-sql-editor .editor-toolbar[data-v-50e4c379]{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-50e4c379]{display:flex;align-items:center;gap:12px;flex:1;overflow:hidden}.quick-query-sql-editor .editor-toolbar .toolbar-left .instance-selector[data-v-50e4c379]{display:flex;align-items:center;gap:6px;flex-shrink:0}.quick-query-sql-editor .editor-toolbar .toolbar-left .instance-selector .selector-label[data-v-50e4c379]{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-50e4c379]{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-50e4c379]{font-size:12px;height:28px;line-height:28px}.quick-query-sql-editor .editor-toolbar .toolbar-left .instance-selector[data-v-50e4c379] :deep(.instance-option){display:inline-flex;align-items:center;gap:5px;width:100%}.quick-query-sql-editor .editor-toolbar .toolbar-left .instance-selector[data-v-50e4c379] :deep(.database-type-icon){width:16px;height:16px;-o-object-fit:contain;object-fit:contain;flex-shrink:0}.quick-query-sql-editor .editor-toolbar .toolbar-left .instance-selector[data-v-50e4c379] :deep(.database-type-label){margin-left:auto;color:#909399;font-size:11px}.quick-query-sql-editor .editor-toolbar .toolbar-left .divider[data-v-50e4c379]{color:#dcdfe6;margin:0 4px;flex-shrink:0}.quick-query-sql-editor .editor-toolbar .toolbar-left .context-info[data-v-50e4c379]{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-50e4c379]{margin-right:4px}.quick-query-sql-editor .editor-toolbar .toolbar-right[data-v-50e4c379]{display:flex;gap:3px;flex-shrink:0;align-items:center}.quick-query-sql-editor .editor-toolbar .toolbar-right .toolbar-hint-icon[data-v-50e4c379]{color:#e6a23c;font-size:16px;margin-right:6px;cursor:help}.quick-query-sql-editor .editor-container[data-v-50e4c379]{position:relative;flex:1;min-height:0}.quick-query-sql-editor .editor-container[data-v-50e4c379] :deep(.sql-editor-v2-wrapper){border:none;border-radius:0}.quick-query-sql-editor .comment-warning[data-v-50e4c379]{background:#fef0e6;border:1px solid #f5cca0;border-bottom:none;padding:8px 12px}.quick-query-sql-editor .comment-warning .warning-content[data-v-50e4c379]{display:flex;align-items:center;gap:8px}.quick-query-sql-editor .comment-warning .warning-content .el-icon-warning[data-v-50e4c379]{color:#e6a23c;font-size:16px;flex-shrink:0}.quick-query-sql-editor .comment-warning .warning-content .warning-text[data-v-50e4c379]{flex:1;color:#e6a23c;font-size:13px;font-weight:500}.quick-query-sql-editor .comment-warning .warning-content .el-button[data-v-50e4c379]{flex-shrink:0;height:24px;padding:5px 10px;font-size:12px}.quick-query-sql-editor .comment-warning .warning-content .el-button[data-v-50e4c379]: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-50e4c379]{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-50e4c379]{margin-right:4px}.quick-query-sql-editor .editor-status .status-info .selection-info[data-v-50e4c379]{color:#409eff;margin-left:4px}.quick-query-sql-editor .editor-status .status-right[data-v-50e4c379]{display:flex;align-items:center;gap:12px}.quick-query-sql-editor .editor-status .shortcut-tips[data-v-50e4c379]{color:#909399;font-size:13px}.quick-query-sql-editor .editor-status .shortcut-tips kbd[data-v-50e4c379]{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-50e4c379]{color:#409eff;font-weight:500}.quick-query-sql-editor .favorite-btn-active[data-v-50e4c379]{color:#f5a623!important;border-color:#f5a623!important;background:#fff8e6!important}.quick-query-sql-editor .favorite-btn-active[data-v-50e4c379]:hover{background:#ffeec2!important}.editor-loading-overlay[data-v-50e4c379]{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-50e4c379]{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-50e4c379]{font-size:16px;animation:rotating-data-v-50e4c379 1s linear infinite}.editor-loading-overlay .loading-content .loading-text[data-v-50e4c379]{font-weight:500}@keyframes rotating-data-v-50e4c379{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.sql-editor-fullscreen-active[data-v-50e4c379]{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-50e4c379]{height:calc(100vh - 120px)!important}.sql-editor-fullscreen-active .editor-container :deep(.sql-editor-v2-wrapper) .monaco-editor-container[data-v-50e4c379],.sql-editor-fullscreen-active .editor-container[data-v-50e4c379] :deep(.sql-editor-v2-wrapper){height:100%!important}body.sql-editor-fullscreen[data-v-50e4c379]{overflow:hidden!important}.quick-query-instance-dropdown{min-width:320px;max-width:480px}.quick-query-instance-dropdown .el-select-dropdown__item{min-width:0}.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-2bc13a11]{height:auto;min-height:100%;display:flex;flex-direction:column;background:#fff}.query-history .history-filters[data-v-2bc13a11]{flex-shrink:0;padding:8px 12px;background:#fafafa;border-bottom:1px solid #ebeef5;border-radius:4px}.query-history .history-filters .filter-row[data-v-2bc13a11]{margin-bottom:6px}.query-history .history-filters .filter-row[data-v-2bc13a11]:last-child{margin-bottom:0}.query-history .history-filters .filter-item[data-v-2bc13a11]{display:flex;align-items:center}.query-history .history-filters .filter-item .item-label[data-v-2bc13a11]{flex-shrink:0;width:80px;font-size:12px;color:#606266;font-weight:500}.query-history .history-filters .filter-item .el-input[data-v-2bc13a11],.query-history .history-filters .filter-item .el-select[data-v-2bc13a11]{flex:1}.query-history .history-filters .filter-item[data-v-2bc13a11] :deep(.el-input__inner),.query-history .history-filters .filter-item[data-v-2bc13a11] :deep(.el-select .el-input__inner){border-radius:4px}.query-history .history-filters .filter-actions[data-v-2bc13a11]{display:flex;gap:6px;align-items:center;justify-content:flex-end}.query-history .history-filters .filter-actions .el-button--primary[data-v-2bc13a11]{background-color:#409eff;border-color:#409eff}.query-history .history-filters .filter-actions .el-button--primary[data-v-2bc13a11]:hover{background-color:#66b1ff;border-color:#66b1ff}.query-history .history-filters :deep(.el-date-editor) .el-range-separator[data-v-2bc13a11]{width:20px;text-align:center}.query-history .history-table[data-v-2bc13a11]{flex:1;margin-bottom:8px}.query-history .history-table .history-data-table[data-v-2bc13a11] :deep(.el-table__row){cursor:pointer}.query-history .history-table .history-data-table[data-v-2bc13a11] :deep(.el-table__row):hover{background-color:#f5f7fa}.query-history .history-table .history-data-table .sql-preview[data-v-2bc13a11]{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-2bc13a11]{display:flex;align-items:center;gap:6px;white-space:nowrap}.query-history .history-table .history-data-table .view-sql-btn[data-v-2bc13a11]{padding:0 4px;height:20px;line-height:20px;font-size:12px}.query-history .history-table .history-data-table[data-v-2bc13a11] :deep(.cell){padding:2px 6px;font-size:11px;line-height:1.1}.query-history .history-table .history-data-table[data-v-2bc13a11] :deep(.el-table__row){height:28px}.query-history .history-table .history-data-table[data-v-2bc13a11] :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-2bc13a11]{height:32px;padding:4px 0}.query-history .history-table .history-data-table :deep(.el-table__header-wrapper) .el-table__header th .cell[data-v-2bc13a11]{padding:2px 6px;font-size:11px;font-weight:500}.query-history .history-table .history-data-table .compact-btn[data-v-2bc13a11]{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-2bc13a11]:hover{color:#409eff;border-color:#c6e2ff;background-color:#ecf5ff}.query-history .history-table .history-data-table .compact-btn.primary-btn[data-v-2bc13a11]{color:#fff;background-color:#409eff;border-color:#409eff}.query-history .history-table .history-data-table .compact-btn.primary-btn[data-v-2bc13a11]:hover{background:#66b1ff;border-color:#66b1ff}.query-history .history-pagination[data-v-2bc13a11]{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-2bc13a11] .result-preview-dialog{border-radius:8px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.12)}[data-v-2bc13a11] .result-preview-dialog .el-dialog__header{background:#f0f8ff;border-bottom:1px solid #e8f4fd;padding:14px 18px;margin:0}[data-v-2bc13a11] .result-preview-dialog .el-dialog__title{color:#2c3e50;font-size:16px;font-weight:600}[data-v-2bc13a11] .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-2bc13a11] .result-preview-dialog .el-dialog__headerbtn:hover{background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.1)}[data-v-2bc13a11] .result-preview-dialog .el-dialog__headerbtn .el-dialog__close{color:#606266;font-size:16px;font-weight:700}[data-v-2bc13a11] .result-preview-dialog .el-dialog__headerbtn .el-dialog__close:hover{color:#409eff}[data-v-2bc13a11] .result-preview-dialog .el-dialog__body{padding:16px 18px;max-height:88vh;overflow-y:auto;background:#fff}[data-v-2bc13a11] .result-preview-dialog .preview-content .sql-section{margin-bottom:16px}[data-v-2bc13a11] .result-preview-dialog .preview-content .sql-section .section-title{font-size:14px;font-weight:500;color:#303133;margin-bottom:8px}[data-v-2bc13a11] .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-2bc13a11] .result-preview-dialog .preview-content .execute-info{display:flex;gap:20px;margin-bottom:16px;padding:12px;background:#f5f7fa;border-radius:4px}[data-v-2bc13a11] .result-preview-dialog .preview-content .execute-info .info-item{display:flex;align-items:center;font-size:12px;color:#606266}[data-v-2bc13a11] .result-preview-dialog .preview-content .execute-info .info-item i{margin-right:4px;color:#909399}[data-v-2bc13a11] .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-2bc13a11] .sql-detail-dialog{border-radius:8px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.12)}[data-v-2bc13a11] .sql-detail-dialog .el-dialog__header{background:#f0f8ff;border-bottom:1px solid #e8f4fd;padding:14px 18px;margin:0}[data-v-2bc13a11] .sql-detail-dialog .el-dialog__title{color:#2c3e50;font-size:16px;font-weight:600}[data-v-2bc13a11] .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-2bc13a11] .sql-detail-dialog .el-dialog__headerbtn:hover{background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.1)}[data-v-2bc13a11] .sql-detail-dialog .el-dialog__headerbtn .el-dialog__close{color:#606266;font-size:16px;font-weight:700}[data-v-2bc13a11] .sql-detail-dialog .el-dialog__headerbtn .el-dialog__close:hover{color:#409eff}[data-v-2bc13a11] .sql-detail-dialog .el-dialog__body{padding:16px 18px;background:#fff}[data-v-2bc13a11] .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}