fdb2 1.0.22 → 1.0.23

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.
@@ -1,19 +1,19 @@
1
1
 
2
2
  /* 继承原有的样式,这里可以添加组件特定的样式 */
3
- .connection-form-modern[data-v-60ee1360] {
3
+ .connection-form-modern[data-v-f97c86b8] {
4
4
  padding: 0;
5
5
  }
6
- .form-section[data-v-60ee1360] {
6
+ .form-section[data-v-f97c86b8] {
7
7
  margin-bottom: 2rem;
8
8
  }
9
- .section-header[data-v-60ee1360] {
9
+ .section-header[data-v-f97c86b8] {
10
10
  display: flex;
11
11
  align-items: center;
12
12
  margin-bottom: 1.5rem;
13
13
  padding-bottom: 0.75rem;
14
14
  border-bottom: 2px solid #f0f0f0;
15
15
  }
16
- .section-icon[data-v-60ee1360] {
16
+ .section-icon[data-v-f97c86b8] {
17
17
  width: 40px;
18
18
  height: 40px;
19
19
  border-radius: 8px;
@@ -24,24 +24,24 @@
24
24
  color: white;
25
25
  margin-right: 1rem;
26
26
  }
27
- .section-title[data-v-60ee1360] {
27
+ .section-title[data-v-f97c86b8] {
28
28
  font-size: 1.1rem;
29
29
  font-weight: 600;
30
30
  margin: 0;
31
31
  color: #333;
32
32
  }
33
- .section-content[data-v-60ee1360] {
33
+ .section-content[data-v-f97c86b8] {
34
34
  padding-left: 56px;
35
35
  }
36
- .form-grid[data-v-60ee1360] {
36
+ .form-grid[data-v-f97c86b8] {
37
37
  display: grid;
38
38
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
39
39
  gap: 1.5rem;
40
40
  }
41
- .form-group-modern[data-v-60ee1360] {
41
+ .form-group-modern[data-v-f97c86b8] {
42
42
  margin-bottom: 1rem;
43
43
  }
44
- .form-label-modern[data-v-60ee1360] {
44
+ .form-label-modern[data-v-f97c86b8] {
45
45
  display: flex;
46
46
  align-items: center;
47
47
  font-weight: 500;
@@ -49,8 +49,8 @@
49
49
  margin-bottom: 0.5rem;
50
50
  font-size: 0.9rem;
51
51
  }
52
- .form-control-modern[data-v-60ee1360],
53
- .form-select-modern[data-v-60ee1360] {
52
+ .form-control-modern[data-v-f97c86b8],
53
+ .form-select-modern[data-v-f97c86b8] {
54
54
  width: 100%;
55
55
  padding: 0.75rem;
56
56
  border: 2px solid #e9ecef;
@@ -58,46 +58,46 @@
58
58
  font-size: 0.95rem;
59
59
  transition: all 0.3s ease;
60
60
  }
61
- .form-control-modern[data-v-60ee1360]:focus,
62
- .form-select-modern[data-v-60ee1360]:focus {
61
+ .form-control-modern[data-v-f97c86b8]:focus,
62
+ .form-select-modern[data-v-f97c86b8]:focus {
63
63
  outline: none;
64
64
  border-color: #667eea;
65
65
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
66
66
  }
67
- .form-check-modern[data-v-60ee1360] {
67
+ .form-check-modern[data-v-f97c86b8] {
68
68
  display: flex;
69
69
  align-items: flex-start;
70
70
  padding: 0;
71
71
  }
72
- .form-check-input-modern[data-v-60ee1360] {
72
+ .form-check-input-modern[data-v-f97c86b8] {
73
73
  margin-right: 0.75rem;
74
74
  margin-top: 0.25rem;
75
75
  }
76
- .form-check-label-modern[data-v-60ee1360] {
76
+ .form-check-label-modern[data-v-f97c86b8] {
77
77
  display: flex;
78
78
  flex-direction: column;
79
79
  cursor: pointer;
80
80
  }
81
- .check-text[data-v-60ee1360] {
81
+ .check-text[data-v-f97c86b8] {
82
82
  font-weight: 500;
83
83
  color: #333;
84
84
  margin-bottom: 0.25rem;
85
85
  }
86
- .check-description[data-v-60ee1360] {
86
+ .check-description[data-v-f97c86b8] {
87
87
  font-size: 0.85rem;
88
88
  color: #666;
89
89
  }
90
- .required[data-v-60ee1360] {
90
+ .required[data-v-f97c86b8] {
91
91
  color: #dc3545;
92
92
  margin-left: 0.25rem;
93
93
  }
94
- .error-content[data-v-60ee1360] {
94
+ .error-content[data-v-f97c86b8] {
95
95
  display: flex;
96
96
  align-items: center;
97
97
  padding: 1.5rem;
98
98
  gap: 1rem;
99
99
  }
100
- .error-icon[data-v-60ee1360] {
100
+ .error-icon[data-v-f97c86b8] {
101
101
  width: 48px;
102
102
  height: 48px;
103
103
  border-radius: 50%;
@@ -109,21 +109,21 @@
109
109
  font-size: 1.5rem;
110
110
  flex-shrink: 0;
111
111
  }
112
- .error-message[data-v-60ee1360] {
112
+ .error-message[data-v-f97c86b8] {
113
113
  flex: 1;
114
114
  color: #333;
115
115
  font-size: 0.95rem;
116
116
  line-height: 1.6;
117
117
  }
118
118
 
119
- .sql-executor[data-v-5edeffbc] {
119
+ .sql-executor[data-v-fe79b105] {
120
120
  width: 100%;
121
121
  flex: 1;
122
122
  display: flex;
123
123
  flex-direction: column;
124
124
  gap: 10px;
125
125
  }
126
- .sql-toolbar[data-v-5edeffbc] {
126
+ .sql-toolbar[data-v-fe79b105] {
127
127
  display: flex;
128
128
  justify-content: space-between;
129
129
  align-items: center;
@@ -132,12 +132,12 @@
132
132
  background-color: #f8f9fa;
133
133
  border-radius: 4px;
134
134
  }
135
- .toolbar-left[data-v-5edeffbc],
136
- .toolbar-right[data-v-5edeffbc] {
135
+ .toolbar-left[data-v-fe79b105],
136
+ .toolbar-right[data-v-fe79b105] {
137
137
  display: flex;
138
138
  gap: 8px;
139
139
  }
140
- .sql-container[data-v-5edeffbc] {
140
+ .sql-container[data-v-fe79b105] {
141
141
  position: relative;
142
142
  border: 1px solid #dee2e6;
143
143
  border-radius: 4px;
@@ -146,23 +146,23 @@
146
146
  display: flex;
147
147
  flex-direction: column;
148
148
  }
149
- .sql-editor[data-v-5edeffbc] {
149
+ .sql-editor[data-v-fe79b105] {
150
150
  position: relative;
151
151
  overflow: auto;
152
152
  flex: 0 1 300px;
153
153
  min-height: 200px;
154
154
  }
155
- .sql-result[data-v-5edeffbc] {
155
+ .sql-result[data-v-fe79b105] {
156
156
  position: relative;
157
157
  overflow: auto;
158
158
  border-top: 1px solid #dee2e6;
159
159
  flex: 1;
160
160
  }
161
- .codemirror-editor[data-v-5edeffbc] {
161
+ .codemirror-editor[data-v-fe79b105] {
162
162
  height: 100%;
163
163
  width: 100%;
164
164
  }
165
- .resizer[data-v-5edeffbc] {
165
+ .resizer[data-v-fe79b105] {
166
166
  height: 8px;
167
167
  background-color: #e9ecef;
168
168
  cursor: ns-resize;
@@ -170,33 +170,33 @@
170
170
  align-items: center;
171
171
  justify-content: center;
172
172
  }
173
- .resizer[data-v-5edeffbc]:hover {
173
+ .resizer[data-v-fe79b105]:hover {
174
174
  background-color: #dee2e6;
175
175
  }
176
- .resizer[data-v-5edeffbc]::before {
176
+ .resizer[data-v-fe79b105]::before {
177
177
  content: '';
178
178
  width: 40px;
179
179
  height: 2px;
180
180
  background-color: #adb5bd;
181
181
  border-radius: 1px;
182
182
  }
183
- .resizer.resizing[data-v-5edeffbc] {
183
+ .resizer.resizing[data-v-fe79b105] {
184
184
  background-color: #dee2e6;
185
185
  }
186
- .resizer.resizing[data-v-5edeffbc]::before {
186
+ .resizer.resizing[data-v-fe79b105]::before {
187
187
  background-color: #6c757d;
188
188
  }
189
- .sql-result[data-v-5edeffbc] {
189
+ .sql-result[data-v-fe79b105] {
190
190
  position: relative;
191
191
  overflow: auto;
192
192
  border-top: 1px solid #dee2e6;
193
193
  }
194
- .result-content[data-v-5edeffbc] {
194
+ .result-content[data-v-fe79b105] {
195
195
  height: 100%;
196
196
  display: flex;
197
197
  flex-direction: column;
198
198
  }
199
- .result-header[data-v-5edeffbc] {
199
+ .result-header[data-v-fe79b105] {
200
200
  display: flex;
201
201
  justify-content: space-between;
202
202
  align-items: center;
@@ -204,7 +204,7 @@
204
204
  background-color: #f8f9fa;
205
205
  border-bottom: 1px solid #dee2e6;
206
206
  }
207
- .result-title[data-v-5edeffbc] {
207
+ .result-title[data-v-fe79b105] {
208
208
  margin: 0;
209
209
  font-size: 14px;
210
210
  font-weight: 600;
@@ -212,16 +212,16 @@
212
212
  align-items: center;
213
213
  gap: 8px;
214
214
  }
215
- .sql-loading[data-v-5edeffbc] {
215
+ .sql-loading[data-v-fe79b105] {
216
216
  display: flex;
217
217
  align-items: center;
218
218
  gap: 8px;
219
219
  }
220
- .result-stats[data-v-5edeffbc] {
220
+ .result-stats[data-v-fe79b105] {
221
221
  display: flex;
222
222
  gap: 8px;
223
223
  }
224
- .result-info[data-v-5edeffbc] {
224
+ .result-info[data-v-fe79b105] {
225
225
  display: flex;
226
226
  justify-content: space-between;
227
227
  align-items: center;
@@ -229,49 +229,49 @@
229
229
  background-color: #f8f9fa;
230
230
  border-bottom: 1px solid #dee2e6;
231
231
  }
232
- .result-actions[data-v-5edeffbc] {
232
+ .result-actions[data-v-fe79b105] {
233
233
  display: flex;
234
234
  gap: 8px;
235
235
  }
236
- .result-table-container[data-v-5edeffbc] {
236
+ .result-table-container[data-v-fe79b105] {
237
237
  flex: 1;
238
238
  overflow: auto;
239
239
  }
240
240
 
241
241
  /* 对象结果样式 */
242
- .result-object[data-v-5edeffbc] {
242
+ .result-object[data-v-fe79b105] {
243
243
  display: flex;
244
244
  flex-direction: column;
245
245
  height: 100%;
246
246
  }
247
- .object-container[data-v-5edeffbc] {
247
+ .object-container[data-v-fe79b105] {
248
248
  flex: 1;
249
249
  overflow: auto;
250
250
  }
251
- .object-container table[data-v-5edeffbc] {
251
+ .object-container table[data-v-fe79b105] {
252
252
  width: 100%;
253
253
  }
254
- .object-container th[data-v-5edeffbc]:first-child {
254
+ .object-container th[data-v-fe79b105]:first-child {
255
255
  width: 20%;
256
256
  min-width: 100px;
257
257
  }
258
- .object-container td[data-v-5edeffbc]:first-child {
258
+ .object-container td[data-v-fe79b105]:first-child {
259
259
  font-weight: 500;
260
260
  background-color: #f8f9fa;
261
261
  }
262
- .sql-loading-state[data-v-5edeffbc] {
262
+ .sql-loading-state[data-v-fe79b105] {
263
263
  display: flex;
264
264
  align-items: center;
265
265
  justify-content: center;
266
266
  height: 100%;
267
267
  flex: 1;
268
268
  }
269
- .sql-empty-result[data-v-5edeffbc],
270
- .sql-error[data-v-5edeffbc] {
269
+ .sql-empty-result[data-v-fe79b105],
270
+ .sql-error[data-v-fe79b105] {
271
271
  padding: 12px;
272
272
  flex: 1;
273
273
  }
274
- .result-empty[data-v-5edeffbc] {
274
+ .result-empty[data-v-fe79b105] {
275
275
  display: flex;
276
276
  flex-direction: column;
277
277
  align-items: center;
@@ -280,40 +280,40 @@
280
280
  color: #6c757d;
281
281
  gap: 10px;
282
282
  }
283
- .result-empty i[data-v-5edeffbc] {
283
+ .result-empty i[data-v-fe79b105] {
284
284
  font-size: 48px;
285
285
  opacity: 0.5;
286
286
  }
287
- .json-result[data-v-5edeffbc] {
287
+ .json-result[data-v-fe79b105] {
288
288
  flex: 1;
289
289
  overflow: hidden;
290
290
  }
291
- .json-result .codemirror-editor[data-v-5edeffbc] {
291
+ .json-result .codemirror-editor[data-v-fe79b105] {
292
292
  height: 100%;
293
293
  width: 100%;
294
294
  }
295
295
 
296
296
  /* 响应式设计 */
297
297
  @media (max-width: 768px) {
298
- .sql-toolbar[data-v-5edeffbc] {
298
+ .sql-toolbar[data-v-fe79b105] {
299
299
  flex-direction: column;
300
300
  align-items: stretch;
301
301
  gap: 8px;
302
302
  }
303
- .toolbar-left[data-v-5edeffbc],
304
- .toolbar-right[data-v-5edeffbc] {
303
+ .toolbar-left[data-v-fe79b105],
304
+ .toolbar-right[data-v-fe79b105] {
305
305
  justify-content: center;
306
306
  }
307
307
  }
308
308
 
309
- .connection-detail[data-v-c886542c] {
309
+ .connection-detail[data-v-f47acb62] {
310
310
  padding: 20px;
311
311
  display: flex;
312
312
  flex-direction: column;
313
313
  height: 100%;
314
314
  gap: 20px;
315
315
  }
316
- .connection-header[data-v-c886542c] {
316
+ .connection-header[data-v-f47acb62] {
317
317
  display: flex;
318
318
  justify-content: space-between;
319
319
  align-items: center;
@@ -322,12 +322,12 @@
322
322
  background-color: #f8f9fa;
323
323
  border-radius: 8px;
324
324
  }
325
- .connection-info[data-v-c886542c] {
325
+ .connection-info[data-v-f47acb62] {
326
326
  display: flex;
327
327
  align-items: center;
328
328
  gap: 16px;
329
329
  }
330
- .connection-avatar[data-v-c886542c] {
330
+ .connection-avatar[data-v-f47acb62] {
331
331
  width: 60px;
332
332
  height: 60px;
333
333
  display: flex;
@@ -336,76 +336,76 @@
336
336
  border-radius: 8px;
337
337
  background-color: #e9ecef;
338
338
  }
339
- .db-logo[data-v-c886542c] {
339
+ .db-logo[data-v-f47acb62] {
340
340
  font-size: 24px;
341
341
  font-weight: bold;
342
342
  color: #6c757d;
343
343
  }
344
- .db-mysql[data-v-c886542c] {
344
+ .db-mysql[data-v-f47acb62] {
345
345
  background-color: #4CAF50;
346
346
  color: white;
347
347
  }
348
- .db-postgres[data-v-c886542c] {
348
+ .db-postgres[data-v-f47acb62] {
349
349
  background-color: #336791;
350
350
  color: white;
351
351
  }
352
- .db-mssql[data-v-c886542c] {
352
+ .db-mssql[data-v-f47acb62] {
353
353
  background-color: #0078d4;
354
354
  color: white;
355
355
  }
356
- .db-sqlite[data-v-c886542c] {
356
+ .db-sqlite[data-v-f47acb62] {
357
357
  background-color: #003B57;
358
358
  color: white;
359
359
  }
360
- .db-oracle[data-v-c886542c] {
360
+ .db-oracle[data-v-f47acb62] {
361
361
  background-color: #F80000;
362
362
  color: white;
363
363
  }
364
- .connection-meta[data-v-c886542c] {
364
+ .connection-meta[data-v-f47acb62] {
365
365
  display: flex;
366
366
  flex-direction: column;
367
367
  gap: 4px;
368
368
  }
369
- .connection-name[data-v-c886542c] {
369
+ .connection-name[data-v-f47acb62] {
370
370
  margin: 0;
371
371
  font-size: 20px;
372
372
  font-weight: 600;
373
373
  }
374
- .connection-type-info[data-v-c886542c] {
374
+ .connection-type-info[data-v-f47acb62] {
375
375
  display: flex;
376
376
  align-items: center;
377
377
  gap: 12px;
378
378
  }
379
- .db-type[data-v-c886542c] {
379
+ .db-type[data-v-f47acb62] {
380
380
  padding: 4px 12px;
381
381
  border-radius: 12px;
382
382
  background-color: #e9ecef;
383
383
  font-size: 12px;
384
384
  font-weight: 500;
385
385
  }
386
- .connection-status[data-v-c886542c] {
386
+ .connection-status[data-v-f47acb62] {
387
387
  display: flex;
388
388
  align-items: center;
389
389
  gap: 6px;
390
390
  font-size: 14px;
391
391
  }
392
- .status-dot[data-v-c886542c] {
392
+ .status-dot[data-v-f47acb62] {
393
393
  width: 8px;
394
394
  height: 8px;
395
395
  border-radius: 50%;
396
396
  background-color: #6c757d;
397
397
  }
398
- .status-online .status-dot[data-v-c886542c] {
398
+ .status-online .status-dot[data-v-f47acb62] {
399
399
  background-color: #28a745;
400
400
  }
401
- .status-offline .status-dot[data-v-c886542c] {
401
+ .status-offline .status-dot[data-v-f47acb62] {
402
402
  background-color: #dc3545;
403
403
  }
404
- .status-testing .status-dot[data-v-c886542c] {
404
+ .status-testing .status-dot[data-v-f47acb62] {
405
405
  background-color: #ffc107;
406
- animation: pulse-c886542c 1s infinite;
406
+ animation: pulse-f47acb62 1s infinite;
407
407
  }
408
- @keyframes pulse-c886542c {
408
+ @keyframes pulse-f47acb62 {
409
409
  0%, 100% {
410
410
  opacity: 1;
411
411
  }
@@ -413,15 +413,15 @@
413
413
  opacity: 0.5;
414
414
  }
415
415
  }
416
- .connection-actions[data-v-c886542c] {
416
+ .connection-actions[data-v-f47acb62] {
417
417
  display: flex;
418
418
  gap: 8px;
419
419
  }
420
- .connection-details-panel[data-v-c886542c] {
420
+ .connection-details-panel[data-v-f47acb62] {
421
421
  margin-bottom: 30px;
422
- animation: fadeIn-c886542c 0.3s ease;
422
+ animation: fadeIn-f47acb62 0.3s ease;
423
423
  }
424
- .section-title[data-v-c886542c] {
424
+ .section-title[data-v-f47acb62] {
425
425
  margin: 0 0 16px 0;
426
426
  font-size: 16px;
427
427
  font-weight: 600;
@@ -432,7 +432,7 @@
432
432
  padding-bottom: 8px;
433
433
  border-bottom: 1px solid #e9ecef;
434
434
  }
435
- @keyframes fadeIn-c886542c {
435
+ @keyframes fadeIn-f47acb62 {
436
436
  from {
437
437
  opacity: 0;
438
438
  transform: translateY(-10px);
@@ -442,17 +442,17 @@ to {
442
442
  transform: translateY(0);
443
443
  }
444
444
  }
445
- .detail-card[data-v-c886542c] {
445
+ .detail-card[data-v-f47acb62] {
446
446
  border: 1px solid #dee2e6;
447
447
  border-radius: 8px;
448
448
  overflow: hidden;
449
449
  }
450
- .card-header[data-v-c886542c] {
450
+ .card-header[data-v-f47acb62] {
451
451
  padding: 16px;
452
452
  background-color: #f8f9fa;
453
453
  border-bottom: 1px solid #dee2e6;
454
454
  }
455
- .card-title[data-v-c886542c] {
455
+ .card-title[data-v-f47acb62] {
456
456
  margin: 0;
457
457
  font-size: 16px;
458
458
  font-weight: 600;
@@ -460,16 +460,16 @@ to {
460
460
  align-items: center;
461
461
  gap: 8px;
462
462
  }
463
- .card-body[data-v-c886542c] {
463
+ .card-body[data-v-f47acb62] {
464
464
  padding: 16px;
465
465
  }
466
- .info-grid[data-v-c886542c] {
466
+ .info-grid[data-v-f47acb62] {
467
467
  display: grid;
468
468
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
469
469
  gap: 16px;
470
470
  margin-bottom: 10px;
471
471
  }
472
- .info-item[data-v-c886542c] {
472
+ .info-item[data-v-f47acb62] {
473
473
  display: flex;
474
474
  flex-direction: column;
475
475
  gap: 4px;
@@ -478,65 +478,65 @@ to {
478
478
  border-radius: 6px;
479
479
  transition: all 0.2s ease;
480
480
  }
481
- .info-item[data-v-c886542c]:hover {
481
+ .info-item[data-v-f47acb62]:hover {
482
482
  background-color: #e9ecef;
483
483
  transform: translateY(-1px);
484
484
  }
485
- .info-label[data-v-c886542c] {
485
+ .info-label[data-v-f47acb62] {
486
486
  font-size: 12px;
487
487
  font-weight: 500;
488
488
  color: #6c757d;
489
489
  text-transform: uppercase;
490
490
  letter-spacing: 0.5px;
491
491
  }
492
- .info-value[data-v-c886542c] {
492
+ .info-value[data-v-f47acb62] {
493
493
  font-size: 14px;
494
494
  font-weight: 500;
495
495
  color: #343a40;
496
496
  }
497
- .db-type-badge[data-v-c886542c] {
497
+ .db-type-badge[data-v-f47acb62] {
498
498
  padding: 4px 10px;
499
499
  border-radius: 12px;
500
500
  font-size: 12px;
501
501
  font-weight: 500;
502
502
  }
503
- .stats-grid[data-v-c886542c] {
503
+ .stats-grid[data-v-f47acb62] {
504
504
  display: grid;
505
505
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
506
506
  gap: 16px;
507
507
  }
508
- .stat-item[data-v-c886542c] {
508
+ .stat-item[data-v-f47acb62] {
509
509
  text-align: center;
510
510
  padding: 12px;
511
511
  background-color: #f8f9fa;
512
512
  border-radius: 6px;
513
513
  transition: all 0.2s ease;
514
514
  }
515
- .stat-item[data-v-c886542c]:hover {
515
+ .stat-item[data-v-f47acb62]:hover {
516
516
  background-color: #e9ecef;
517
517
  transform: translateY(-1px);
518
518
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
519
519
  }
520
- .stat-value[data-v-c886542c] {
520
+ .stat-value[data-v-f47acb62] {
521
521
  font-size: 20px;
522
522
  font-weight: 600;
523
523
  color: #343a40;
524
524
  }
525
- .stat-label[data-v-c886542c] {
525
+ .stat-label[data-v-f47acb62] {
526
526
  font-size: 12px;
527
527
  color: #6c757d;
528
528
  margin-top: 4px;
529
529
  }
530
- .quick-actions[data-v-c886542c] {
530
+ .quick-actions[data-v-f47acb62] {
531
531
  margin-bottom: 30px;
532
532
  padding: 20px;
533
533
  background-color: #f8f9fa;
534
534
  border-radius: 8px;
535
535
  }
536
- .actions-header[data-v-c886542c] {
536
+ .actions-header[data-v-f47acb62] {
537
537
  margin-bottom: 16px;
538
538
  }
539
- .actions-title[data-v-c886542c] {
539
+ .actions-title[data-v-f47acb62] {
540
540
  margin: 0;
541
541
  font-size: 16px;
542
542
  font-weight: 600;
@@ -544,12 +544,12 @@ to {
544
544
  align-items: center;
545
545
  gap: 8px;
546
546
  }
547
- .actions-grid[data-v-c886542c] {
547
+ .actions-grid[data-v-f47acb62] {
548
548
  display: grid;
549
549
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
550
550
  gap: 16px;
551
551
  }
552
- .action-btn[data-v-c886542c] {
552
+ .action-btn[data-v-f47acb62] {
553
553
  display: flex;
554
554
  flex-direction: column;
555
555
  align-items: center;
@@ -561,32 +561,32 @@ to {
561
561
  cursor: pointer;
562
562
  transition: all 0.2s ease;
563
563
  }
564
- .action-btn[data-v-c886542c]:hover {
564
+ .action-btn[data-v-f47acb62]:hover {
565
565
  background-color: #e9ecef;
566
566
  transform: translateY(-2px);
567
567
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
568
568
  }
569
- .action-icon[data-v-c886542c] {
569
+ .action-icon[data-v-f47acb62] {
570
570
  font-size: 24px;
571
571
  color: #6c757d;
572
572
  }
573
- .action-text[data-v-c886542c] {
573
+ .action-text[data-v-f47acb62] {
574
574
  font-size: 14px;
575
575
  font-weight: 500;
576
576
  color: #343a40;
577
577
  }
578
- .connection-tabs[data-v-c886542c] {
578
+ .connection-tabs[data-v-f47acb62] {
579
579
  border: 1px solid #dee2e6;
580
580
  border-radius: 8px;
581
581
  flex: 1;
582
582
  display: flex;
583
583
  flex-direction: column;
584
584
  }
585
- .nav-tabs[data-v-c886542c] {
585
+ .nav-tabs[data-v-f47acb62] {
586
586
  border-bottom: 1px solid #dee2e6;
587
587
  background-color: #f8f9fa;
588
588
  }
589
- .nav-link[data-v-c886542c] {
589
+ .nav-link[data-v-f47acb62] {
590
590
  border: none;
591
591
  border-radius: 0;
592
592
  padding: 12px 20px;
@@ -594,50 +594,50 @@ to {
594
594
  font-weight: 500;
595
595
  transition: all 0.2s ease;
596
596
  }
597
- .nav-link[data-v-c886542c]:hover {
597
+ .nav-link[data-v-f47acb62]:hover {
598
598
  background-color: #e9ecef;
599
599
  }
600
- .nav-link.active[data-v-c886542c] {
600
+ .nav-link.active[data-v-f47acb62] {
601
601
  background-color: white;
602
602
  border-bottom: 2px solid #0d6efd;
603
603
  }
604
- .tab-content[data-v-c886542c] {
604
+ .tab-content[data-v-f47acb62] {
605
605
  flex: 1;
606
606
  display: flex;
607
607
  flex-direction: column;
608
608
  overflow: hidden;
609
609
  }
610
- .tab-panel[data-v-c886542c] {
610
+ .tab-panel[data-v-f47acb62] {
611
611
  padding: 20px;
612
612
  flex: 1;
613
613
  display: flex;
614
614
  flex-direction: column;
615
615
  overflow: hidden;
616
616
  }
617
- .databases-section[data-v-c886542c] {
617
+ .databases-section[data-v-f47acb62] {
618
618
  display: flex;
619
619
  flex-direction: column;
620
620
  gap: 16px;
621
621
  flex: 1;
622
622
  overflow: hidden;
623
623
  }
624
- .section-header[data-v-c886542c] {
624
+ .section-header[data-v-f47acb62] {
625
625
  display: flex;
626
626
  justify-content: flex-end;
627
627
  align-items: center;
628
628
  }
629
- .section-actions[data-v-c886542c] {
629
+ .section-actions[data-v-f47acb62] {
630
630
  display: flex;
631
631
  align-items: center;
632
632
  gap: 8px;
633
633
  }
634
- .databases-list[data-v-c886542c] {
634
+ .databases-list[data-v-f47acb62] {
635
635
  min-height: 300px;
636
636
  height: 100%;
637
637
  overflow-y: auto;
638
638
  padding-right: 8px;
639
639
  }
640
- .loading-state[data-v-c886542c] {
640
+ .loading-state[data-v-f47acb62] {
641
641
  display: flex;
642
642
  flex-direction: column;
643
643
  align-items: center;
@@ -645,7 +645,7 @@ to {
645
645
  padding: 60px 20px;
646
646
  gap: 16px;
647
647
  }
648
- .empty-state[data-v-c886542c] {
648
+ .empty-state[data-v-f47acb62] {
649
649
  display: flex;
650
650
  flex-direction: column;
651
651
  align-items: center;
@@ -654,21 +654,21 @@ to {
654
654
  gap: 16px;
655
655
  text-align: center;
656
656
  }
657
- .empty-state i[data-v-c886542c] {
657
+ .empty-state i[data-v-f47acb62] {
658
658
  font-size: 48px;
659
659
  color: #ced4da;
660
660
  }
661
- .empty-state p[data-v-c886542c] {
661
+ .empty-state p[data-v-f47acb62] {
662
662
  margin: 0;
663
663
  color: #6c757d;
664
664
  font-size: 16px;
665
665
  }
666
- .databases-list-simple[data-v-c886542c] {
666
+ .databases-list-simple[data-v-f47acb62] {
667
667
  display: grid;
668
668
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
669
669
  gap: 12px;
670
670
  }
671
- .database-item[data-v-c886542c] {
671
+ .database-item[data-v-f47acb62] {
672
672
  display: flex;
673
673
  flex-direction: column;
674
674
  align-items: center;
@@ -681,17 +681,17 @@ to {
681
681
  text-align: center;
682
682
  min-height: 100px;
683
683
  }
684
- .database-item[data-v-c886542c]:hover {
684
+ .database-item[data-v-f47acb62]:hover {
685
685
  border-color: #0d6efd;
686
686
  background-color: #f8f9fa;
687
687
  transform: translateY(-2px);
688
688
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
689
689
  }
690
- .database-item-icon[data-v-c886542c] {
690
+ .database-item-icon[data-v-f47acb62] {
691
691
  font-size: 32px;
692
692
  color: #6c757d;
693
693
  }
694
- .database-item-name[data-v-c886542c] {
694
+ .database-item-name[data-v-f47acb62] {
695
695
  font-size: 14px;
696
696
  font-weight: 500;
697
697
  color: #343a40;
@@ -700,24 +700,24 @@ to {
700
700
  white-space: nowrap;
701
701
  max-width: 100%;
702
702
  }
703
- .database-item-actions[data-v-c886542c] {
703
+ .database-item-actions[data-v-f47acb62] {
704
704
  display: flex;
705
705
  gap: 4px;
706
706
  margin-top: auto;
707
707
  }
708
- .sql-section[data-v-c886542c] {
708
+ .sql-section[data-v-f47acb62] {
709
709
  display: flex;
710
710
  flex-direction: column;
711
711
  gap: 16px;
712
712
  flex: 1;
713
713
  overflow: hidden;
714
714
  }
715
- .sql-header[data-v-c886542c] {
715
+ .sql-header[data-v-f47acb62] {
716
716
  display: flex;
717
717
  justify-content: space-between;
718
718
  align-items: center;
719
719
  }
720
- .sql-title[data-v-c886542c] {
720
+ .sql-title[data-v-f47acb62] {
721
721
  margin: 0;
722
722
  font-size: 16px;
723
723
  font-weight: 600;
@@ -725,7 +725,7 @@ to {
725
725
  align-items: center;
726
726
  gap: 8px;
727
727
  }
728
- .sql-db-info[data-v-c886542c] {
728
+ .sql-db-info[data-v-f47acb62] {
729
729
  display: flex;
730
730
  align-items: center;
731
731
  gap: 8px;
@@ -733,110 +733,110 @@ to {
733
733
 
734
734
  /* 响应式设计 */
735
735
  @media (max-width: 768px) {
736
- .connection-header[data-v-c886542c] {
736
+ .connection-header[data-v-f47acb62] {
737
737
  flex-direction: column;
738
738
  align-items: flex-start;
739
739
  gap: 16px;
740
740
  }
741
- .connection-actions[data-v-c886542c] {
741
+ .connection-actions[data-v-f47acb62] {
742
742
  align-self: flex-end;
743
743
  }
744
- .connection-cards[data-v-c886542c] {
744
+ .connection-cards[data-v-f47acb62] {
745
745
  grid-template-columns: 1fr;
746
746
  }
747
- .info-grid[data-v-c886542c] {
747
+ .info-grid[data-v-f47acb62] {
748
748
  grid-template-columns: 1fr;
749
749
  }
750
- .stats-grid[data-v-c886542c] {
750
+ .stats-grid[data-v-f47acb62] {
751
751
  grid-template-columns: repeat(2, 1fr);
752
752
  }
753
- .actions-grid[data-v-c886542c] {
753
+ .actions-grid[data-v-f47acb62] {
754
754
  grid-template-columns: repeat(2, 1fr);
755
755
  }
756
- .databases-list-simple[data-v-c886542c] {
756
+ .databases-list-simple[data-v-f47acb62] {
757
757
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
758
758
  gap: 10px;
759
759
  }
760
- .database-item[data-v-c886542c] {
760
+ .database-item[data-v-f47acb62] {
761
761
  padding: 12px;
762
762
  min-height: 80px;
763
763
  }
764
- .database-item-icon[data-v-c886542c] {
764
+ .database-item-icon[data-v-f47acb62] {
765
765
  font-size: 24px;
766
766
  }
767
- .database-item-name[data-v-c886542c] {
767
+ .database-item-name[data-v-f47acb62] {
768
768
  font-size: 12px;
769
769
  }
770
- .nav-link[data-v-c886542c] {
770
+ .nav-link[data-v-f47acb62] {
771
771
  padding: 10px 16px;
772
772
  font-size: 13px;
773
773
  }
774
774
  }
775
775
 
776
- .section-title[data-v-d08de09c] {
776
+ .section-title[data-v-e8059709] {
777
777
  color: #495057;
778
778
  font-weight: 600;
779
779
  border-bottom: 2px solid #e9ecef;
780
780
  padding-bottom: 0.5rem;
781
781
  margin-bottom: 1rem;
782
782
  }
783
- .sql-preview[data-v-d08de09c] {
783
+ .sql-preview[data-v-e8059709] {
784
784
  font-family: 'Courier New', monospace;
785
785
  font-size: 0.875rem;
786
786
  max-height: 200px;
787
787
  overflow-y: auto;
788
788
  border: 1px solid #dee2e6;
789
789
  }
790
- .table th[data-v-d08de09c] {
790
+ .table th[data-v-e8059709] {
791
791
  font-size: 0.875rem;
792
792
  font-weight: 600;
793
793
  }
794
- .table td[data-v-d08de09c] {
794
+ .table td[data-v-e8059709] {
795
795
  padding: 0!important;
796
796
  }
797
- .table .form-control[data-v-d08de09c], .table .form-select[data-v-d08de09c] {
797
+ .table .form-control[data-v-e8059709], .table .form-select[data-v-e8059709] {
798
798
  border: none;
799
799
  border-radius: 0;
800
800
  box-shadow: none;
801
801
  }
802
- .form-control-sm[data-v-d08de09c], .form-select-sm[data-v-d08de09c] {
802
+ .form-control-sm[data-v-e8059709], .form-select-sm[data-v-e8059709] {
803
803
  font-size: 0.875rem;
804
804
  }
805
- .modal-content[data-v-d08de09c] {
805
+ .modal-content[data-v-e8059709] {
806
806
  max-height: 90vh;
807
807
  overflow-y: auto;
808
808
  }
809
- .modal-body[data-v-d08de09c] {
809
+ .modal-body[data-v-e8059709] {
810
810
  max-height: calc(90vh - 120px);
811
811
  overflow-y: auto;
812
812
  }
813
- .input-group-sm .form-control[data-v-d08de09c] {
813
+ .input-group-sm .form-control[data-v-e8059709] {
814
814
  border-radius: 0;
815
815
  }
816
- .input-group-sm .form-control[data-v-d08de09c]:first-child {
816
+ .input-group-sm .form-control[data-v-e8059709]:first-child {
817
817
  border-top-left-radius: 0.25rem;
818
818
  border-bottom-left-radius: 0.25rem;
819
819
  }
820
- .input-group-sm .form-control[data-v-d08de09c]:last-child {
820
+ .input-group-sm .form-control[data-v-e8059709]:last-child {
821
821
  border-top-right-radius: 0.25rem;
822
822
  border-bottom-right-radius: 0.25rem;
823
823
  }
824
- .text-muted[data-v-d08de09c] {
824
+ .text-muted[data-v-e8059709] {
825
825
  color: #6c757d !important;
826
826
  }
827
827
 
828
- .db-tools[data-v-622732f3] {
828
+ .db-tools[data-v-bf3f680e] {
829
829
  background: white;
830
830
  border-radius: 12px;
831
831
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
832
832
  }
833
- .tools-header[data-v-622732f3] {
833
+ .tools-header[data-v-bf3f680e] {
834
834
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
835
835
  color: white;
836
836
  padding: 1rem 1.5rem;
837
837
  border-bottom: 1px solid #e2e8f0;
838
838
  }
839
- .tools-title[data-v-622732f3] {
839
+ .tools-title[data-v-bf3f680e] {
840
840
  margin: 0;
841
841
  font-size: 1.1rem;
842
842
  font-weight: 600;
@@ -844,14 +844,14 @@ to {
844
844
  align-items: center;
845
845
  gap: 0.5rem;
846
846
  }
847
- .tools-content[data-v-622732f3] {
847
+ .tools-content[data-v-bf3f680e] {
848
848
  padding: 1.5rem;
849
849
  overflow-y: auto;
850
850
  }
851
- .tool-section[data-v-622732f3] {
851
+ .tool-section[data-v-bf3f680e] {
852
852
  margin-bottom: 2rem;
853
853
  }
854
- .section-title[data-v-622732f3] {
854
+ .section-title[data-v-bf3f680e] {
855
855
  font-size: 0.9rem;
856
856
  font-weight: 600;
857
857
  color: #374151;
@@ -860,42 +860,42 @@ to {
860
860
  align-items: center;
861
861
  gap: 0.5rem;
862
862
  }
863
- .tool-actions[data-v-622732f3] {
863
+ .tool-actions[data-v-bf3f680e] {
864
864
  display: flex;
865
865
  flex-wrap: wrap;
866
866
  gap: 0.5rem;
867
867
  }
868
- .tool-actions .btn[data-v-622732f3] {
868
+ .tool-actions .btn[data-v-bf3f680e] {
869
869
  min-width: 120px;
870
870
  display: flex;
871
871
  align-items: center;
872
872
  gap: 0.5rem;
873
873
  }
874
- .modal[data-v-622732f3] {
874
+ .modal[data-v-bf3f680e] {
875
875
  background-color: rgba(0, 0, 0, 0.5);
876
876
  }
877
- .modal-dialog[data-v-622732f3] {
877
+ .modal-dialog[data-v-bf3f680e] {
878
878
  max-width: 600px;
879
879
  }
880
- .modal-header[data-v-622732f3] {
880
+ .modal-header[data-v-bf3f680e] {
881
881
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
882
882
  border-bottom: 1px solid #e2e8f0;
883
883
  }
884
- .modal-title[data-v-622732f3] {
884
+ .modal-title[data-v-bf3f680e] {
885
885
  color: #1e293b;
886
886
  font-weight: 600;
887
887
  }
888
- .modal-footer[data-v-622732f3] {
888
+ .modal-footer[data-v-bf3f680e] {
889
889
  background: #f8fafc;
890
890
  border-top: 1px solid #e2e8f0;
891
891
  }
892
892
 
893
893
  /* 工具组件区域 */
894
- .tool-component-area[data-v-622732f3] {
894
+ .tool-component-area[data-v-bf3f680e] {
895
895
  border-top: 1px solid #e2e8f0;
896
896
  background: #f8fafc;
897
897
  }
898
- .component-header[data-v-622732f3] {
898
+ .component-header[data-v-bf3f680e] {
899
899
  display: flex;
900
900
  justify-content: space-between;
901
901
  align-items: center;
@@ -903,7 +903,7 @@ to {
903
903
  background: linear-gradient(135deg, #f1f5f9 0%, #f8fafc 100%);
904
904
  border-bottom: 1px solid #e2e8f0;
905
905
  }
906
- .component-title[data-v-622732f3] {
906
+ .component-title[data-v-bf3f680e] {
907
907
  margin: 0;
908
908
  font-size: 1rem;
909
909
  font-weight: 600;
@@ -912,20 +912,20 @@ to {
912
912
  align-items: center;
913
913
  gap: 0.5rem;
914
914
  }
915
- .tool-component[data-v-622732f3] {
915
+ .tool-component[data-v-bf3f680e] {
916
916
  padding: 1.5rem;
917
917
  }
918
- .sync-component[data-v-622732f3] {
918
+ .sync-component[data-v-bf3f680e] {
919
919
  background: white;
920
920
  border-radius: 0.375rem;
921
921
  }
922
922
 
923
923
  /* 执行结果区域 */
924
- .execution-results[data-v-622732f3] {
924
+ .execution-results[data-v-bf3f680e] {
925
925
  border-top: 1px solid #e2e8f0;
926
926
  background: #f8fafc;
927
927
  }
928
- .results-header[data-v-622732f3] {
928
+ .results-header[data-v-bf3f680e] {
929
929
  display: flex;
930
930
  justify-content: space-between;
931
931
  align-items: center;
@@ -933,7 +933,7 @@ to {
933
933
  background: linear-gradient(135deg, #f1f5f9 0%, #f8fafc 100%);
934
934
  border-bottom: 1px solid #e2e8f0;
935
935
  }
936
- .results-title[data-v-622732f3] {
936
+ .results-title[data-v-bf3f680e] {
937
937
  margin: 0;
938
938
  font-size: 1rem;
939
939
  font-weight: 600;
@@ -942,12 +942,12 @@ to {
942
942
  align-items: center;
943
943
  gap: 0.5rem;
944
944
  }
945
- .results-content[data-v-622732f3] {
945
+ .results-content[data-v-bf3f680e] {
946
946
  max-height: 400px;
947
947
  overflow-y: auto;
948
948
  padding: 1rem;
949
949
  }
950
- .no-results[data-v-622732f3] {
950
+ .no-results[data-v-bf3f680e] {
951
951
  display: flex;
952
952
  flex-direction: column;
953
953
  align-items: center;
@@ -955,15 +955,15 @@ to {
955
955
  padding: 3rem 1rem;
956
956
  color: #94a3b8;
957
957
  }
958
- .no-results i[data-v-622732f3] {
958
+ .no-results i[data-v-bf3f680e] {
959
959
  font-size: 3rem;
960
960
  margin-bottom: 1rem;
961
961
  }
962
- .no-results p[data-v-622732f3] {
962
+ .no-results p[data-v-bf3f680e] {
963
963
  margin: 0;
964
964
  font-size: 1rem;
965
965
  }
966
- .result-item[data-v-622732f3] {
966
+ .result-item[data-v-bf3f680e] {
967
967
  margin-bottom: 0.75rem;
968
968
  border: 1px solid #e2e8f0;
969
969
  border-radius: 8px;
@@ -971,19 +971,19 @@ to {
971
971
  overflow: hidden;
972
972
  transition: box-shadow 0.2s;
973
973
  }
974
- .result-item[data-v-622732f3]:hover {
974
+ .result-item[data-v-bf3f680e]:hover {
975
975
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
976
976
  }
977
- .result-item.result-success[data-v-622732f3] {
977
+ .result-item.result-success[data-v-bf3f680e] {
978
978
  border-left: 4px solid #22c55e;
979
979
  }
980
- .result-item.result-error[data-v-622732f3] {
980
+ .result-item.result-error[data-v-bf3f680e] {
981
981
  border-left: 4px solid #ef4444;
982
982
  }
983
- .result-item.result-info[data-v-622732f3] {
983
+ .result-item.result-info[data-v-bf3f680e] {
984
984
  border-left: 4px solid #3b82f6;
985
985
  }
986
- .result-header[data-v-622732f3] {
986
+ .result-header[data-v-bf3f680e] {
987
987
  display: flex;
988
988
  justify-content: space-between;
989
989
  align-items: center;
@@ -992,98 +992,98 @@ to {
992
992
  background: white;
993
993
  transition: background 0.2s;
994
994
  }
995
- .result-header[data-v-622732f3]:hover {
995
+ .result-header[data-v-bf3f680e]:hover {
996
996
  background: #f8fafc;
997
997
  }
998
- .result-title[data-v-622732f3] {
998
+ .result-title[data-v-bf3f680e] {
999
999
  display: flex;
1000
1000
  align-items: center;
1001
1001
  gap: 0.75rem;
1002
1002
  flex: 1;
1003
1003
  }
1004
- .result-title i[data-v-622732f3] {
1004
+ .result-title i[data-v-bf3f680e] {
1005
1005
  font-size: 1.1rem;
1006
1006
  }
1007
- .operation-name[data-v-622732f3] {
1007
+ .operation-name[data-v-bf3f680e] {
1008
1008
  font-weight: 600;
1009
1009
  color: #1e293b;
1010
1010
  font-size: 0.95rem;
1011
1011
  }
1012
- .operation-time[data-v-622732f3] {
1012
+ .operation-time[data-v-bf3f680e] {
1013
1013
  color: #64748b;
1014
1014
  font-size: 0.85rem;
1015
1015
  margin-left: auto;
1016
1016
  }
1017
- .toggle-icon[data-v-622732f3] {
1017
+ .toggle-icon[data-v-bf3f680e] {
1018
1018
  transition: transform 0.2s;
1019
1019
  color: #94a3b8;
1020
1020
  font-size: 0.9rem;
1021
1021
  }
1022
- .toggle-icon.expanded[data-v-622732f3] {
1022
+ .toggle-icon.expanded[data-v-bf3f680e] {
1023
1023
  transform: rotate(180deg);
1024
1024
  }
1025
- .result-body[data-v-622732f3] {
1025
+ .result-body[data-v-bf3f680e] {
1026
1026
  padding: 1rem;
1027
1027
  background: #fafafa;
1028
1028
  border-top: 1px solid #e2e8f0;
1029
1029
  }
1030
- .result-body pre[data-v-622732f3] {
1030
+ .result-body pre[data-v-bf3f680e] {
1031
1031
  margin: 0;
1032
1032
  font-size: 0.85rem;
1033
1033
  line-height: 1.5;
1034
1034
  max-height: 300px;
1035
1035
  overflow: auto;
1036
1036
  }
1037
- .result-body code[data-v-622732f3] {
1037
+ .result-body code[data-v-bf3f680e] {
1038
1038
  font-family: 'Fira Code', 'Consolas', 'Monaco', monospace;
1039
1039
  }
1040
1040
 
1041
1041
  /* JSON 语法高亮 - 不使用 scoped 以确保 v-html 内容能应用样式 */
1042
- [data-v-622732f3] .json-key {
1042
+ [data-v-bf3f680e] .json-key {
1043
1043
  color: #d04255;
1044
1044
  font-weight: 500;
1045
1045
  }
1046
- [data-v-622732f3] .json-string {
1046
+ [data-v-bf3f680e] .json-string {
1047
1047
  color: #22863a;
1048
1048
  }
1049
- [data-v-622732f3] .json-number {
1049
+ [data-v-bf3f680e] .json-number {
1050
1050
  color: #005cc5;
1051
1051
  }
1052
- [data-v-622732f3] .json-boolean {
1052
+ [data-v-bf3f680e] .json-boolean {
1053
1053
  color: #d73a49;
1054
1054
  }
1055
- [data-v-622732f3] .json-null {
1055
+ [data-v-bf3f680e] .json-null {
1056
1056
  color: #6f42c1;
1057
1057
  }
1058
1058
 
1059
1059
  /* 滚动条样式 */
1060
- .results-content[data-v-622732f3]::-webkit-scrollbar,
1061
- .result-body pre[data-v-622732f3]::-webkit-scrollbar {
1060
+ .results-content[data-v-bf3f680e]::-webkit-scrollbar,
1061
+ .result-body pre[data-v-bf3f680e]::-webkit-scrollbar {
1062
1062
  width: 8px;
1063
1063
  height: 8px;
1064
1064
  }
1065
- .results-content[data-v-622732f3]::-webkit-scrollbar-track,
1066
- .result-body pre[data-v-622732f3]::-webkit-scrollbar-track {
1065
+ .results-content[data-v-bf3f680e]::-webkit-scrollbar-track,
1066
+ .result-body pre[data-v-bf3f680e]::-webkit-scrollbar-track {
1067
1067
  background: #f1f5f9;
1068
1068
  border-radius: 4px;
1069
1069
  }
1070
- .results-content[data-v-622732f3]::-webkit-scrollbar-thumb,
1071
- .result-body pre[data-v-622732f3]::-webkit-scrollbar-thumb {
1070
+ .results-content[data-v-bf3f680e]::-webkit-scrollbar-thumb,
1071
+ .result-body pre[data-v-bf3f680e]::-webkit-scrollbar-thumb {
1072
1072
  background: #cbd5e1;
1073
1073
  border-radius: 4px;
1074
1074
  }
1075
- .results-content[data-v-622732f3]::-webkit-scrollbar-thumb:hover,
1076
- .result-body pre[data-v-622732f3]::-webkit-scrollbar-thumb:hover {
1075
+ .results-content[data-v-bf3f680e]::-webkit-scrollbar-thumb:hover,
1076
+ .result-body pre[data-v-bf3f680e]::-webkit-scrollbar-thumb:hover {
1077
1077
  background: #94a3b8;
1078
1078
  }
1079
1079
 
1080
- .database-detail[data-v-608988e0] {
1080
+ .database-detail[data-v-cb4f724f] {
1081
1081
  width: 100%;
1082
1082
  height: 100%;
1083
1083
  display: flex;
1084
1084
  flex-direction: column;
1085
1085
  }
1086
- .sql-executor-section[data-v-608988e0] {
1086
+ .sql-executor-section[data-v-cb4f724f] {
1087
1087
  margin: 15px 0;
1088
1088
  padding: 15px;
1089
1089
  background-color: #f8f9fa;
@@ -1094,7 +1094,7 @@ to {
1094
1094
  }
1095
1095
 
1096
1096
  /* 加载状态样式 */
1097
- .loading-state[data-v-608988e0] {
1097
+ .loading-state[data-v-cb4f724f] {
1098
1098
  display: flex;
1099
1099
  flex-direction: column;
1100
1100
  align-items: center;
@@ -1102,31 +1102,31 @@ to {
1102
1102
  padding: 40px 0;
1103
1103
  color: #6c757d;
1104
1104
  }
1105
- .loading-state .spinner-border[data-v-608988e0] {
1105
+ .loading-state .spinner-border[data-v-cb4f724f] {
1106
1106
  margin-bottom: 15px;
1107
1107
  color: #0d6efd;
1108
1108
  }
1109
- .loading-state p[data-v-608988e0] {
1109
+ .loading-state p[data-v-cb4f724f] {
1110
1110
  margin: 0;
1111
1111
  font-size: 14px;
1112
1112
  }
1113
- .database-header[data-v-608988e0] {
1113
+ .database-header[data-v-cb4f724f] {
1114
1114
  padding: 1rem;
1115
1115
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
1116
1116
  border-bottom: 1px solid #e2e8f0;
1117
1117
  }
1118
- .database-header-content[data-v-608988e0] {
1118
+ .database-header-content[data-v-cb4f724f] {
1119
1119
  display: flex;
1120
1120
  justify-content: space-between;
1121
1121
  align-items: center;
1122
1122
  gap: 2rem;
1123
1123
  }
1124
- .database-info[data-v-608988e0] {
1124
+ .database-info[data-v-cb4f724f] {
1125
1125
  display: flex;
1126
1126
  align-items: center;
1127
1127
  gap: 1rem;
1128
1128
  }
1129
- .database-icon[data-v-608988e0] {
1129
+ .database-icon[data-v-cb4f724f] {
1130
1130
  width: 60px;
1131
1131
  height: 60px;
1132
1132
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
@@ -1137,16 +1137,16 @@ to {
1137
1137
  color: white;
1138
1138
  font-size: 1.5rem;
1139
1139
  }
1140
- .database-meta h4[data-v-608988e0] {
1140
+ .database-meta h4[data-v-cb4f724f] {
1141
1141
  margin: 0 0 0.5rem 0;
1142
1142
  color: #1e293b;
1143
1143
  font-weight: 600;
1144
1144
  }
1145
- .connection-info[data-v-608988e0] {
1145
+ .connection-info[data-v-cb4f724f] {
1146
1146
  display: flex;
1147
1147
  gap: 0.75rem;
1148
1148
  }
1149
- .connection-name[data-v-608988e0] {
1149
+ .connection-name[data-v-cb4f724f] {
1150
1150
  background: rgba(102, 126, 234, 0.1);
1151
1151
  color: #667eea;
1152
1152
  padding: 0.25rem 0.5rem;
@@ -1154,7 +1154,7 @@ to {
1154
1154
  font-size: 0.875rem;
1155
1155
  font-weight: 500;
1156
1156
  }
1157
- .connection-type[data-v-608988e0] {
1157
+ .connection-type[data-v-cb4f724f] {
1158
1158
  background: #f1f5f9;
1159
1159
  color: #64748b;
1160
1160
  padding: 0.25rem 0.5rem;
@@ -1162,36 +1162,36 @@ to {
1162
1162
  font-size: 0.875rem;
1163
1163
  font-weight: 500;
1164
1164
  }
1165
- .database-stats[data-v-608988e0] {
1165
+ .database-stats[data-v-cb4f724f] {
1166
1166
  display: flex;
1167
1167
  gap: 2rem;
1168
1168
  }
1169
- .stat-item[data-v-608988e0] {
1169
+ .stat-item[data-v-cb4f724f] {
1170
1170
  text-align: center;
1171
1171
  }
1172
- .stat-value[data-v-608988e0] {
1172
+ .stat-value[data-v-cb4f724f] {
1173
1173
  font-size: 1.5rem;
1174
1174
  font-weight: 700;
1175
1175
  color: #1e293b;
1176
1176
  margin-bottom: 0.25rem;
1177
1177
  }
1178
- .stat-label[data-v-608988e0] {
1178
+ .stat-label[data-v-cb4f724f] {
1179
1179
  font-size: 0.875rem;
1180
1180
  color: #64748b;
1181
1181
  font-weight: 500;
1182
1182
  }
1183
- .database-tabs[data-v-608988e0] {
1183
+ .database-tabs[data-v-cb4f724f] {
1184
1184
  flex: 1;
1185
1185
  overflow: hidden;
1186
1186
  display: flex;
1187
1187
  flex-direction: column;
1188
1188
  }
1189
- .nav-tabs[data-v-608988e0] {
1189
+ .nav-tabs[data-v-cb4f724f] {
1190
1190
  background: #f8fafc;
1191
1191
  border-bottom: 1px solid #e2e8f0;
1192
1192
  padding: 0 1.5rem;
1193
1193
  }
1194
- .nav-link[data-v-608988e0] {
1194
+ .nav-link[data-v-cb4f724f] {
1195
1195
  border: none;
1196
1196
  background: transparent;
1197
1197
  color: #64748b;
@@ -1199,35 +1199,35 @@ to {
1199
1199
  font-weight: 500;
1200
1200
  transition: all 0.2s ease;
1201
1201
  }
1202
- .nav-link[data-v-608988e0]:hover {
1202
+ .nav-link[data-v-cb4f724f]:hover {
1203
1203
  color: #667eea;
1204
1204
  background: rgba(102, 126, 234, 0.1);
1205
1205
  }
1206
- .nav-link.active[data-v-608988e0] {
1206
+ .nav-link.active[data-v-cb4f724f] {
1207
1207
  color: #667eea;
1208
1208
  background: white;
1209
1209
  border-bottom: 2px solid #667eea;
1210
1210
  }
1211
- .tab-content[data-v-608988e0] {
1211
+ .tab-content[data-v-cb4f724f] {
1212
1212
  overflow-y: auto;
1213
1213
  flex: 1;
1214
1214
  display: flex;
1215
1215
  flex-direction: column;
1216
1216
  height: 100%;
1217
1217
  }
1218
- .tab-panel[data-v-608988e0] {
1218
+ .tab-panel[data-v-cb4f724f] {
1219
1219
  flex: 1;
1220
1220
  overflow-y: auto;
1221
1221
  display: flex;
1222
1222
  flex-direction: column;
1223
1223
  height: 100%;
1224
1224
  }
1225
- .table-grid[data-v-608988e0] {
1225
+ .table-grid[data-v-cb4f724f] {
1226
1226
  display: grid;
1227
1227
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
1228
1228
  gap: 1rem;
1229
1229
  }
1230
- .table-card[data-v-608988e0] {
1230
+ .table-card[data-v-cb4f724f] {
1231
1231
  background: white;
1232
1232
  border: 1px solid #e2e8f0;
1233
1233
  border-radius: 12px;
@@ -1235,19 +1235,19 @@ to {
1235
1235
  transition: all 0.2s ease;
1236
1236
  cursor: pointer;
1237
1237
  }
1238
- .table-card[data-v-608988e0]:hover {
1238
+ .table-card[data-v-cb4f724f]:hover {
1239
1239
  border-color: #667eea;
1240
1240
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
1241
1241
  transform: translateY(-2px);
1242
1242
  }
1243
- .card-header[data-v-608988e0] {
1243
+ .card-header[data-v-cb4f724f] {
1244
1244
  background: #f8fafc;
1245
1245
  padding: 1rem;
1246
1246
  display: flex;
1247
1247
  align-items: center;
1248
1248
  gap: 0.75rem;
1249
1249
  }
1250
- .table-icon[data-v-608988e0] {
1250
+ .table-icon[data-v-cb4f724f] {
1251
1251
  width: 40px;
1252
1252
  height: 40px;
1253
1253
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
@@ -1257,24 +1257,24 @@ to {
1257
1257
  justify-content: center;
1258
1258
  color: white;
1259
1259
  }
1260
- .table-info[data-v-608988e0] {
1260
+ .table-info[data-v-cb4f724f] {
1261
1261
  flex: 1;
1262
1262
  min-width: 0; /* 允许子元素截断 */
1263
1263
  }
1264
- .table-name-wrapper[data-v-608988e0] {
1264
+ .table-name-wrapper[data-v-cb4f724f] {
1265
1265
  display: flex;
1266
1266
  align-items: center;
1267
1267
  gap: 0.5rem;
1268
1268
  margin-bottom: 0.25rem;
1269
1269
  }
1270
- .table-name[data-v-608988e0] {
1270
+ .table-name[data-v-cb4f724f] {
1271
1271
  font-weight: 600;
1272
1272
  color: #1e293b;
1273
1273
  white-space: nowrap;
1274
1274
  overflow: hidden;
1275
1275
  text-overflow: ellipsis;
1276
1276
  }
1277
- .table-engine[data-v-608988e0] {
1277
+ .table-engine[data-v-cb4f724f] {
1278
1278
  font-size: 0.75rem;
1279
1279
  color: #64748b;
1280
1280
  background: #f1f5f9;
@@ -1282,38 +1282,38 @@ to {
1282
1282
  border-radius: 8px;
1283
1283
  flex-shrink: 0;
1284
1284
  }
1285
- .table-comment-header[data-v-608988e0] {
1285
+ .table-comment-header[data-v-cb4f724f] {
1286
1286
  font-size: 0.75rem;
1287
1287
  color: #64748b;
1288
1288
  white-space: nowrap;
1289
1289
  overflow: hidden;
1290
1290
  text-overflow: ellipsis;
1291
1291
  }
1292
- .card-body[data-v-608988e0] {
1292
+ .card-body[data-v-cb4f724f] {
1293
1293
  padding: 1rem;
1294
1294
  }
1295
- .table-stats[data-v-608988e0] {
1295
+ .table-stats[data-v-cb4f724f] {
1296
1296
  display: flex;
1297
1297
  gap: 1rem;
1298
1298
  margin-bottom: 0.75rem;
1299
1299
  }
1300
- .stat[data-v-608988e0] {
1300
+ .stat[data-v-cb4f724f] {
1301
1301
  display: flex;
1302
1302
  flex-direction: column;
1303
1303
  gap: 0.25rem;
1304
1304
  }
1305
- .table-comment[data-v-608988e0] {
1305
+ .table-comment[data-v-cb4f724f] {
1306
1306
  font-size: 0.875rem;
1307
1307
  color: #64748b;
1308
1308
  font-style: italic;
1309
1309
  margin-bottom: 0.75rem;
1310
1310
  line-height: 1.4;
1311
1311
  }
1312
- .table-actions[data-v-608988e0] {
1312
+ .table-actions[data-v-cb4f724f] {
1313
1313
  display: flex;
1314
1314
  gap: 0.5rem;
1315
1315
  }
1316
- .empty-state[data-v-608988e0] {
1316
+ .empty-state[data-v-cb4f724f] {
1317
1317
  display: flex;
1318
1318
  flex-direction: column;
1319
1319
  align-items: center;
@@ -1323,37 +1323,37 @@ to {
1323
1323
  text-align: center;
1324
1324
  font-size: 1.5rem;
1325
1325
  }
1326
- .empty-state i[data-v-608988e0] {
1326
+ .empty-state i[data-v-cb4f724f] {
1327
1327
  margin-bottom: 1rem;
1328
1328
  opacity: 0.5;
1329
1329
  }
1330
1330
 
1331
1331
  /* 视图和存储过程卡片样式 */
1332
- .views-grid[data-v-608988e0], .procedures-grid[data-v-608988e0] {
1332
+ .views-grid[data-v-cb4f724f], .procedures-grid[data-v-cb4f724f] {
1333
1333
  display: grid;
1334
1334
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
1335
1335
  gap: 1rem;
1336
1336
  }
1337
- .view-card[data-v-608988e0], .procedure-card[data-v-608988e0] {
1337
+ .view-card[data-v-cb4f724f], .procedure-card[data-v-cb4f724f] {
1338
1338
  background: white;
1339
1339
  border: 1px solid #e2e8f0;
1340
1340
  border-radius: 12px;
1341
1341
  overflow: hidden;
1342
1342
  transition: all 0.2s ease;
1343
1343
  }
1344
- .view-card[data-v-608988e0]:hover, .procedure-card[data-v-608988e0]:hover {
1344
+ .view-card[data-v-cb4f724f]:hover, .procedure-card[data-v-cb4f724f]:hover {
1345
1345
  border-color: #667eea;
1346
1346
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
1347
1347
  transform: translateY(-2px);
1348
1348
  }
1349
- .view-card .card-header[data-v-608988e0], .procedure-card .card-header[data-v-608988e0] {
1349
+ .view-card .card-header[data-v-cb4f724f], .procedure-card .card-header[data-v-cb4f724f] {
1350
1350
  background: #f8fafc;
1351
1351
  padding: 1rem;
1352
1352
  display: flex;
1353
1353
  align-items: center;
1354
1354
  gap: 0.75rem;
1355
1355
  }
1356
- .view-icon[data-v-608988e0], .procedure-icon[data-v-608988e0] {
1356
+ .view-icon[data-v-cb4f724f], .procedure-icon[data-v-cb4f724f] {
1357
1357
  width: 40px;
1358
1358
  height: 40px;
1359
1359
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
@@ -1363,33 +1363,33 @@ to {
1363
1363
  justify-content: center;
1364
1364
  color: white;
1365
1365
  }
1366
- .procedure-icon[data-v-608988e0] {
1366
+ .procedure-icon[data-v-cb4f724f] {
1367
1367
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
1368
1368
  }
1369
- .view-name[data-v-608988e0], .procedure-name[data-v-608988e0] {
1369
+ .view-name[data-v-cb4f724f], .procedure-name[data-v-cb4f724f] {
1370
1370
  font-weight: 600;
1371
1371
  color: #1e293b;
1372
1372
  margin-bottom: 0.25rem;
1373
1373
  }
1374
- .view-comment[data-v-608988e0], .procedure-comment[data-v-608988e0] {
1374
+ .view-comment[data-v-cb4f724f], .procedure-comment[data-v-cb4f724f] {
1375
1375
  font-size: 0.75rem;
1376
1376
  color: #64748b;
1377
1377
  margin-bottom: 0.5rem;
1378
1378
  line-height: 1.4;
1379
1379
  }
1380
- .procedure-type[data-v-608988e0] {
1380
+ .procedure-type[data-v-cb4f724f] {
1381
1381
  display: flex;
1382
1382
  gap: 0.25rem;
1383
1383
  flex-wrap: wrap;
1384
1384
  }
1385
- .view-card .card-body[data-v-608988e0], .procedure-card .card-body[data-v-608988e0] {
1385
+ .view-card .card-body[data-v-cb4f724f], .procedure-card .card-body[data-v-cb4f724f] {
1386
1386
  padding: 1rem;
1387
1387
  }
1388
- .view-actions[data-v-608988e0], .procedure-actions[data-v-608988e0] {
1388
+ .view-actions[data-v-cb4f724f], .procedure-actions[data-v-cb4f724f] {
1389
1389
  display: flex;
1390
1390
  gap: 0.5rem;
1391
1391
  }
1392
- .views-actions[data-v-608988e0], .procedures-actions[data-v-608988e0], .tables-actions[data-v-608988e0] {
1392
+ .views-actions[data-v-cb4f724f], .procedures-actions[data-v-cb4f724f], .tables-actions[data-v-cb4f724f] {
1393
1393
  display: flex;
1394
1394
  gap: 0.5rem;
1395
1395
  margin-bottom: 1rem;
@@ -1399,27 +1399,27 @@ to {
1399
1399
  }
1400
1400
 
1401
1401
  /* 模态框样式 */
1402
- .modal-dialog[data-v-608988e0] {
1402
+ .modal-dialog[data-v-cb4f724f] {
1403
1403
  margin-top: 10vh;
1404
1404
  }
1405
- .modal-content[data-v-608988e0] {
1405
+ .modal-content[data-v-cb4f724f] {
1406
1406
  border-radius: 12px;
1407
1407
  border: none;
1408
1408
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
1409
1409
  }
1410
- .modal-header[data-v-608988e0] {
1410
+ .modal-header[data-v-cb4f724f] {
1411
1411
  border-bottom: 1px solid #e2e8f0;
1412
1412
  padding: 1rem 1.5rem;
1413
1413
  }
1414
- .modal-title[data-v-608988e0] {
1414
+ .modal-title[data-v-cb4f724f] {
1415
1415
  margin: 0;
1416
1416
  font-weight: 600;
1417
1417
  color: #1e293b;
1418
1418
  }
1419
- .modal-body[data-v-608988e0] {
1419
+ .modal-body[data-v-cb4f724f] {
1420
1420
  padding: 1.5rem;
1421
1421
  }
1422
- .modal-footer[data-v-608988e0] {
1422
+ .modal-footer[data-v-cb4f724f] {
1423
1423
  border-top: 1px solid #e2e8f0;
1424
1424
  padding: 1rem 1.5rem;
1425
1425
  display: flex;
@@ -1427,84 +1427,84 @@ to {
1427
1427
  gap: 0.5rem;
1428
1428
  }
1429
1429
 
1430
- .modal[data-v-c290380d] {
1430
+ .modal[data-v-7f0c01ca] {
1431
1431
  background-color: rgba(0, 0, 0, 0.5);
1432
1432
  }
1433
- .modal-dialog[data-v-c290380d] {
1433
+ .modal-dialog[data-v-7f0c01ca] {
1434
1434
  max-width: 800px;
1435
1435
  }
1436
- .form-label[data-v-c290380d] {
1436
+ .form-label[data-v-7f0c01ca] {
1437
1437
  font-weight: 500;
1438
1438
  color: #374151;
1439
1439
  }
1440
- .form-control[data-v-c290380d], .form-select[data-v-c290380d] {
1440
+ .form-control[data-v-7f0c01ca], .form-select[data-v-7f0c01ca] {
1441
1441
  border: 1px solid #d1d5db;
1442
1442
  border-radius: 6px;
1443
1443
  }
1444
- .form-control[data-v-c290380d]:focus, .form-select[data-v-c290380d]:focus {
1444
+ .form-control[data-v-7f0c01ca]:focus, .form-select[data-v-7f0c01ca]:focus {
1445
1445
  border-color: #3b82f6;
1446
1446
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
1447
1447
  }
1448
- .modal-header[data-v-c290380d] {
1448
+ .modal-header[data-v-7f0c01ca] {
1449
1449
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
1450
1450
  border-bottom: 1px solid #e2e8f0;
1451
1451
  }
1452
- .modal-title[data-v-c290380d] {
1452
+ .modal-title[data-v-7f0c01ca] {
1453
1453
  color: #1e293b;
1454
1454
  font-weight: 600;
1455
1455
  }
1456
- .modal-footer[data-v-c290380d] {
1456
+ .modal-footer[data-v-7f0c01ca] {
1457
1457
  background: #f8fafc;
1458
1458
  border-top: 1px solid #e2e8f0;
1459
1459
  }
1460
- .text-danger[data-v-c290380d] {
1460
+ .text-danger[data-v-7f0c01ca] {
1461
1461
  color: #ef4444;
1462
1462
  }
1463
- .text-muted[data-v-c290380d] {
1463
+ .text-muted[data-v-7f0c01ca] {
1464
1464
  color: #6b7280;
1465
1465
  font-size: 0.875rem;
1466
1466
  }
1467
- .json-editor .text-muted[data-v-c290380d] {
1467
+ .json-editor .text-muted[data-v-7f0c01ca] {
1468
1468
  font-size: 0.75rem;
1469
1469
  }
1470
- .json-editor[data-v-c290380d] .cm-editor {
1470
+ .json-editor[data-v-7f0c01ca] .cm-editor {
1471
1471
  height: 100%;
1472
1472
  }
1473
1473
 
1474
- .table-data-grid[data-v-d342a0e9] {
1474
+ .table-data-grid[data-v-5ed43e1b] {
1475
1475
  display: flex;
1476
1476
  flex-direction: column;
1477
1477
  height: 100%;
1478
1478
  }
1479
- .data-grid-wrapper[data-v-d342a0e9] {
1479
+ .data-grid-wrapper[data-v-5ed43e1b] {
1480
1480
  flex: 1;
1481
1481
  overflow: hidden;
1482
1482
  }
1483
- .column-header-custom[data-v-d342a0e9] {
1483
+ .column-header-custom[data-v-5ed43e1b] {
1484
1484
  display: flex;
1485
1485
  flex-direction: column;
1486
1486
  cursor: pointer;
1487
1487
  user-select: none;
1488
1488
  }
1489
- .header-main[data-v-d342a0e9] {
1489
+ .header-main[data-v-5ed43e1b] {
1490
1490
  display: flex;
1491
1491
  align-items: center;
1492
1492
  }
1493
- .column-name[data-v-d342a0e9] {
1493
+ .column-name[data-v-5ed43e1b] {
1494
1494
  font-weight: 600;
1495
1495
  }
1496
- .header-sub[data-v-d342a0e9] {
1496
+ .header-sub[data-v-5ed43e1b] {
1497
1497
  display: flex;
1498
1498
  align-items: center;
1499
1499
  margin-top: 2px;
1500
1500
  max-width: 150px; /* 限制子标题区域的最大宽度 */
1501
1501
  }
1502
- .column-type[data-v-d342a0e9] {
1502
+ .column-type[data-v-5ed43e1b] {
1503
1503
  font-size: 0.7rem;
1504
1504
  line-height: 1;
1505
1505
  flex-shrink: 0; /* 防止类型被压缩 */
1506
1506
  }
1507
- .column-comment[data-v-d342a0e9] {
1507
+ .column-comment[data-v-5ed43e1b] {
1508
1508
  font-size: 0.7rem;
1509
1509
  line-height: 1;
1510
1510
  opacity: 0.8;
@@ -1513,80 +1513,80 @@ to {
1513
1513
  text-overflow: ellipsis;
1514
1514
  flex: 1; /* 允许注释占据剩余空间并截断 */
1515
1515
  }
1516
- .cell-value[data-v-d342a0e9] {
1516
+ .cell-value[data-v-5ed43e1b] {
1517
1517
  max-width: 300px;
1518
1518
  overflow: hidden;
1519
1519
  text-overflow: ellipsis;
1520
1520
  white-space: nowrap;
1521
1521
  }
1522
- .grid-footer-bar[data-v-d342a0e9] {
1522
+ .grid-footer-bar[data-v-5ed43e1b] {
1523
1523
  background: #f8f9fa;
1524
1524
  border-top: 1px solid #dee2e6;
1525
1525
  padding: 8px 16px;
1526
1526
  }
1527
1527
 
1528
- .table-detail[data-v-5c9e0782] {
1528
+ .table-detail[data-v-d00b4d94] {
1529
1529
  width: 100%;
1530
1530
  height: 100%;
1531
1531
  display: flex;
1532
1532
  flex-direction: column;
1533
1533
  }
1534
- .table-header[data-v-5c9e0782] {
1534
+ .table-header[data-v-d00b4d94] {
1535
1535
  background-color: #f8f9fa;
1536
1536
  border-bottom: 1px solid #dee2e6;
1537
1537
  padding: 15px 20px;
1538
1538
  }
1539
- .table-header-content[data-v-5c9e0782] {
1539
+ .table-header-content[data-v-d00b4d94] {
1540
1540
  display: flex;
1541
1541
  justify-content: space-between;
1542
1542
  align-items: center;
1543
1543
  }
1544
- .table-info[data-v-5c9e0782] {
1544
+ .table-info[data-v-d00b4d94] {
1545
1545
  display: flex;
1546
1546
  align-items: center;
1547
1547
  gap: 15px;
1548
1548
  }
1549
- .table-icon[data-v-5c9e0782] {
1549
+ .table-icon[data-v-d00b4d94] {
1550
1550
  font-size: 32px;
1551
1551
  color: #495057;
1552
1552
  }
1553
- .table-meta[data-v-5c9e0782] {
1553
+ .table-meta[data-v-d00b4d94] {
1554
1554
  display: flex;
1555
1555
  flex-direction: column;
1556
1556
  gap: 5px;
1557
1557
  }
1558
- .table-name[data-v-5c9e0782] {
1558
+ .table-name[data-v-d00b4d94] {
1559
1559
  margin: 0;
1560
1560
  font-size: 1.25rem;
1561
1561
  font-weight: 600;
1562
1562
  }
1563
- .table-breadcrumb[data-v-5c9e0782] {
1563
+ .table-breadcrumb[data-v-d00b4d94] {
1564
1564
  display: flex;
1565
1565
  align-items: center;
1566
1566
  gap: 8px;
1567
1567
  font-size: 0.875rem;
1568
1568
  color: #6c757d;
1569
1569
  }
1570
- .table-stats[data-v-5c9e0782] {
1570
+ .table-stats[data-v-d00b4d94] {
1571
1571
  display: flex;
1572
1572
  gap: 20px;
1573
1573
  }
1574
- .stat-item[data-v-5c9e0782] {
1574
+ .stat-item[data-v-d00b4d94] {
1575
1575
  display: flex;
1576
1576
  flex-direction: column;
1577
1577
  align-items: center;
1578
1578
  gap: 2px;
1579
1579
  }
1580
- .stat-value[data-v-5c9e0782] {
1580
+ .stat-value[data-v-d00b4d94] {
1581
1581
  font-size: 1.125rem;
1582
1582
  font-weight: 600;
1583
1583
  color: #495057;
1584
1584
  }
1585
- .stat-label[data-v-5c9e0782] {
1585
+ .stat-label[data-v-d00b4d94] {
1586
1586
  font-size: 0.75rem;
1587
1587
  color: #6c757d;
1588
1588
  }
1589
- .table-toolbar[data-v-5c9e0782] {
1589
+ .table-toolbar[data-v-d00b4d94] {
1590
1590
  display: flex;
1591
1591
  justify-content: space-between;
1592
1592
  align-items: center;
@@ -1594,28 +1594,28 @@ to {
1594
1594
  background-color: #f8f9fa;
1595
1595
  border-bottom: 1px solid #dee2e6;
1596
1596
  }
1597
- .toolbar-left[data-v-5c9e0782] {
1597
+ .toolbar-left[data-v-d00b4d94] {
1598
1598
  display: flex;
1599
1599
  gap: 10px;
1600
1600
  align-items: center;
1601
1601
  }
1602
- .toolbar-right[data-v-5c9e0782] {
1602
+ .toolbar-right[data-v-d00b4d94] {
1603
1603
  display: flex;
1604
1604
  gap: 10px;
1605
1605
  align-items: center;
1606
1606
  }
1607
- .table-tabs[data-v-5c9e0782] {
1607
+ .table-tabs[data-v-d00b4d94] {
1608
1608
  flex: 1;
1609
1609
  display: flex;
1610
1610
  flex-direction: column;
1611
1611
  overflow: hidden;
1612
1612
  }
1613
- .nav-tabs[data-v-5c9e0782] {
1613
+ .nav-tabs[data-v-d00b4d94] {
1614
1614
  border-bottom: 1px solid #dee2e6;
1615
1615
  background-color: #f8f9fa;
1616
1616
  flex-shrink: 0;
1617
1617
  }
1618
- .nav-tabs .nav-link[data-v-5c9e0782] {
1618
+ .nav-tabs .nav-link[data-v-d00b4d94] {
1619
1619
  color: #495057;
1620
1620
  border: none;
1621
1621
  border-bottom: 3px solid transparent;
@@ -1623,16 +1623,16 @@ to {
1623
1623
  padding: 10px 15px;
1624
1624
  font-weight: 500;
1625
1625
  }
1626
- .nav-tabs .nav-link[data-v-5c9e0782]:hover {
1626
+ .nav-tabs .nav-link[data-v-d00b4d94]:hover {
1627
1627
  background-color: #e9ecef;
1628
1628
  border-bottom-color: #adb5bd;
1629
1629
  }
1630
- .nav-tabs .nav-link.active[data-v-5c9e0782] {
1630
+ .nav-tabs .nav-link.active[data-v-d00b4d94] {
1631
1631
  background-color: #fff;
1632
1632
  border-bottom-color: #0d6efd;
1633
1633
  color: #0d6efd;
1634
1634
  }
1635
- .tab-content[data-v-5c9e0782] {
1635
+ .tab-content[data-v-d00b4d94] {
1636
1636
  flex: 1;
1637
1637
  overflow: auto;
1638
1638
  padding: 20px;
@@ -1640,43 +1640,43 @@ to {
1640
1640
  display: flex;
1641
1641
  flex-direction: column;
1642
1642
  }
1643
- .tab-panel[data-v-5c9e0782] {
1643
+ .tab-panel[data-v-d00b4d94] {
1644
1644
  flex: 1;
1645
1645
  display: flex;
1646
1646
  flex-direction: column;
1647
1647
  height: 100%;
1648
1648
  overflow: auto;
1649
1649
  }
1650
- .data-content[data-v-5c9e0782] {
1650
+ .data-content[data-v-d00b4d94] {
1651
1651
  height: 100%;
1652
1652
  display: flex;
1653
1653
  flex-direction: column;
1654
1654
  }
1655
- .data-content.loading[data-v-5c9e0782] {
1655
+ .data-content.loading[data-v-d00b4d94] {
1656
1656
  opacity: 0.7;
1657
1657
  pointer-events: none;
1658
1658
  }
1659
- .table-responsive[data-v-5c9e0782] {
1659
+ .table-responsive[data-v-d00b4d94] {
1660
1660
  flex: 1;
1661
1661
  overflow: auto;
1662
1662
  }
1663
- .column-header[data-v-5c9e0782] {
1663
+ .column-header[data-v-d00b4d94] {
1664
1664
  position: relative;
1665
1665
  }
1666
- .column-key[data-v-5c9e0782] {
1666
+ .column-key[data-v-d00b4d94] {
1667
1667
  position: absolute;
1668
1668
  top: -5px;
1669
1669
  right: -15px;
1670
1670
  color: #0d6efd;
1671
1671
  font-size: 0.75rem;
1672
1672
  }
1673
- .cell-value[data-v-5c9e0782] {
1673
+ .cell-value[data-v-d00b4d94] {
1674
1674
  max-width: 200px;
1675
1675
  overflow: hidden;
1676
1676
  text-overflow: ellipsis;
1677
1677
  white-space: nowrap;
1678
1678
  }
1679
- .loading-state[data-v-5c9e0782] {
1679
+ .loading-state[data-v-d00b4d94] {
1680
1680
  display: flex;
1681
1681
  flex-direction: column;
1682
1682
  align-items: center;
@@ -1684,7 +1684,7 @@ to {
1684
1684
  height: 300px;
1685
1685
  gap: 15px;
1686
1686
  }
1687
- .empty-state[data-v-5c9e0782] {
1687
+ .empty-state[data-v-d00b4d94] {
1688
1688
  display: flex;
1689
1689
  flex-direction: column;
1690
1690
  align-items: center;
@@ -1693,87 +1693,87 @@ to {
1693
1693
  gap: 15px;
1694
1694
  color: #6c757d;
1695
1695
  }
1696
- .empty-state i[data-v-5c9e0782] {
1696
+ .empty-state i[data-v-d00b4d94] {
1697
1697
  font-size: 48px;
1698
1698
  opacity: 0.5;
1699
1699
  }
1700
- .pagination-nav[data-v-5c9e0782] {
1700
+ .pagination-nav[data-v-d00b4d94] {
1701
1701
  margin-top: 20px;
1702
1702
  border-top: 1px solid #dee2e6;
1703
1703
  padding-top: 15px;
1704
1704
  }
1705
- .pagination-container[data-v-5c9e0782] {
1705
+ .pagination-container[data-v-d00b4d94] {
1706
1706
  display: flex;
1707
1707
  align-items: center;
1708
1708
  justify-content: space-between;
1709
1709
  flex-wrap: wrap;
1710
1710
  gap: 10px;
1711
1711
  }
1712
- .pagination-info[data-v-5c9e0782] {
1712
+ .pagination-info[data-v-d00b4d94] {
1713
1713
  font-size: 0.875rem;
1714
1714
  color: #6c757d;
1715
1715
  }
1716
- .page-size-selector[data-v-5c9e0782] {
1716
+ .page-size-selector[data-v-d00b4d94] {
1717
1717
  display: flex;
1718
1718
  align-items: center;
1719
1719
  gap: 5px;
1720
1720
  }
1721
- .page-jump[data-v-5c9e0782] {
1721
+ .page-jump[data-v-d00b4d94] {
1722
1722
  display: flex;
1723
1723
  align-items: center;
1724
1724
  gap: 5px;
1725
1725
  }
1726
- .structure-actions[data-v-5c9e0782] {
1726
+ .structure-actions[data-v-d00b4d94] {
1727
1727
  display: flex;
1728
1728
  gap: 10px;
1729
1729
  margin-bottom: 15px;
1730
1730
  }
1731
- .structure-table[data-v-5c9e0782], .indexes-table[data-v-5c9e0782], .relations-table[data-v-5c9e0782] {
1731
+ .structure-table[data-v-d00b4d94], .indexes-table[data-v-d00b4d94], .relations-table[data-v-d00b4d94] {
1732
1732
  overflow: auto;
1733
1733
  }
1734
- .structure-table table[data-v-5c9e0782], .indexes-table table[data-v-5c9e0782], .relations-table table[data-v-5c9e0782] {
1734
+ .structure-table table[data-v-d00b4d94], .indexes-table table[data-v-d00b4d94], .relations-table table[data-v-d00b4d94] {
1735
1735
  width: 100%;
1736
1736
  }
1737
- .sql-section[data-v-5c9e0782] {
1737
+ .sql-section[data-v-d00b4d94] {
1738
1738
  height: 100%;
1739
1739
  }
1740
1740
 
1741
1741
  /* 响应式设计 */
1742
1742
  @media (max-width: 768px) {
1743
- .table-header-content[data-v-5c9e0782] {
1743
+ .table-header-content[data-v-d00b4d94] {
1744
1744
  flex-direction: column;
1745
1745
  align-items: flex-start;
1746
1746
  gap: 15px;
1747
1747
  }
1748
- .table-stats[data-v-5c9e0782] {
1748
+ .table-stats[data-v-d00b4d94] {
1749
1749
  width: 100%;
1750
1750
  justify-content: space-around;
1751
1751
  }
1752
- .table-toolbar[data-v-5c9e0782] {
1752
+ .table-toolbar[data-v-d00b4d94] {
1753
1753
  flex-direction: column;
1754
1754
  align-items: stretch;
1755
1755
  gap: 10px;
1756
1756
  }
1757
- .toolbar-left[data-v-5c9e0782], .toolbar-right[data-v-5c9e0782] {
1757
+ .toolbar-left[data-v-d00b4d94], .toolbar-right[data-v-d00b4d94] {
1758
1758
  justify-content: center;
1759
1759
  }
1760
- .pagination-container[data-v-5c9e0782] {
1760
+ .pagination-container[data-v-d00b4d94] {
1761
1761
  flex-direction: column;
1762
1762
  align-items: flex-start;
1763
1763
  gap: 15px;
1764
1764
  }
1765
- .pagination[data-v-5c9e0782] {
1765
+ .pagination[data-v-d00b4d94] {
1766
1766
  width: 100%;
1767
1767
  justify-content: center;
1768
1768
  }
1769
1769
  }
1770
1770
 
1771
- .about-page[data-v-16b501ef] {
1771
+ .about-page[data-v-9b3e61a1] {
1772
1772
  padding: 2rem;
1773
1773
  max-width: 800px;
1774
1774
  margin: 0 auto;
1775
1775
  }
1776
- .about-header[data-v-16b501ef] {
1776
+ .about-header[data-v-9b3e61a1] {
1777
1777
  display: flex;
1778
1778
  align-items: center;
1779
1779
  gap: 1rem;
@@ -1781,7 +1781,7 @@ to {
1781
1781
  padding-bottom: 1rem;
1782
1782
  border-bottom: 1px solid #e2e8f0;
1783
1783
  }
1784
- .about-logo[data-v-16b501ef] {
1784
+ .about-logo[data-v-9b3e61a1] {
1785
1785
  width: 60px;
1786
1786
  height: 60px;
1787
1787
  border-radius: 12px;
@@ -1792,62 +1792,62 @@ to {
1792
1792
  color: white;
1793
1793
  font-size: 2rem;
1794
1794
  }
1795
- .about-title h2[data-v-16b501ef] {
1795
+ .about-title h2[data-v-9b3e61a1] {
1796
1796
  margin: 0;
1797
1797
  font-size: 2rem;
1798
1798
  font-weight: 700;
1799
1799
  color: #1e293b;
1800
1800
  }
1801
- .about-title p[data-v-16b501ef] {
1801
+ .about-title p[data-v-9b3e61a1] {
1802
1802
  margin: 0.25rem 0 0 0;
1803
1803
  color: #64748b;
1804
1804
  font-size: 1.125rem;
1805
1805
  }
1806
- .about-content[data-v-16b501ef] {
1806
+ .about-content[data-v-9b3e61a1] {
1807
1807
  display: flex;
1808
1808
  flex-direction: column;
1809
1809
  gap: 2rem;
1810
1810
  }
1811
- .about-section[data-v-16b501ef] {
1811
+ .about-section[data-v-9b3e61a1] {
1812
1812
  background: white;
1813
1813
  padding: 1.5rem;
1814
1814
  border-radius: 12px;
1815
1815
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
1816
1816
  }
1817
- .about-section h3[data-v-16b501ef] {
1817
+ .about-section h3[data-v-9b3e61a1] {
1818
1818
  margin: 0 0 1rem 0;
1819
1819
  font-size: 1.25rem;
1820
1820
  font-weight: 600;
1821
1821
  color: #1e293b;
1822
1822
  }
1823
- .about-section p[data-v-16b501ef] {
1823
+ .about-section p[data-v-9b3e61a1] {
1824
1824
  margin: 0 0 1rem 0;
1825
1825
  color: #64748b;
1826
1826
  line-height: 1.6;
1827
1827
  }
1828
- .feature-list[data-v-16b501ef] {
1828
+ .feature-list[data-v-9b3e61a1] {
1829
1829
  list-style: none;
1830
1830
  padding: 0;
1831
1831
  margin: 0;
1832
1832
  }
1833
- .feature-list li[data-v-16b501ef] {
1833
+ .feature-list li[data-v-9b3e61a1] {
1834
1834
  display: flex;
1835
1835
  align-items: flex-start;
1836
1836
  gap: 0.75rem;
1837
1837
  margin-bottom: 0.75rem;
1838
1838
  color: #64748b;
1839
1839
  }
1840
- .feature-list li i[data-v-16b501ef] {
1840
+ .feature-list li i[data-v-9b3e61a1] {
1841
1841
  color: #10b981;
1842
1842
  margin-top: 0.25rem;
1843
1843
  flex-shrink: 0;
1844
1844
  }
1845
- .database-types[data-v-16b501ef] {
1845
+ .database-types[data-v-9b3e61a1] {
1846
1846
  display: grid;
1847
1847
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
1848
1848
  gap: 0.5rem;
1849
1849
  }
1850
- .db-type[data-v-16b501ef] {
1850
+ .db-type[data-v-9b3e61a1] {
1851
1851
  display: flex;
1852
1852
  justify-content: space-between;
1853
1853
  align-items: center;
@@ -1855,20 +1855,20 @@ to {
1855
1855
  background: #f8fafc;
1856
1856
  border-radius: 6px;
1857
1857
  }
1858
- .db-name[data-v-16b501ef] {
1858
+ .db-name[data-v-9b3e61a1] {
1859
1859
  font-weight: 500;
1860
1860
  color: #374151;
1861
1861
  }
1862
- .db-port[data-v-16b501ef] {
1862
+ .db-port[data-v-9b3e61a1] {
1863
1863
  color: #6b7280;
1864
1864
  font-size: 0.875rem;
1865
1865
  }
1866
- .about-links[data-v-16b501ef] {
1866
+ .about-links[data-v-9b3e61a1] {
1867
1867
  display: flex;
1868
1868
  flex-direction: column;
1869
1869
  gap: 0.75rem;
1870
1870
  }
1871
- .about-link[data-v-16b501ef] {
1871
+ .about-link[data-v-9b3e61a1] {
1872
1872
  display: flex;
1873
1873
  align-items: center;
1874
1874
  gap: 0.75rem;
@@ -1880,19 +1880,19 @@ to {
1880
1880
  font-weight: 500;
1881
1881
  transition: all 0.3s ease;
1882
1882
  }
1883
- .about-link[data-v-16b501ef]:hover {
1883
+ .about-link[data-v-9b3e61a1]:hover {
1884
1884
  background: #e0e7ff;
1885
1885
  transform: translateX(4px);
1886
1886
  }
1887
- .about-link i[data-v-16b501ef] {
1887
+ .about-link i[data-v-9b3e61a1] {
1888
1888
  flex-shrink: 0;
1889
1889
  }
1890
1890
 
1891
- .database-explorer[data-v-0bf6b46f] {
1891
+ .database-explorer[data-v-2a353238] {
1892
1892
  height: 100vh;
1893
1893
  min-height: 600px;
1894
1894
  }
1895
- .explorer-layout[data-v-0bf6b46f] {
1895
+ .explorer-layout[data-v-2a353238] {
1896
1896
  display: flex;
1897
1897
  height: 100%;
1898
1898
  background: white;
@@ -1902,7 +1902,7 @@ to {
1902
1902
  }
1903
1903
 
1904
1904
  /* 左侧边栏 */
1905
- .explorer-sidebar[data-v-0bf6b46f] {
1905
+ .explorer-sidebar[data-v-2a353238] {
1906
1906
  width: 350px;
1907
1907
  flex-shrink: 0;
1908
1908
  border-right: 1px solid #e1e5e9;
@@ -1910,19 +1910,19 @@ to {
1910
1910
  flex-direction: column;
1911
1911
  background: #ffffff;
1912
1912
  }
1913
- .sidebar-content[data-v-0bf6b46f] {
1913
+ .sidebar-content[data-v-2a353238] {
1914
1914
  flex: 1;
1915
1915
  overflow-y: auto;
1916
1916
  padding: 0.5rem 0;
1917
1917
  display: flex;
1918
1918
  flex-direction: column;
1919
1919
  }
1920
- .tree-container[data-v-0bf6b46f] {
1920
+ .tree-container[data-v-2a353238] {
1921
1921
  flex: 1;
1922
1922
  }
1923
1923
 
1924
1924
  /* 工具信息样式 - 固定在左下角 */
1925
- .sidebar-tool-info[data-v-0bf6b46f] {
1925
+ .sidebar-tool-info[data-v-2a353238] {
1926
1926
  padding: 0.75rem;
1927
1927
  border-top: 1px solid #e1e5e9;
1928
1928
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
@@ -1932,11 +1932,11 @@ to {
1932
1932
  cursor: pointer;
1933
1933
  transition: all 0.3s ease;
1934
1934
  }
1935
- .sidebar-tool-info[data-v-0bf6b46f]:hover {
1935
+ .sidebar-tool-info[data-v-2a353238]:hover {
1936
1936
  background: linear-gradient(135deg, #e0e7ff 0%, #ddd6fe 100%);
1937
1937
  transform: translateY(-1px);
1938
1938
  }
1939
- .tool-logo[data-v-0bf6b46f] {
1939
+ .tool-logo[data-v-2a353238] {
1940
1940
  width: 32px;
1941
1941
  height: 32px;
1942
1942
  border-radius: 6px;
@@ -1948,22 +1948,22 @@ to {
1948
1948
  font-size: 1rem;
1949
1949
  flex-shrink: 0;
1950
1950
  }
1951
- .tool-details[data-v-0bf6b46f] {
1951
+ .tool-details[data-v-2a353238] {
1952
1952
  flex: 1;
1953
1953
  display: flex;
1954
1954
  flex-direction: column;
1955
1955
  gap: 0.125rem;
1956
1956
  }
1957
- .tool-name[data-v-0bf6b46f] {
1957
+ .tool-name[data-v-2a353238] {
1958
1958
  font-size: 0.875rem;
1959
1959
  font-weight: 600;
1960
1960
  color: #1e293b;
1961
1961
  }
1962
- .tool-description[data-v-0bf6b46f] {
1962
+ .tool-description[data-v-2a353238] {
1963
1963
  font-size: 0.75rem;
1964
1964
  color: #64748b;
1965
1965
  }
1966
- .sidebar-header[data-v-0bf6b46f] {
1966
+ .sidebar-header[data-v-2a353238] {
1967
1967
  padding: 1rem 0.875rem;
1968
1968
  border-bottom: 1px solid #e1e5e9;
1969
1969
  background: #f8f9fa;
@@ -1971,7 +1971,7 @@ to {
1971
1971
  justify-content: space-between;
1972
1972
  align-items: center;
1973
1973
  }
1974
- .sidebar-title[data-v-0bf6b46f] {
1974
+ .sidebar-title[data-v-2a353238] {
1975
1975
  margin: 0;
1976
1976
  font-size: 0.9375rem;
1977
1977
  font-weight: 600;
@@ -1980,14 +1980,14 @@ to {
1980
1980
  align-items: center;
1981
1981
  gap: 0.5rem;
1982
1982
  }
1983
- .sidebar-title i[data-v-0bf6b46f] {
1983
+ .sidebar-title i[data-v-2a353238] {
1984
1984
  color: #656d76;
1985
1985
  }
1986
- .sidebar-actions[data-v-0bf6b46f] {
1986
+ .sidebar-actions[data-v-2a353238] {
1987
1987
  display: flex;
1988
1988
  gap: 0.25rem;
1989
1989
  }
1990
- .sidebar-actions .btn[data-v-0bf6b46f] {
1990
+ .sidebar-actions .btn[data-v-2a353238] {
1991
1991
  padding: 0.375rem 0.625rem;
1992
1992
  font-size: 0.75rem;
1993
1993
  border: 1px solid #d0d7de;
@@ -1996,48 +1996,48 @@ to {
1996
1996
  border-radius: 6px;
1997
1997
  transition: all 0.15s ease;
1998
1998
  }
1999
- .sidebar-actions .btn[data-v-0bf6b46f]:hover {
1999
+ .sidebar-actions .btn[data-v-2a353238]:hover {
2000
2000
  background-color: #f3f4f6;
2001
2001
  border-color: #d0d7de;
2002
2002
  }
2003
- .sidebar-actions .btn-outline-primary[data-v-0bf6b46f] {
2003
+ .sidebar-actions .btn-outline-primary[data-v-2a353238] {
2004
2004
  border-color: #0969da;
2005
2005
  color: #0969da;
2006
2006
  }
2007
- .sidebar-actions .btn-outline-primary[data-v-0bf6b46f]:hover {
2007
+ .sidebar-actions .btn-outline-primary[data-v-2a353238]:hover {
2008
2008
  background-color: #0969da;
2009
2009
  border-color: #0969da;
2010
2010
  color: #ffffff;
2011
2011
  }
2012
- .sidebar-actions .btn-outline-success[data-v-0bf6b46f] {
2012
+ .sidebar-actions .btn-outline-success[data-v-2a353238] {
2013
2013
  border-color: #1a7f37;
2014
2014
  color: #1a7f37;
2015
2015
  }
2016
- .sidebar-actions .btn-outline-success[data-v-0bf6b46f]:hover {
2016
+ .sidebar-actions .btn-outline-success[data-v-2a353238]:hover {
2017
2017
  background-color: #1a7f37;
2018
2018
  border-color: #1a7f37;
2019
2019
  color: #ffffff;
2020
2020
  }
2021
- .sidebar-content[data-v-0bf6b46f] {
2021
+ .sidebar-content[data-v-2a353238] {
2022
2022
  flex: 1;
2023
2023
  overflow-y: auto;
2024
2024
  padding: 0.5rem 0;
2025
2025
  }
2026
2026
 
2027
2027
  /* 树形结构 */
2028
- .tree-container[data-v-0bf6b46f] {
2028
+ .tree-container[data-v-2a353238] {
2029
2029
  font-size: 0.875rem;
2030
2030
  user-select: none;
2031
2031
  }
2032
- .tree-node[data-v-0bf6b46f] {
2032
+ .tree-node[data-v-2a353238] {
2033
2033
  margin-bottom: 0;
2034
2034
  }
2035
- .tree-children[data-v-0bf6b46f] {
2035
+ .tree-children[data-v-2a353238] {
2036
2036
  margin-left: 0.75rem;
2037
2037
  border-left: 1px solid #e1e5e9;
2038
2038
  padding-left: 0.5rem;
2039
2039
  }
2040
- .node-content[data-v-0bf6b46f] {
2040
+ .node-content[data-v-2a353238] {
2041
2041
  display: flex;
2042
2042
  align-items: center;
2043
2043
  padding: 0.375rem 0.75rem;
@@ -2048,7 +2048,7 @@ to {
2048
2048
  border-radius: 6px;
2049
2049
  gap: 0.25rem;
2050
2050
  }
2051
- .node-expand[data-v-0bf6b46f] {
2051
+ .node-expand[data-v-2a353238] {
2052
2052
  width: 16px;
2053
2053
  height: 16px;
2054
2054
  display: flex;
@@ -2057,30 +2057,30 @@ to {
2057
2057
  flex-shrink: 0;
2058
2058
  margin-right: 0.25rem;
2059
2059
  }
2060
- .node-expand i[data-v-0bf6b46f] {
2060
+ .node-expand i[data-v-2a353238] {
2061
2061
  font-size: 0.6875rem;
2062
2062
  color: #656d76;
2063
2063
  transition: transform 0.15s ease;
2064
2064
  }
2065
- .node-expand i.expanded[data-v-0bf6b46f] {
2065
+ .node-expand i.expanded[data-v-2a353238] {
2066
2066
  transform: rotate(90deg);
2067
2067
  }
2068
- .node-main[data-v-0bf6b46f] {
2068
+ .node-main[data-v-2a353238] {
2069
2069
  display: flex;
2070
2070
  align-items: center;
2071
2071
  flex: 1;
2072
2072
  min-width: 0;
2073
2073
  }
2074
- .node-content[data-v-0bf6b46f]:hover {
2074
+ .node-content[data-v-2a353238]:hover {
2075
2075
  background-color: #f3f4f6;
2076
2076
  }
2077
- .tree-node.selected .node-content[data-v-0bf6b46f] {
2077
+ .tree-node.selected .node-content[data-v-2a353238] {
2078
2078
  background-color: #eff1ff;
2079
2079
  color: #0969da;
2080
2080
  font-weight: 500;
2081
2081
  box-shadow: 0 2px 8px rgba(9, 105, 218, 0.15);
2082
2082
  }
2083
- .tree-node.selected .node-content[data-v-0bf6b46f]::before {
2083
+ .tree-node.selected .node-content[data-v-2a353238]::before {
2084
2084
  content: '';
2085
2085
  position: absolute;
2086
2086
  left: 0;
@@ -2090,39 +2090,39 @@ to {
2090
2090
  background: linear-gradient(135deg, #0969da, #0550ae);
2091
2091
  border-radius: 3px 0 0 3px;
2092
2092
  }
2093
- .node-icon[data-v-0bf6b46f] {
2093
+ .node-icon[data-v-2a353238] {
2094
2094
  width: 20px;
2095
2095
  display: flex;
2096
2096
  justify-content: center;
2097
2097
  flex-shrink: 0;
2098
2098
  margin-right: 0.5rem;
2099
2099
  }
2100
- .node-icon i[data-v-0bf6b46f] {
2100
+ .node-icon i[data-v-2a353238] {
2101
2101
  font-size: 0.875rem;
2102
2102
  }
2103
- .node-label[data-v-0bf6b46f] {
2103
+ .node-label[data-v-2a353238] {
2104
2104
  flex: 1;
2105
2105
  display: flex;
2106
2106
  align-items: center;
2107
2107
  gap: 0.375rem;
2108
2108
  min-width: 0;
2109
2109
  }
2110
- .connection-name[data-v-0bf6b46f],
2111
- .database-name[data-v-0bf6b46f],
2112
- .table-name[data-v-0bf6b46f] {
2110
+ .connection-name[data-v-2a353238],
2111
+ .database-name[data-v-2a353238],
2112
+ .table-name[data-v-2a353238] {
2113
2113
  font-weight: 500;
2114
2114
  white-space: nowrap;
2115
2115
  overflow: hidden;
2116
2116
  text-overflow: ellipsis;
2117
2117
  line-height: 1.25;
2118
2118
  }
2119
- .tree-node.selected .connection-name[data-v-0bf6b46f],
2120
- .tree-node.selected .database-name[data-v-0bf6b46f],
2121
- .tree-node.selected .table-name[data-v-0bf6b46f] {
2119
+ .tree-node.selected .connection-name[data-v-2a353238],
2120
+ .tree-node.selected .database-name[data-v-2a353238],
2121
+ .tree-node.selected .table-name[data-v-2a353238] {
2122
2122
  font-weight: 600;
2123
2123
  }
2124
- .connection-type[data-v-0bf6b46f],
2125
- .table-info[data-v-0bf6b46f] {
2124
+ .connection-type[data-v-2a353238],
2125
+ .table-info[data-v-2a353238] {
2126
2126
  font-size: 0.75rem;
2127
2127
  color: #656d76;
2128
2128
  background-color: #f6f8fa;
@@ -2131,21 +2131,21 @@ to {
2131
2131
  font-weight: 500;
2132
2132
  white-space: nowrap;
2133
2133
  }
2134
- .tree-node.selected .connection-type[data-v-0bf6b46f],
2135
- .tree-node.selected .table-info[data-v-0bf6b46f] {
2134
+ .tree-node.selected .connection-type[data-v-2a353238],
2135
+ .tree-node.selected .table-info[data-v-2a353238] {
2136
2136
  background-color: rgba(9, 105, 218, 0.1);
2137
2137
  color: #0969da;
2138
2138
  }
2139
- .node-actions[data-v-0bf6b46f] {
2139
+ .node-actions[data-v-2a353238] {
2140
2140
  display: flex;
2141
2141
  gap: 0.125rem;
2142
2142
  opacity: 0;
2143
2143
  transition: opacity 0.15s ease;
2144
2144
  }
2145
- .node-content:hover .node-actions[data-v-0bf6b46f] {
2145
+ .node-content:hover .node-actions[data-v-2a353238] {
2146
2146
  opacity: 1;
2147
2147
  }
2148
- .btn-icon[data-v-0bf6b46f] {
2148
+ .btn-icon[data-v-2a353238] {
2149
2149
  padding: 0.25rem;
2150
2150
  background: transparent;
2151
2151
  border: none;
@@ -2157,138 +2157,138 @@ to {
2157
2157
  width: 20px;
2158
2158
  height: 20px;
2159
2159
  }
2160
- .btn-icon[data-v-0bf6b46f]:hover {
2160
+ .btn-icon[data-v-2a353238]:hover {
2161
2161
  background-color: #e1e4e8;
2162
2162
  }
2163
- .btn-icon i[data-v-0bf6b46f] {
2163
+ .btn-icon i[data-v-2a353238] {
2164
2164
  font-size: 0.6875rem;
2165
2165
  color: #656d76;
2166
2166
  }
2167
- .tree-node.selected .btn-icon[data-v-0bf6b46f]:hover {
2167
+ .tree-node.selected .btn-icon[data-v-2a353238]:hover {
2168
2168
  background-color: rgba(9, 105, 218, 0.1);
2169
2169
  }
2170
- .tree-node.selected .btn-icon i[data-v-0bf6b46f] {
2170
+ .tree-node.selected .btn-icon i[data-v-2a353238] {
2171
2171
  color: #656d76;
2172
2172
  }
2173
- .tree-node.selected .btn-icon:hover i[data-v-0bf6b46f] {
2173
+ .tree-node.selected .btn-icon:hover i[data-v-2a353238] {
2174
2174
  color: #0969da;
2175
2175
  }
2176
- .btn-icon-danger[data-v-0bf6b46f]:hover {
2176
+ .btn-icon-danger[data-v-2a353238]:hover {
2177
2177
  background-color: #fee2e2;
2178
2178
  }
2179
- .btn-icon-danger:hover i[data-v-0bf6b46f] {
2179
+ .btn-icon-danger:hover i[data-v-2a353238] {
2180
2180
  color: #dc2626;
2181
2181
  }
2182
- .node-spinner[data-v-0bf6b46f] {
2182
+ .node-spinner[data-v-2a353238] {
2183
2183
  display: flex;
2184
2184
  align-items: center;
2185
2185
  justify-content: center;
2186
2186
  }
2187
- .spinner-border-sm[data-v-0bf6b46f] {
2187
+ .spinner-border-sm[data-v-2a353238] {
2188
2188
  width: 1rem;
2189
2189
  height: 1rem;
2190
2190
  border-width: 0.15em;
2191
2191
  }
2192
2192
 
2193
2193
  /* 连接节点样式 */
2194
- .connection-content[data-v-0bf6b46f] {
2194
+ .connection-content[data-v-2a353238] {
2195
2195
  font-weight: 500;
2196
2196
  color: #24292f;
2197
2197
  }
2198
- .connection-content[data-v-0bf6b46f]:hover {
2198
+ .connection-content[data-v-2a353238]:hover {
2199
2199
  background-color: #f3f4f6;
2200
2200
  }
2201
- .tree-node.selected .connection-content[data-v-0bf6b46f] {
2201
+ .tree-node.selected .connection-content[data-v-2a353238] {
2202
2202
  background-color: #eff1ff;
2203
2203
  color: #0969da;
2204
2204
  }
2205
2205
 
2206
2206
  /* 数据库节点样式 */
2207
- .database-content[data-v-0bf6b46f] {
2207
+ .database-content[data-v-2a353238] {
2208
2208
  color: #24292f;
2209
2209
  }
2210
- .database-content[data-v-0bf6b46f]:hover {
2210
+ .database-content[data-v-2a353238]:hover {
2211
2211
  background-color: #f6f8fa;
2212
2212
  }
2213
- .tree-node.selected .database-content[data-v-0bf6b46f] {
2213
+ .tree-node.selected .database-content[data-v-2a353238] {
2214
2214
  background-color: #eff1ff;
2215
2215
  color: #0969da;
2216
2216
  }
2217
2217
 
2218
2218
  /* 表节点样式 */
2219
- .table-content[data-v-0bf6b46f] {
2219
+ .table-content[data-v-2a353238] {
2220
2220
  color: #24292f;
2221
2221
  }
2222
- .table-content[data-v-0bf6b46f]:hover {
2222
+ .table-content[data-v-2a353238]:hover {
2223
2223
  background-color: #f6f8fa;
2224
2224
  }
2225
- .tree-node.selected .table-content[data-v-0bf6b46f] {
2225
+ .tree-node.selected .table-content[data-v-2a353238] {
2226
2226
  background-color: #eff1ff;
2227
2227
  color: #0969da;
2228
2228
  }
2229
2229
 
2230
2230
  /* 数据库品牌色彩 */
2231
- .db-mysql[data-v-0bf6b46f] {
2231
+ .db-mysql[data-v-2a353238] {
2232
2232
  color: #00758f !important;
2233
2233
  background: linear-gradient(135deg, #00758f, #005a70);
2234
2234
  -webkit-background-clip: text;
2235
2235
  -webkit-text-fill-color: transparent;
2236
2236
  }
2237
- .db-mysql-bg[data-v-0bf6b46f] { background: linear-gradient(135deg, #00758f, #005a70);
2237
+ .db-mysql-bg[data-v-2a353238] { background: linear-gradient(135deg, #00758f, #005a70);
2238
2238
  }
2239
- .db-postgres[data-v-0bf6b46f] {
2239
+ .db-postgres[data-v-2a353238] {
2240
2240
  color: #336791 !important;
2241
2241
  background: linear-gradient(135deg, #336791, #2a5278);
2242
2242
  -webkit-background-clip: text;
2243
2243
  -webkit-text-fill-color: transparent;
2244
2244
  }
2245
- .db-postgres-bg[data-v-0bf6b46f] { background: linear-gradient(135deg, #336791, #2a5278);
2245
+ .db-postgres-bg[data-v-2a353238] { background: linear-gradient(135deg, #336791, #2a5278);
2246
2246
  }
2247
- .db-sqlite[data-v-0bf6b46f] {
2247
+ .db-sqlite[data-v-2a353238] {
2248
2248
  color: #003b57 !important;
2249
2249
  background: linear-gradient(135deg, #003b57, #002d42);
2250
2250
  -webkit-background-clip: text;
2251
2251
  -webkit-text-fill-color: transparent;
2252
2252
  }
2253
- .db-sqlite-bg[data-v-0bf6b46f] { background: linear-gradient(135deg, #003b57, #002d42);
2253
+ .db-sqlite-bg[data-v-2a353238] { background: linear-gradient(135deg, #003b57, #002d42);
2254
2254
  }
2255
- .db-mssql[data-v-0bf6b46f] {
2255
+ .db-mssql[data-v-2a353238] {
2256
2256
  color: #cc2927 !important;
2257
2257
  background: linear-gradient(135deg, #cc2927, #a62220);
2258
2258
  -webkit-background-clip: text;
2259
2259
  -webkit-text-fill-color: transparent;
2260
2260
  }
2261
- .db-mssql-bg[data-v-0bf6b46f] { background: linear-gradient(135deg, #cc2927, #a62220);
2261
+ .db-mssql-bg[data-v-2a353238] { background: linear-gradient(135deg, #cc2927, #a62220);
2262
2262
  }
2263
- .db-oracle[data-v-0bf6b46f] {
2263
+ .db-oracle[data-v-2a353238] {
2264
2264
  color: #f80000 !important;
2265
2265
  background: linear-gradient(135deg, #f80000, #d40000);
2266
2266
  -webkit-background-clip: text;
2267
2267
  -webkit-text-fill-color: transparent;
2268
2268
  }
2269
- .db-oracle-bg[data-v-0bf6b46f] { background: linear-gradient(135deg, #f80000, #d40000);
2269
+ .db-oracle-bg[data-v-2a353238] { background: linear-gradient(135deg, #f80000, #d40000);
2270
2270
  }
2271
- .db-default[data-v-0bf6b46f] {
2271
+ .db-default[data-v-2a353238] {
2272
2272
  color: #64748b !important;
2273
2273
  background: linear-gradient(135deg, #64748b, #475569);
2274
2274
  -webkit-background-clip: text;
2275
2275
  -webkit-text-fill-color: transparent;
2276
2276
  }
2277
- .db-default-bg[data-v-0bf6b46f] { background: linear-gradient(135deg, #64748b, #475569);
2277
+ .db-default-bg[data-v-2a353238] { background: linear-gradient(135deg, #64748b, #475569);
2278
2278
  }
2279
- .tree-node.selected .db-mysql[data-v-0bf6b46f],
2280
- .tree-node.selected .db-postgres[data-v-0bf6b46f],
2281
- .tree-node.selected .db-sqlite[data-v-0bf6b46f],
2282
- .tree-node.selected .db-mssql[data-v-0bf6b46f],
2283
- .tree-node.selected .db-oracle[data-v-0bf6b46f],
2284
- .tree-node.selected .db-default[data-v-0bf6b46f] {
2279
+ .tree-node.selected .db-mysql[data-v-2a353238],
2280
+ .tree-node.selected .db-postgres[data-v-2a353238],
2281
+ .tree-node.selected .db-sqlite[data-v-2a353238],
2282
+ .tree-node.selected .db-mssql[data-v-2a353238],
2283
+ .tree-node.selected .db-oracle[data-v-2a353238],
2284
+ .tree-node.selected .db-default[data-v-2a353238] {
2285
2285
  color: white !important;
2286
2286
  background: none;
2287
2287
  -webkit-text-fill-color: white;
2288
2288
  }
2289
2289
 
2290
2290
  /* 数据库Logo图标 */
2291
- .db-logo[data-v-0bf6b46f] {
2291
+ .db-logo[data-v-2a353238] {
2292
2292
  width: 20px;
2293
2293
  height: 20px;
2294
2294
  border-radius: 4px;
@@ -2300,33 +2300,33 @@ to {
2300
2300
  color: white;
2301
2301
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
2302
2302
  }
2303
- .db-logo-mysql[data-v-0bf6b46f] {
2303
+ .db-logo-mysql[data-v-2a353238] {
2304
2304
  background: linear-gradient(135deg, #00758f, #005a70);
2305
2305
  border: 1px solid #004d61;
2306
2306
  }
2307
- .db-logo-postgres[data-v-0bf6b46f] {
2307
+ .db-logo-postgres[data-v-2a353238] {
2308
2308
  background: linear-gradient(135deg, #336791, #2a5278);
2309
2309
  border: 1px solid #244566;
2310
2310
  }
2311
- .db-logo-sqlite[data-v-0bf6b46f] {
2311
+ .db-logo-sqlite[data-v-2a353238] {
2312
2312
  background: linear-gradient(135deg, #003b57, #002d42);
2313
2313
  border: 1px solid #002939;
2314
2314
  }
2315
- .db-logo-mssql[data-v-0bf6b46f] {
2315
+ .db-logo-mssql[data-v-2a353238] {
2316
2316
  background: linear-gradient(135deg, #cc2927, #a62220);
2317
2317
  border: 1px solid #8b1f1d;
2318
2318
  }
2319
- .db-logo-oracle[data-v-0bf6b46f] {
2319
+ .db-logo-oracle[data-v-2a353238] {
2320
2320
  background: linear-gradient(135deg, #f80000, #d40000);
2321
2321
  border: 1px solid #b30000;
2322
2322
  }
2323
- .db-logo-default[data-v-0bf6b46f] {
2323
+ .db-logo-default[data-v-2a353238] {
2324
2324
  background: linear-gradient(135deg, #64748b, #475569);
2325
2325
  border: 1px solid #334155;
2326
2326
  }
2327
2327
 
2328
2328
  /* 右侧主内容 */
2329
- .explorer-main[data-v-0bf6b46f] {
2329
+ .explorer-main[data-v-2a353238] {
2330
2330
  flex: 1;
2331
2331
  display: flex;
2332
2332
  flex-direction: column;
@@ -2335,24 +2335,24 @@ to {
2335
2335
  }
2336
2336
 
2337
2337
  /* 详情组件容器 */
2338
- .explorer-main[data-v-0bf6b46f] > * {
2338
+ .explorer-main[data-v-2a353238] > * {
2339
2339
  flex: 1;
2340
2340
  display: flex;
2341
2341
  flex-direction: column;
2342
2342
  height: 100%;
2343
2343
  }
2344
- .content-tabs[data-v-0bf6b46f] {
2344
+ .content-tabs[data-v-2a353238] {
2345
2345
  flex: 1;
2346
2346
  display: flex;
2347
2347
  flex-direction: column;
2348
2348
  height: 100%;
2349
2349
  }
2350
- .nav-tabs[data-v-0bf6b46f] {
2350
+ .nav-tabs[data-v-2a353238] {
2351
2351
  background: #f8fafc;
2352
2352
  border-bottom: 1px solid #e2e8f0;
2353
2353
  padding: 0 1rem;
2354
2354
  }
2355
- .nav-link[data-v-0bf6b46f] {
2355
+ .nav-link[data-v-2a353238] {
2356
2356
  border: none;
2357
2357
  background: transparent;
2358
2358
  color: #64748b;
@@ -2360,16 +2360,16 @@ to {
2360
2360
  font-weight: 500;
2361
2361
  transition: all 0.2s ease;
2362
2362
  }
2363
- .nav-link[data-v-0bf6b46f]:hover {
2363
+ .nav-link[data-v-2a353238]:hover {
2364
2364
  color: #667eea;
2365
2365
  background: rgba(102, 126, 234, 0.1);
2366
2366
  }
2367
- .nav-link.active[data-v-0bf6b46f] {
2367
+ .nav-link.active[data-v-2a353238] {
2368
2368
  color: #667eea;
2369
2369
  background: white;
2370
2370
  border-bottom: 2px solid #667eea;
2371
2371
  }
2372
- .tab-content[data-v-0bf6b46f] {
2372
+ .tab-content[data-v-2a353238] {
2373
2373
  flex: 1;
2374
2374
  overflow-y: auto;
2375
2375
  padding: 1.5rem;
@@ -2377,15 +2377,15 @@ to {
2377
2377
  }
2378
2378
 
2379
2379
  /* 概览样式 */
2380
- .overview-section[data-v-0bf6b46f] {
2380
+ .overview-section[data-v-2a353238] {
2381
2381
  padding: 1rem 0;
2382
2382
  }
2383
- .info-cards[data-v-0bf6b46f] {
2383
+ .info-cards[data-v-2a353238] {
2384
2384
  display: grid;
2385
2385
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
2386
2386
  gap: 1rem;
2387
2387
  }
2388
- .info-card[data-v-0bf6b46f] {
2388
+ .info-card[data-v-2a353238] {
2389
2389
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
2390
2390
  border-radius: 12px;
2391
2391
  padding: 1.5rem;
@@ -2394,7 +2394,7 @@ to {
2394
2394
  gap: 1rem;
2395
2395
  border: 1px solid #e2e8f0;
2396
2396
  }
2397
- .card-icon[data-v-0bf6b46f] {
2397
+ .card-icon[data-v-2a353238] {
2398
2398
  width: 48px;
2399
2399
  height: 48px;
2400
2400
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
@@ -2405,13 +2405,13 @@ to {
2405
2405
  color: white;
2406
2406
  font-size: 1.25rem;
2407
2407
  }
2408
- .card-content h6[data-v-0bf6b46f] {
2408
+ .card-content h6[data-v-2a353238] {
2409
2409
  margin: 0 0 0.25rem 0;
2410
2410
  color: #64748b;
2411
2411
  font-size: 0.875rem;
2412
2412
  font-weight: 500;
2413
2413
  }
2414
- .card-value[data-v-0bf6b46f] {
2414
+ .card-value[data-v-2a353238] {
2415
2415
  margin: 0;
2416
2416
  color: #1e293b;
2417
2417
  font-weight: 600;
@@ -2419,12 +2419,12 @@ to {
2419
2419
  }
2420
2420
 
2421
2421
  /* 表格网格 */
2422
- .table-grid[data-v-0bf6b46f] {
2422
+ .table-grid[data-v-2a353238] {
2423
2423
  display: grid;
2424
2424
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
2425
2425
  gap: 1rem;
2426
2426
  }
2427
- .table-card[data-v-0bf6b46f] {
2427
+ .table-card[data-v-2a353238] {
2428
2428
  background: white;
2429
2429
  border: 1px solid #e2e8f0;
2430
2430
  border-radius: 12px;
@@ -2432,18 +2432,18 @@ to {
2432
2432
  cursor: pointer;
2433
2433
  transition: all 0.2s ease;
2434
2434
  }
2435
- .table-card[data-v-0bf6b46f]:hover {
2435
+ .table-card[data-v-2a353238]:hover {
2436
2436
  border-color: #667eea;
2437
2437
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
2438
2438
  transform: translateY(-2px);
2439
2439
  }
2440
- .table-card .card-header[data-v-0bf6b46f] {
2440
+ .table-card .card-header[data-v-2a353238] {
2441
2441
  display: flex;
2442
2442
  align-items: center;
2443
2443
  gap: 0.75rem;
2444
2444
  margin-bottom: 0.75rem;
2445
2445
  }
2446
- .table-icon[data-v-0bf6b46f] {
2446
+ .table-icon[data-v-2a353238] {
2447
2447
  width: 32px;
2448
2448
  height: 32px;
2449
2449
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
@@ -2453,37 +2453,37 @@ to {
2453
2453
  justify-content: center;
2454
2454
  color: white;
2455
2455
  }
2456
- .table-name[data-v-0bf6b46f] {
2456
+ .table-name[data-v-2a353238] {
2457
2457
  font-weight: 600;
2458
2458
  color: #1e293b;
2459
2459
  }
2460
- .table-stats[data-v-0bf6b46f] {
2460
+ .table-stats[data-v-2a353238] {
2461
2461
  display: flex;
2462
2462
  gap: 1rem;
2463
2463
  margin-bottom: 0.5rem;
2464
2464
  }
2465
- .stat[data-v-0bf6b46f] {
2465
+ .stat[data-v-2a353238] {
2466
2466
  display: flex;
2467
2467
  flex-direction: column;
2468
2468
  gap: 0.25rem;
2469
2469
  }
2470
- .stat-label[data-v-0bf6b46f] {
2470
+ .stat-label[data-v-2a353238] {
2471
2471
  font-size: 0.75rem;
2472
2472
  color: #64748b;
2473
2473
  }
2474
- .stat-value[data-v-0bf6b46f] {
2474
+ .stat-value[data-v-2a353238] {
2475
2475
  font-size: 0.875rem;
2476
2476
  font-weight: 600;
2477
2477
  color: #1e293b;
2478
2478
  }
2479
- .table-comment[data-v-0bf6b46f] {
2479
+ .table-comment[data-v-2a353238] {
2480
2480
  font-size: 0.75rem;
2481
2481
  color: #64748b;
2482
2482
  font-style: italic;
2483
2483
  }
2484
2484
 
2485
2485
  /* 数据工具栏 */
2486
- .data-toolbar[data-v-0bf6b46f] {
2486
+ .data-toolbar[data-v-2a353238] {
2487
2487
  display: flex;
2488
2488
  justify-content: space-between;
2489
2489
  align-items: center;
@@ -2492,16 +2492,16 @@ to {
2492
2492
  background: #f8fafc;
2493
2493
  border-radius: 8px;
2494
2494
  }
2495
- .toolbar-left[data-v-0bf6b46f],
2496
- .toolbar-right[data-v-0bf6b46f] {
2495
+ .toolbar-left[data-v-2a353238],
2496
+ .toolbar-right[data-v-2a353238] {
2497
2497
  display: flex;
2498
2498
  gap: 0.5rem;
2499
2499
  align-items: center;
2500
2500
  }
2501
2501
 
2502
2502
  /* 空状态 */
2503
- .empty-state[data-v-0bf6b46f],
2504
- .default-state[data-v-0bf6b46f] {
2503
+ .empty-state[data-v-2a353238],
2504
+ .default-state[data-v-2a353238] {
2505
2505
  display: flex;
2506
2506
  flex-direction: column;
2507
2507
  align-items: center;
@@ -2510,33 +2510,33 @@ to {
2510
2510
  color: #64748b;
2511
2511
  text-align: center;
2512
2512
  }
2513
- .empty-icon[data-v-0bf6b46f],
2514
- .default-icon[data-v-0bf6b46f] {
2513
+ .empty-icon[data-v-2a353238],
2514
+ .default-icon[data-v-2a353238] {
2515
2515
  font-size: 3rem;
2516
2516
  margin-bottom: 1rem;
2517
2517
  opacity: 0.5;
2518
2518
  }
2519
- .empty-text h5[data-v-0bf6b46f],
2520
- .default-content h5[data-v-0bf6b46f] {
2519
+ .empty-text h5[data-v-2a353238],
2520
+ .default-content h5[data-v-2a353238] {
2521
2521
  color: #64748b;
2522
2522
  margin-bottom: 0.5rem;
2523
2523
  }
2524
2524
 
2525
2525
  /* 响应式 */
2526
2526
  @media (max-width: 768px) {
2527
- .explorer-layout[data-v-0bf6b46f] {
2527
+ .explorer-layout[data-v-2a353238] {
2528
2528
  flex-direction: column;
2529
2529
  }
2530
- .explorer-sidebar[data-v-0bf6b46f] {
2530
+ .explorer-sidebar[data-v-2a353238] {
2531
2531
  width: 100%;
2532
2532
  height: 40vh;
2533
2533
  border-right: none;
2534
2534
  border-bottom: 1px solid #e2e8f0;
2535
2535
  }
2536
- .info-cards[data-v-0bf6b46f] {
2536
+ .info-cards[data-v-2a353238] {
2537
2537
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
2538
2538
  }
2539
- .table-grid[data-v-0bf6b46f] {
2539
+ .table-grid[data-v-2a353238] {
2540
2540
  grid-template-columns: 1fr;
2541
2541
  }
2542
2542
  }