jdcProject_front/src/styles/vxe-table.scss

35 lines
595 B
SCSS
Raw Normal View History

/** 自定义 vxe-table 样式 */
.vxe-grid {
// 表单
&--form-wrapper {
.vxe-form {
2022-10-25 18:36:41 +08:00
padding: 10px 20px !important;
margin-bottom: 20px !important;
}
}
// 工具栏
&--toolbar-wrapper {
.vxe-toolbar {
2022-10-25 18:36:41 +08:00
padding: 20px !important;
}
}
// 分页
&--pager-wrapper {
.vxe-pager {
2022-10-25 18:36:41 +08:00
height: 70px !important;
&--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;
}
}
}
}
}
}