瀏覽代碼

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

xingyu 2 年之前
父節點
當前提交
705cdb47cf
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      yudao-ui-admin-vue3/src/styles/vxe.css

+ 4 - 0
yudao-ui-admin-vue3/src/styles/vxe.css

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