feat: sse demo

This commit is contained in:
dap
2024-10-15 10:26:18 +08:00
parent c27acef777
commit 106476b755
5 changed files with 206 additions and 1 deletions

View File

@@ -80,8 +80,9 @@ vxe表格右上角toolbar和左边元素的间距
/**
覆盖vxe-table的toolbar样式 由于默认已经有了padding 需要去除上边的padding
需要判断是否开启查询表单
*/
.vxe-toolbar {
.vxe-grid:has(.vxe-grid--form-wrapper form) .vxe-toolbar {
padding: 0 0 0.6em !important;
}