fix: 调整 vxeTable pager 在 mini 下控件显示不全,并优化显示样式
This commit is contained in:
parent
cef9036ecc
commit
a3659cbaf2
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
.vxe-pager.size--mini {
|
.vxe-pager.size--mini {
|
||||||
height: 30px;
|
height: 30px;
|
||||||
margin-top: 4px;
|
margin-top: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
// 在El-Dialog中的表格存在下拉选择框时,要加这个类 popupClassName: 'zIndex2023' (Vxe4.5.0生效) 否则弹出的下拉容器会被覆盖
|
// 在El-Dialog中的表格存在下拉选择框时,要加这个类 popupClassName: 'zIndex2023' (Vxe4.5.0生效) 否则弹出的下拉容器会被覆盖
|
||||||
@ -94,3 +94,23 @@
|
|||||||
// :deep(.xGrid-style .vxe-body--row.success-row) {
|
// :deep(.xGrid-style .vxe-body--row.success-row) {
|
||||||
// background-color: var(--el-color-success-light-9);
|
// background-color: var(--el-color-success-light-9);
|
||||||
// }
|
// }
|
||||||
|
|
||||||
|
// pager
|
||||||
|
.vxe-pager {
|
||||||
|
.vxe-pager--prev-btn,
|
||||||
|
.vxe-pager--num-btn,
|
||||||
|
.vxe-pager--next-btn {
|
||||||
|
border: 0 !important;
|
||||||
|
}
|
||||||
|
.vxe-pager--num-btn {
|
||||||
|
&:not(.is--disabled) {
|
||||||
|
&.is--active {
|
||||||
|
background-color: var(--el-color-primary) !important;
|
||||||
|
color: var(--el-color-white) !important;
|
||||||
|
}
|
||||||
|
&:focus {
|
||||||
|
box-shadow: none !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user