issue fix

This commit is contained in:
2024-01-18 17:25:44 +08:00
parent fb9e920c15
commit feec8b59a7
7 changed files with 265 additions and 231 deletions

View File

@@ -175,7 +175,7 @@
right: calc(0px - var(--split-width) /2);
width: var(--split-width);
cursor: ew-resize;
z-index: 1;
z-index: 2;
&::after {
content: '';
@@ -333,20 +333,12 @@
>.ui-drop-header {
border: none;
height: 100%;
background-color: transparent;
>.ui-drop-text {
padding: var(--spacing-cell);
}
}
>.ui-drop-box {
top: calc(var(--row-height) + 2px);
&.slide-up {
top: unset;
bottom: calc(var(--row-height) + 2px);
}
}
}
.col-icon {
@@ -378,28 +370,29 @@
}
}
}
.ui-grid-hover-holder {
box-sizing: border-box;
position: absolute;
line-height: var(--line-height);
padding: var(--spacing-cell);
background-color: var(--cell-hover-bg-color);
white-space: pre;
display: flex;
align-items: center;
visibility: hidden;
opacity: 0;
transition: visibility 0s linear .12s, opacity .12s ease;
&.active {
visibility: visible;
opacity: 1;
}
}
}
}
}
.ui-grid-hover-holder {
box-sizing: border-box;
position: absolute;
line-height: var(--line-height);
padding: var(--spacing-cell);
background-color: var(--cell-hover-bg-color);
white-space: pre;
display: flex;
align-items: center;
visibility: hidden;
opacity: 0;
transition: visibility 0s linear .12s, opacity .12s ease;
z-index: 3;
&.active {
visibility: visible;
opacity: 1;
}
}
}
>.ui-grid-loading {
position: absolute;
@@ -411,7 +404,7 @@
display: flex;
justify-content: center;
align-items: center;
z-index: 1;
z-index: 3;
>div {
background-color: var(--loading-fore-color);
@@ -426,6 +419,10 @@
}
}
>.ui-drop-box {
max-width: 300px;
}
>.filter-panel {
position: absolute;
width: 200px;