mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 11:26:43 +08:00
Merge branch '250220-pre-126-177-gx' into test20250220
This commit is contained in:
@@ -872,5 +872,10 @@ export default {
|
|||||||
overflow: hidden; /* 隐藏滚动条滑块 */
|
overflow: hidden; /* 隐藏滚动条滑块 */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* 隐藏垂直滚动条 */
|
||||||
|
.el-table .el-table__body-wrapper::-webkit-scrollbar {
|
||||||
|
display: none; /* Chrome, Safari, Opera*/
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user