style: 移除vxe-grid 右侧按钮外框

This commit is contained in:
xingyu 2022-12-08 22:59:58 +08:00
parent c48a9217be
commit 705cdb47cf

View File

@ -24,3 +24,7 @@
.xtable-scrollbar ::-webkit-scrollbar-corner {
background-color: #ffffff;
}
/*移除 vxe-grid 右侧外框*/
.vxe-button.size--medium.type--button.is--circle {
border: 0;
}