@hlw-uni/mp-vue 2.1.37 → 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.37",
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
  });
@@ -85,10 +85,10 @@ const props = withDefaults(defineProps<Props>(), {
85
85
  icon: "",
86
86
  desc: "",
87
87
  extra: "",
88
- titleSize: "var(--font-30)",
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,
@@ -141,7 +141,7 @@ defineOptions({
141
141
  display: flex;
142
142
  align-items: center;
143
143
  justify-content: space-between;
144
- padding: 26rpx 26rpx;
144
+ padding: 24rpx 24rpx;
145
145
  box-sizing: border-box;
146
146
 
147
147
  }
@@ -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>