This commit is contained in:
sjl
2025-10-15 15:20:07 +08:00
parent ca8f173394
commit 45a010b3a4
10 changed files with 54 additions and 32 deletions

View File

@@ -342,6 +342,17 @@
overflow-y: auto;
padding: 10px 15px;
// 隐藏滚动条的CSS
scrollbar-width: none; /* Firefox */
-ms-overflow-style: none; /* IE 10+ */
&::-webkit-scrollbar {
width: 0px;
background: transparent; /* Chrome Safari */
}
//设置dialog内部form样式
.el-form {
.el-form-item {
@@ -379,6 +390,8 @@
}
}
//全局el-form-item间距
.el-form-item {
margin-right: 10px !important;