From ce1bc3b762c717c7b4e274e4f6e1e6a9bd53ef97 Mon Sep 17 00:00:00 2001 From: lutinglt Date: Sat, 5 Jul 2025 21:59:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20radius=20=E5=AF=BC=E5=85=A5=E9=A1=BA?= =?UTF-8?q?=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/public/index.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/styles/public/index.tsx b/styles/public/index.tsx index e820d35..606f65e 100644 --- a/styles/public/index.tsx +++ b/styles/public/index.tsx @@ -1,3 +1,7 @@ +// organize-imports-ignore +// tslint:disable:ordered-imports +// 组件导入有顺序, 禁止插件优化 +import "./radius"; // 圆角, 此样式为基础样式, 确保在其他样式之前导入 import "./button"; // 按钮 import "./chroma"; // 代码高亮 import "./codemirror"; // codemirror 样式 @@ -5,6 +9,5 @@ import "./dropdown"; // 下拉框 import "./input"; // 输入框 import "./label"; // 标签 import "./modal"; // 弹窗 -import "./radius"; // 圆角 import "./svg"; // svg 图标 import "./tippy"; // 提示框