web-component-gallery 2.1.4 → 2.1.5

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/style.css CHANGED
@@ -8,4 +8,7 @@
8
8
  gap: 0 14px;
9
9
  flex-direction: row;
10
10
  }
11
+ .weather i {
12
+ font-size: 24px;
13
+ }
11
14
 
@@ -62,7 +62,7 @@ export default {
62
62
  }
63
63
  },
64
64
  watch: {
65
- filterSetting: {
65
+ formSetting: {
66
66
  handler(newVal, oldVal) {
67
67
  newVal.forEach(node =>
68
68
  this.$set(this.formRules, node.model, setFormItemRule.call(this, node))
@@ -26,7 +26,7 @@ const WEATHER_TYPES = {
26
26
  '有风,平静,微风,和风,清风,强风/劲风,疾风,大风,烈风,风暴,狂爆风,飓风,热带风暴,龙卷风,浮尘,扬沙,沙尘暴,强沙尘暴': 'gale'
27
27
  }
28
28
 
29
- import { IconFont } from '../index'
29
+ import IconFont from '../icon-font'
30
30
 
31
31
  export default {
32
32
  name: 'Weather',
@@ -4,4 +4,6 @@
4
4
  .weather {
5
5
  font-size: @font-size-lg;
6
6
  .flex-layout(@flexGap: 0 14px);
7
+
8
+ i { font-size: @avatar-size-sm; }
7
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-component-gallery",
3
- "version": "2.1.4",
3
+ "version": "2.1.5",
4
4
  "description": "基础vue、antdvue、less实现的私有组件库",
5
5
  "main": "dist/index.umd.js",
6
6
  "files": [