@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
|
@@ -85,10 +85,10 @@ const props = withDefaults(defineProps<Props>(), {
|
|
|
85
85
|
icon: "",
|
|
86
86
|
desc: "",
|
|
87
87
|
extra: "",
|
|
88
|
-
titleSize: "var(--font-
|
|
88
|
+
titleSize: "calc(var(--font-base) * 0.9)",
|
|
89
89
|
titleColor: "",
|
|
90
90
|
titleWeight: "",
|
|
91
|
-
descSize: "var(--font-
|
|
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:
|
|
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-
|
|
224
|
+
font-size: var(--font-xs);
|
|
225
225
|
letter-spacing: 3rpx;
|
|
226
226
|
}
|
|
227
227
|
</style>
|