From 2e8c754559831ec023862633d65fe22b19a06a27 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Wed, 17 May 2023 20:04:28 +0800 Subject: [PATCH] =?UTF-8?q?=20[issues/526]RangePicker=20=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E9=A2=84=E8=AE=BE=E8=8C=83=E5=9B=B4=E6=8C=89=E9=92=AE=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E9=97=AE=E9=A2=98---?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Table/src/BasicTable.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/components/Table/src/BasicTable.vue b/src/components/Table/src/BasicTable.vue index 69b6246..60d9bf6 100644 --- a/src/components/Table/src/BasicTable.vue +++ b/src/components/Table/src/BasicTable.vue @@ -349,6 +349,14 @@ margin-right: 0; } + //update-begin-author:liusq---date:20230517--for: [issues/526]RangePicker 设置预设范围按钮样式问题--- + .ant-picker-preset { + .ant-tag { + margin-right: 8px !important; + } + } + //update-end-author:liusq---date:20230517--for: [issues/526]RangePicker 设置预设范围按钮样式问题--- + .ant-table-wrapper { padding: 6px; background-color: @component-background;