style: 移除vxe-grid 右侧按钮外框
parent
c48a9217be
commit
705cdb47cf
|
@ -24,3 +24,7 @@
|
||||||
.xtable-scrollbar ::-webkit-scrollbar-corner {
|
.xtable-scrollbar ::-webkit-scrollbar-corner {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
}
|
}
|
||||||
|
/*移除 vxe-grid 右侧外框*/
|
||||||
|
.vxe-button.size--medium.type--button.is--circle {
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue