弹出框处理 2

This commit is contained in:
gengxin
2025-03-05 08:03:00 +08:00
parent aa0fcf6ff0
commit e74f14baa0

View File

@@ -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>