修改样式

This commit is contained in:
GGJ
2024-12-05 18:14:43 +08:00
parent 6010cbf20a
commit b1c9375873
10 changed files with 171 additions and 135 deletions

View File

@@ -77,8 +77,8 @@
/* scroll bar */
::-webkit-scrollbar {
width: 6px;
height: 200px;
width: 8px;
height: 8px;
// background-color: var(--el-color-primary);
}
/* 滚动条实际可拖动部分的颜色 */

View File

@@ -142,13 +142,16 @@
margin-bottom: 15px;
}
}
.el-table__body{
// border-left: 1px solid var(--el-table-border-color)
}
// el-table 表格样式
.el-table {
// border: 1px solid var(--el-table-border-color);
// flex: 1;
width: 100%;
height: 100%;
border-left: 1px solid var(--el-table-border-color)
// 修复 safari 浏览器表格错位 https://github.com/HalseySpicy/Geeker-Admin/issues/83
table {
width: 100%;
@@ -398,7 +401,7 @@
&::-webkit-scrollbar {
width: 8px !important;
height: 200px !important;
height: 8px !important;
// background-color: var(--el-color-primary);
z-index: 3001;
}
@@ -457,27 +460,6 @@
}
}
.form-two {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
.el-form-item {
display: flex;
width: 48%;
.el-form-item__content {
flex: 1;
.el-select,
.el-cascader,
.el-input__inner,
.el-date-editor {
width: 100%;
}
}
}
}
.cn-render-buttons {
cursor: pointer;