fixbugs grid

This commit is contained in:
Tran Van Dung/(Tran Van Dung)/현장대리인/SK
2025-08-05 17:28:12 +07:00
parent 53b8b89e68
commit bf6d03df63
14 changed files with 169 additions and 237 deletions

View File

@ -155,6 +155,12 @@
// "tui-grid-cell-borderColor"
// );
width: auto !important;
.tui-grid-table-container{
width: 100% !important;
.tui-grid-table {
width: 100% !important;
}
}
}
&-container,
@ -164,6 +170,7 @@
& ::-webkit-scrollbar {
width: $scrollbar-width !important;
width: 0 !important;
height: $scrollbar-width !important;
-webkit-appearance: initial;
// background-color: map-deep-get($config,
@ -183,7 +190,7 @@
}
& ::-webkit-scrollbar-thumb {
width: 50px !important;
// width: 50px !important;
height: 50px !important;
background-color: map-deep-get($config, #{$theme}, "scrollbar-thumb");
// background-color: rgba(0, 0, 0, 0);
@ -356,6 +363,10 @@
#{$theme},
"tui-grid-cell-backgroundColor"
);
width: 100% !important;
.tui-grid-table {
width: 100% !important;
}
}
&-row-odd,