@hlw-uni/mp-vue 1.0.7 → 1.0.8

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/dist/index.js CHANGED
@@ -252,7 +252,7 @@
252
252
  };
253
253
  }
254
254
  });
255
- const index$3 = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-cebafa4e"]]);
255
+ const index$3 = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-91cf6eee"]]);
256
256
  const _hoisted_1$2 = { class: "hlw-loading" };
257
257
  const _hoisted_2$2 = {
258
258
  key: 0,
package/dist/index.mjs CHANGED
@@ -249,7 +249,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
249
249
  };
250
250
  }
251
251
  });
252
- const index$3 = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-cebafa4e"]]);
252
+ const index$3 = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-91cf6eee"]]);
253
253
  const _hoisted_1$2 = { class: "hlw-loading" };
254
254
  const _hoisted_2$2 = {
255
255
  key: 0,
package/dist/style.css CHANGED
@@ -57,7 +57,7 @@
57
57
  font-size: 28rpx;
58
58
  color: #bbb;
59
59
  }
60
- .hlw-header[data-v-cebafa4e] {
60
+ .hlw-header[data-v-91cf6eee] {
61
61
  position: sticky;
62
62
  top: 0;
63
63
  z-index: 999;
@@ -65,7 +65,7 @@
65
65
  flex-direction: column;
66
66
  overflow: hidden;
67
67
  }
68
- .header-bg-layer[data-v-cebafa4e] {
68
+ .header-bg-layer[data-v-91cf6eee] {
69
69
  position: absolute;
70
70
  top: 0;
71
71
  left: 0;
@@ -73,13 +73,13 @@
73
73
  bottom: 0;
74
74
  z-index: 0;
75
75
  }
76
- .status-bar-spacer[data-v-cebafa4e] {
76
+ .status-bar-spacer[data-v-91cf6eee] {
77
77
  flex-shrink: 0;
78
78
  width: 100%;
79
79
  position: relative;
80
80
  z-index: 1;
81
81
  }
82
- .header-content-area[data-v-cebafa4e] {
82
+ .header-content-area[data-v-91cf6eee] {
83
83
  flex-shrink: 0;
84
84
  width: 100%;
85
85
  display: flex;
@@ -87,7 +87,7 @@
87
87
  position: relative;
88
88
  z-index: 1;
89
89
  }
90
- .header-back[data-v-cebafa4e] {
90
+ .header-back[data-v-91cf6eee] {
91
91
  width: 88rpx;
92
92
  height: 100%;
93
93
  display: flex;
@@ -95,22 +95,22 @@
95
95
  justify-content: center;
96
96
  flex-shrink: 0;
97
97
  }
98
- .header-back .iconfont[data-v-cebafa4e] {
98
+ .header-back .iconfont[data-v-91cf6eee] {
99
99
  font-size: 40rpx;
100
100
  }
101
- .header-title[data-v-cebafa4e] {
101
+ .header-title[data-v-91cf6eee] {
102
102
  flex: 1;
103
103
  overflow: hidden;
104
104
  text-overflow: ellipsis;
105
105
  white-space: nowrap;
106
106
  letter-spacing: 1rpx;
107
- }
108
- .header-title text[data-v-cebafa4e] {
109
107
  text-align: center;
108
+ }
109
+ .header-title text[data-v-91cf6eee] {
110
110
  font-size: 26rpx;
111
111
  font-weight: 500;
112
112
  }
113
- .header-placeholder[data-v-cebafa4e] {
113
+ .header-placeholder[data-v-91cf6eee] {
114
114
  width: 88rpx;
115
115
  flex-shrink: 0;
116
116
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hlw-uni/mp-vue",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "hlw-uni Vue 组件库 — 供小程序业务方使用的 UI 组件集合",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -129,9 +129,9 @@ const totalNavBarHeight = computed(() => statusBarHeight.value + NAV_BAR_CONTENT
129
129
  text-overflow: ellipsis;
130
130
  white-space: nowrap;
131
131
  letter-spacing: 1rpx;
132
+ text-align: center;
132
133
 
133
134
  text {
134
- text-align: center;
135
135
  font-size: 26rpx;
136
136
  font-weight: 500;
137
137
  }