Add files via upload

This commit is contained in:
公明
2026-03-25 03:05:13 +08:00
committed by GitHub
parent 60846b2152
commit c68b72ead2
4 changed files with 380 additions and 20 deletions
+59 -2
View File
@@ -10129,7 +10129,8 @@ header {
.webshell-db-schema-tree {
flex: 1;
min-height: 0;
overflow: auto;
overflow-y: auto;
overflow-x: hidden;
padding: 10px;
}
.webshell-db-sidebar-hint {
@@ -10154,6 +10155,9 @@ header {
padding: 8px 10px;
font-size: 0.82rem;
color: var(--text-primary);
min-width: 0;
white-space: nowrap;
overflow: hidden;
}
.webshell-db-group-title::-webkit-details-marker {
display: none;
@@ -10162,13 +10166,22 @@ header {
margin-left: auto;
font-size: 0.74rem;
color: var(--text-secondary);
flex: 0 0 auto;
}
.webshell-db-group-items {
border-top: 1px solid var(--border-color);
display: flex;
flex-direction: column;
max-height: 260px;
overflow: auto;
overflow-y: auto;
overflow-x: hidden;
}
.webshell-db-table-node {
border-bottom: 1px solid rgba(15, 23, 42, 0.06);
min-width: 0;
}
.webshell-db-table-node:last-child {
border-bottom: 0;
}
.webshell-db-table-item {
border: 0;
@@ -10181,13 +10194,57 @@ header {
cursor: pointer;
color: var(--text-secondary);
font-size: 0.8rem;
list-style: none;
min-width: 0;
white-space: nowrap;
overflow: hidden;
}
.webshell-db-table-item::-webkit-details-marker {
display: none;
}
.webshell-db-table-item:hover {
background: rgba(0, 102, 255, 0.06);
color: var(--text-primary);
}
.webshell-db-column-list {
display: flex;
flex-direction: column;
margin: 0 0 4px;
}
.webshell-db-column-item {
border: 0;
background: transparent;
text-align: left;
display: flex;
align-items: center;
gap: 6px;
padding: 6px 10px 6px 24px;
cursor: pointer;
color: var(--text-secondary);
font-size: 0.78rem;
min-width: 0;
white-space: nowrap;
overflow: hidden;
}
.webshell-db-column-item:hover {
background: rgba(0, 102, 255, 0.06);
color: var(--text-primary);
}
.webshell-db-column-empty {
padding: 4px 10px 8px 24px;
font-size: 0.74rem;
color: var(--text-secondary);
}
.webshell-db-icon {
opacity: 0.85;
flex: 0 0 auto;
}
.webshell-db-label {
min-width: 0;
flex: 1 1 auto;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.webshell-db-main {
min-width: 0;