yh-mobile-components 1.2.1 → 1.2.2

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.
Files changed (2) hide show
  1. package/info/yhmList.vue +2 -2
  2. package/package.json +1 -1
package/info/yhmList.vue CHANGED
@@ -195,10 +195,10 @@ defineExpose({
195
195
  font-size: 0.8em;
196
196
  }
197
197
  &.medium {
198
- font-size: 1.4em;
198
+ font-size: 1.1em;
199
199
  }
200
200
  &.lager {
201
- font-size: 1.6em;
201
+ font-size: 1.3em;
202
202
  }
203
203
  &.success {
204
204
  color: var(--van-success-color);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yh-mobile-components",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "移动端组件封装及配置化需求",
5
5
  "main": "index.js",
6
6
  "scripts": {