@agile-team/wl-skills-ui 1.8.7 → 1.8.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,12 @@ All notable changes to **@agile-team/wl-skills-ui** will be documented in this f
4
4
 
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
6
 
7
+ ## [1.8.8] - 2026-05-17
8
+
9
+ ### Fixed
10
+
11
+ - **圆角统一**:`--el-border-radius-base` 从 4px 升级为 6px,所有 el-button / el-input / el-select / el-card 等页面级按钮与弹窗按钮圆角完全一致,修复页面场景与 dialog 不统一问题。
12
+
7
13
  ## [1.8.7] - 2026-05-17
8
14
 
9
15
  ### Added
package/README.md CHANGED
@@ -213,7 +213,7 @@ yarn add @agile-team/wl-skills-ui
213
213
 
214
214
  ## 版本亮点
215
215
 
216
- 当前 v1.8.7
216
+ 当前 v1.8.8
217
217
 
218
218
  - **loading 遮罩质感优化**:BaseTable / AG Grid 的 v-loading 由灰色蒙层改为毛玻璃半透明(backdrop-filter),数据切换无感
219
219
  - **R027** 检测业务代码硬编码 `.el-loading-mask` 背景色 → 提示删除,由包统一覆盖
@@ -117,7 +117,7 @@
117
117
  --el-box-shadow-light: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
118
118
  --el-box-shadow-lighter: 0px 6px 12px 0px rgba(0, 0, 0, 0.12);
119
119
  --el-box-shadow-dark: 0px 16px 48px 16px rgba(0, 0, 0, 0.08), 0px 12px 32px rgba(0, 0, 0, 0.12), 0px 8px 16px -8px rgba(0, 0, 0, 0.16);
120
- --el-border-radius-base: 4px;
120
+ --el-border-radius-base: 6px;
121
121
  --el-border-radius-small: 2px;
122
122
  --el-border-radius-round: 20px;
123
123
  --el-border-radius-circle: 100%;
package/dist/tokens.css CHANGED
@@ -117,7 +117,7 @@
117
117
  --el-box-shadow-light: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
118
118
  --el-box-shadow-lighter: 0px 6px 12px 0px rgba(0, 0, 0, 0.12);
119
119
  --el-box-shadow-dark: 0px 16px 48px 16px rgba(0, 0, 0, 0.08), 0px 12px 32px rgba(0, 0, 0, 0.12), 0px 8px 16px -8px rgba(0, 0, 0, 0.16);
120
- --el-border-radius-base: 4px;
120
+ --el-border-radius-base: 6px;
121
121
  --el-border-radius-small: 2px;
122
122
  --el-border-radius-round: 20px;
123
123
  --el-border-radius-circle: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agile-team/wl-skills-ui",
3
- "version": "1.8.7",
3
+ "version": "1.8.8",
4
4
  "description": "企业级 UI 风格对齐框架 — Vue + Element Plus 项目通用化妆/原生双模式(tokens / element / vendors / layouts / runtime / scanner / fixer / skills)",
5
5
  "type": "module",
6
6
  "main": "./es/index.js",
@@ -203,7 +203,7 @@ $wk-sidebar-width: var(--el-sidebar-width) !default;
203
203
  --el-box-shadow-light: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
204
204
  --el-box-shadow-lighter: 0px 6px 12px 0px rgba(0, 0, 0, 0.12);
205
205
  --el-box-shadow-dark: 0px 16px 48px 16px rgba(0, 0, 0, 0.08), 0px 12px 32px rgba(0, 0, 0, 0.12), 0px 8px 16px -8px rgba(0, 0, 0, 0.16);
206
- --el-border-radius-base: 4px;
206
+ --el-border-radius-base: 6px;
207
207
  --el-border-radius-small: 2px;
208
208
  --el-border-radius-round: 20px;
209
209
  --el-border-radius-circle: 100%;
@@ -227,4 +227,4 @@ $wk-sidebar-width: var(--el-sidebar-width) !default;
227
227
  --el-sidebar-width: 240px;
228
228
  --el-menu-item-font-size: 16px;
229
229
  --el-menu-item-height: 40px;
230
- }
230
+ }