隐藏滑动条

This commit is contained in:
Sakura-RanChen
2025-06-09 15:17:37 +08:00
parent a8f559b22c
commit b273181ba6
@@ -538,7 +538,7 @@ export default {
.data-table {
border-radius: 6px;
overflow-y: auto;
overflow-y: hidden;
background-color: transparent !important;
--table-max-height: calc(100vh - 40vh);
max-height: var(--table-max-height);