@hlw-uni/mp-vue 2.1.38 → 2.1.39

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hlw-uni/mp-vue",
3
- "version": "2.1.38",
3
+ "version": "2.1.39",
4
4
  "description": "hlw-uni 小程序运行时 — Vue 组件 + composables + theme + http + 工具集(合并自原 mp-core)",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -99,7 +99,7 @@ const props = withDefaults(defineProps<Props>(), {
99
99
  borderColor: "",
100
100
  borderStyle: "solid",
101
101
  borderWidth: "",
102
- radius: "xl",
102
+ radius: "lg",
103
103
  divider: undefined,
104
104
  padding: false,
105
105
  });
@@ -88,7 +88,7 @@ const props = withDefaults(defineProps<Props>(), {
88
88
  titleSize: "calc(var(--font-base) * 0.9)",
89
89
  titleColor: "",
90
90
  titleWeight: "",
91
- descSize: "var(--font-sm)",
91
+ descSize: "var(--font-xs)",
92
92
  descColor: "",
93
93
  descWeight: "",
94
94
  divider: false,
@@ -221,7 +221,7 @@ defineOptions({
221
221
  border-radius: var(--radius-sm, 8rpx);
222
222
  background: rgba(241, 245, 249, 0.8);
223
223
  color: var(--text-muted, #64748b);
224
- font-size: var(--font-sm);
224
+ font-size: var(--font-xs);
225
225
  letter-spacing: 3rpx;
226
226
  }
227
227
  </style>