@hlw-uni/mp-vue 2.2.6 → 2.2.7

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.2.6",
3
+ "version": "2.2.7",
4
4
  "description": "hlw-uni 小程序运行时 — Vue 组件 + composables + theme + http + 工具集(合并自原 mp-core)",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -150,6 +150,7 @@ defineExpose({
150
150
 
151
151
  <style scoped>
152
152
  .hlw-reward-ad {
153
- display: inline-block;
153
+ display: block;
154
+ width: 100%;
154
155
  }
155
156
  </style>