2022-10-25 17:29:28 +08:00
|
|
|
/** 自定义 vxe-table 样式 */
|
|
|
|
|
|
|
|
.vxe-grid {
|
|
|
|
// 表单
|
|
|
|
&--form-wrapper {
|
|
|
|
.vxe-form {
|
2022-10-25 18:36:41 +08:00
|
|
|
padding: 10px 20px !important;
|
|
|
|
margin-bottom: 20px !important;
|
2022-10-25 17:29:28 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// 工具栏
|
|
|
|
&--toolbar-wrapper {
|
|
|
|
.vxe-toolbar {
|
2022-10-25 18:36:41 +08:00
|
|
|
padding: 20px !important;
|
2022-10-25 17:29:28 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// 分页
|
|
|
|
&--pager-wrapper {
|
|
|
|
.vxe-pager {
|
2022-10-25 18:36:41 +08:00
|
|
|
height: 70px !important;
|
2022-10-25 17:29:28 +08:00
|
|
|
&--wrapper {
|
|
|
|
@media screen and (max-width: 750px) {
|
|
|
|
.vxe-pager--total,
|
|
|
|
.vxe-pager--sizes,
|
|
|
|
.vxe-pager--jump {
|
2022-10-25 18:36:41 +08:00
|
|
|
display: none !important;
|
2022-10-25 17:29:28 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|