This commit is contained in:
2026-04-13 18:08:51 +08:00
parent c6ee0d5243
commit 5009e75bae

View File

@@ -153,7 +153,7 @@
// flex: 1;
width: 100%;
height: 100%;
border-left: 1px solid var(--el-table-border-color) // 修复 safari 浏览器表格错位 https://github.com/HalseySpicy/Geeker-Admin/issues/83
border-left: 1px solid var(--el-table-border-color); // 修复 safari 浏览器表格错位 https://github.com/HalseySpicy/Geeker-Admin/issues/83
table {
width: 100%;
}
@@ -343,16 +343,15 @@
padding: 10px 15px;
// 隐藏滚动条的CSS
// 隐藏滚动条的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 {
@@ -391,7 +390,6 @@
}
//全局el-form-item间距
.el-form-item {
margin-right: 10px !important;
@@ -592,6 +590,7 @@
}
}
}
.form-four {
display: flex;
flex-wrap: wrap;