@hlw-uni/mp-vue 2.1.18 → 2.1.19

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.18",
3
+ "version": "2.1.19",
4
4
  "description": "hlw-uni 小程序运行时 — Vue 组件 + composables + theme + http + 工具集(合并自原 mp-core)",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -215,10 +215,6 @@ const showDivider = computed(() => {
215
215
  /* 内容区 */
216
216
  .hlw-card-body {
217
217
  width: 100%;
218
-
219
- &--padded {
220
- padding: 24rpx 28rpx;
221
- }
222
218
  }
223
219
 
224
220
  /* 底部 */