sard-uniapp 1.13.1 → 1.13.2

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
@@ -1,3 +1,12 @@
1
+ ## [1.13.2](https://github.com/sutras/sard-uniapp/compare/v1.13.1...v1.13.2) (2025-05-06)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * 修复progress-bar inside 时显示问题 ([dd784e7](https://github.com/sutras/sard-uniapp/commit/dd784e73aab9be1237f6b78bf07f2d5b924e3e46))
7
+
8
+
9
+
1
10
  ## [1.13.1](https://github.com/sutras/sard-uniapp/compare/v1.13.0...v1.13.1) (2025-05-01)
2
11
 
3
12
 
@@ -20,7 +20,6 @@
20
20
  @include universal;
21
21
  flex-direction: row;
22
22
  align-items: center;
23
- justify-content: flex-end;
24
23
  height: 100%;
25
24
  border-radius: var(--sar-progress-bar-border-radius);
26
25
  font-size: var(--sar-progress-bar-piece-font-size);
@@ -47,7 +46,8 @@
47
46
  }
48
47
 
49
48
  @include e(text) {
50
- margin-left: 0;
49
+ margin-left: auto;
50
+ padding-left: var(--sar-progress-bar-text-margin-left);
51
51
  margin-right: var(--sar-progress-bar-text-margin-right);
52
52
  font-size: var(--sar-progress-bar-inside-text-font-size);
53
53
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "id": "sard-uniapp",
3
3
  "name": "sard-uniapp",
4
4
  "displayName": "sard-uniapp",
5
- "version": "1.13.1",
5
+ "version": "1.13.2",
6
6
  "description": "sard-uniapp 是一套基于 Uniapp + Vue3 框架开发的兼容多端的 UI 组件库",
7
7
  "main": "index.js",
8
8
  "scripts": {