From a9a5eae4bc88c0b6dd6cd95dbe8b1934f447f84d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=A0=E6=8D=89=E4=B8=8D=E5=88=B0=E7=9A=84this?= <2228429150@qq.com> Date: Sat, 27 Jan 2024 20:27:32 +0800 Subject: [PATCH] fix: update control style --- packages/core/src/styles/index.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/core/src/styles/index.less b/packages/core/src/styles/index.less index a2d290df..e2accc95 100644 --- a/packages/core/src/styles/index.less +++ b/packages/core/src/styles/index.less @@ -60,6 +60,10 @@ user-select: none; touch-action: manipulation; cursor: pointer; + display: flex; + align-items: center; + justify-content: center; + color: rgb(0, 0, 0); &:disabled { background-color: rgba(0, 0, 0, 0.04);