From 1ce4f1c4bd829589afcc736ded329976aa5825b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?w=C5=AB=20y=C4=81ng?= Date: Fri, 11 Aug 2023 16:19:24 +0800 Subject: [PATCH] fix: fix button style effect (#586) --- src/style/layout.less | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/style/layout.less b/src/style/layout.less index d37e312..3e8f9bd 100644 --- a/src/style/layout.less +++ b/src/style/layout.less @@ -10,18 +10,14 @@ margin-left: var(--td-comp-margin-s); } +.t-transfer, +.t-jumper, .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;