全局列表展示下侧的滚动条隐藏

This commit is contained in:
2026-08-25 14:46:28 +08:00
parent 763bf34c3a
commit cab512e033
2 changed files with 10 additions and 1 deletions
-1
View File
@@ -2,7 +2,6 @@
<project version="4">
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
<data-source source="LOCAL" name="DM" uuid="a3a7e92a-b8da-4229-8b83-5db11f9db9a9">
<driver-ref>9fcb59ee-b3c5-470d-89df-ad01e7cabb15</driver-ref>
<imported>true</imported>
<configured-by-url>true</configured-by-url>
<remarks>$PROJECT_DIR$/backend/roomroot-admin/src/main/resources/application-druid.yml</remarks>
+10
View File
@@ -109,6 +109,16 @@
}
.el-table__body-wrapper {
// 宽表格统一通过内容区拖拽横向查看,隐藏重复的底部滚动条但保留滚动能力。
-ms-overflow-style: none;
scrollbar-width: none;
&::-webkit-scrollbar {
display: none;
width: 0;
height: 0;
}
.el-button [class*="el-icon-"] + span {
margin-left: 1px;
}