mvframe 1.0.93 → 1.0.94

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.
@@ -232,6 +232,21 @@ alwaysApply: true
232
232
  - 如果只是标签颜色或形态变化,不要重写 scoped tag 样式,直接叠加现有变体
233
233
  - 只有在 `tag` 无法覆盖的专属视觉下,才在局部补 scoped 样式
234
234
 
235
+ ### Dot
236
+
237
+ 全局 `dot{N}` 是通用圆点样式,适合状态点、图例点、时间轴节点等纯色圆形标识。
238
+
239
+ | 类名 | 用途 |
240
+ |------|------|
241
+ | `dot4/dot8/dot10/dot12/dot14/dot16/dot18/dot20/dot24/dot28/dot30/dot32` | 圆点尺寸,源码按 px 设计稿维护,输出为 rem |
242
+ | `dot{N} primary/blue/green/yellow/orange/red/purple/pink/black/dark/body/white/gray` | 圆点颜色变体,默认 `primary` |
243
+
244
+ 使用建议:
245
+
246
+ - 直接组合类名:`class="dot8 orange"`、`class="dot12"`、`class="dot20 gray"`
247
+ - `dot{N}` 默认就是主色圆点;只有需要别的颜色时再叠加颜色类
248
+ - 这组样式只负责纯圆点本体;如果需要边框、发光、外层容器,优先额外包一层而不是改写 `dot{N}` 自身
249
+
235
250
  ### Tip 按钮与图标
236
251
 
237
252
  | 类名 | 用途 |