From 8f7276f7d78b11c560296041fb69c649955a2db9 Mon Sep 17 00:00:00 2001 From: Wandoupeas <371058156@qq.com> Date: Fri, 9 Dec 2022 14:08:23 +0800 Subject: [PATCH] =?UTF-8?q?fix(dateRangePicker):=20=E4=BF=AE=E5=A4=8DDateR?= =?UTF-8?q?angePicker=E7=BB=84=E4=BB=B6=E5=86=85=E5=88=86=E9=A1=B5?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E6=98=BE=E7=A4=BA=E5=BC=82=E5=B8=B8=20(#373)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style/layout.less | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/style/layout.less b/src/style/layout.less index 99e28c4..87db7a9 100644 --- a/src/style/layout.less +++ b/src/style/layout.less @@ -10,11 +10,18 @@ margin-left: var(--td-comp-margin-s); } +.t-pagination-mini { + .t-button + .t-button { + margin-left: 0; + } +} + .t-jumper { .t-button + .t-button { margin-left: 0; } } + .@{starter-prefix}-link { color: var(--td-brand-color); text-decoration: none;