@hlw-uni/mp-vue 2.1.37 → 2.1.38

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.38",
4
4
  "description": "hlw-uni 小程序运行时 — Vue 组件 + composables + theme + http + 工具集(合并自原 mp-core)",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -85,7 +85,7 @@ 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
91
  descSize: "var(--font-sm)",
@@ -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
  }