mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-27 01:23:55 +08:00
隐藏滑动条
This commit is contained in:
@@ -538,7 +538,7 @@ export default {
|
|||||||
|
|
||||||
.data-table {
|
.data-table {
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
overflow-y: auto;
|
overflow-y: hidden;
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
--table-max-height: calc(100vh - 40vh);
|
--table-max-height: calc(100vh - 40vh);
|
||||||
max-height: var(--table-max-height);
|
max-height: var(--table-max-height);
|
||||||
|
|||||||
Reference in New Issue
Block a user