|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
/* theme color */
|
|
|
|
|
|
|
|
|
|
/* icon font path, required */
|
|
|
|
|
$--font-path: '~element-ui/lib/theme-chalk/fonts';
|
|
|
|
|
$--font-path: "~element-ui/lib/theme-chalk/fonts";
|
|
|
|
|
|
|
|
|
|
@import "~element-ui/packages/theme-chalk/src/index";
|
|
|
|
|
// 布局样式
|
|
|
|
@ -85,7 +85,6 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts';
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
//表格样式
|
|
|
|
|
|
|
|
|
@ -99,7 +98,6 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts';
|
|
|
|
|
background-color: transparent !important;
|
|
|
|
|
border: 1px solid #e4e4e4 !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
th > .cell {
|
|
|
|
|
padding-left: 14px !important;
|
|
|
|
|
}
|
|
|
|
@ -141,7 +139,8 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts';
|
|
|
|
|
background: #f5f5f5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.el-table th, .el-table td {
|
|
|
|
|
.el-table th,
|
|
|
|
|
.el-table td {
|
|
|
|
|
padding: 8px 0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -186,10 +185,9 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts';
|
|
|
|
|
.cell .el-button {
|
|
|
|
|
padding: 5px 8px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
//分页样式
|
|
|
|
|
.bs-pagination {
|
|
|
|
|
}
|
|
|
|
|
//分页样式
|
|
|
|
|
.bs-pagination {
|
|
|
|
|
.el-pagination.is-background .btn-prev,
|
|
|
|
|
.el-pagination.is-background .btn-next,
|
|
|
|
|
.el-pagination.is-background .el-pager li {
|
|
|
|
@ -237,7 +235,8 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts';
|
|
|
|
|
background-color: var(--bs-el-color-primary) !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.el-pagination span:not([class*=suffix]), .el-pagination button {
|
|
|
|
|
.el-pagination span:not([class*="suffix"]),
|
|
|
|
|
.el-pagination button {
|
|
|
|
|
font-size: 14px !important;
|
|
|
|
|
min-width: 0 !important;
|
|
|
|
|
height: 32px !important;
|
|
|
|
@ -252,24 +251,21 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts';
|
|
|
|
|
.el-pagination__editor.el-input .el-input__inner {
|
|
|
|
|
height: 32px !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*解决el-scroll底部出现空白滚动条*/
|
|
|
|
|
.el-scrollbar__wrap {
|
|
|
|
|
/*解决el-scroll底部出现空白滚动条*/
|
|
|
|
|
.el-scrollbar__wrap {
|
|
|
|
|
overflow-x: hidden !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// dialog设置
|
|
|
|
|
.bs-dialog-wrap {
|
|
|
|
|
.el-select{
|
|
|
|
|
// dialog设置
|
|
|
|
|
.bs-dialog-wrap {
|
|
|
|
|
.el-select {
|
|
|
|
|
display: inline-block !important;
|
|
|
|
|
position: relative !important;
|
|
|
|
|
width: auto !important;
|
|
|
|
|
}
|
|
|
|
|
.el-dialog{
|
|
|
|
|
.el-dialog {
|
|
|
|
|
margin-top: 13vh !important;
|
|
|
|
|
margin-bottom: 0 !important;
|
|
|
|
|
}
|
|
|
|
@ -287,7 +283,7 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts';
|
|
|
|
|
// dialog头部
|
|
|
|
|
.el-dialog__header {
|
|
|
|
|
background: #f5f5f5;
|
|
|
|
|
background-color: #F5F5F5;
|
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
|
padding: 0 !important;
|
|
|
|
|
height: 40px;
|
|
|
|
|
line-height: 40px;
|
|
|
|
@ -324,5 +320,9 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts';
|
|
|
|
|
transform: translateY(-50%) !important;
|
|
|
|
|
border-left: 4px solid var(--bs-el-color-primary) !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.el-scrollbar__thumb {
|
|
|
|
|
background: rgba(144, 147, 153, 0.3) !important;
|
|
|
|
|
background-color: rgba(144, 147, 153, 0.3) !important;
|
|
|
|
|
}
|
|
|
|
|