@hlw-uni/mp-vue 1.2.0 → 1.2.1

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": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "hlw-uni Vue 组件库 — 供小程序业务方使用的 UI 组件集合",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -1,5 +1,4 @@
1
1
  <template>
2
- <page-meta :page-style="themePageStyle" />
3
2
  <view class="hlw-page" :style="themePageStyle">
4
3
  <view class="hlw-page-header">
5
4
  <slot name="header">
@@ -188,6 +187,8 @@ defineExpose(exposed as {
188
187
  display: flex;
189
188
  flex-direction: column;
190
189
  overflow: hidden;
190
+ background: var(--bg-page, #f6f6f6);
191
+ color: var(--text-primary, #0f172a);
191
192
  }
192
193
 
193
194
  .hlw-page-header {