diff --git a/frontend/src/styles/element.scss b/frontend/src/styles/element.scss index b7ed142..6a5fd83 100644 --- a/frontend/src/styles/element.scss +++ b/frontend/src/styles/element.scss @@ -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;