hrsass-components 1.7.40 → 1.7.41

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.
@@ -65,7 +65,7 @@ var contentStyle = _interopDefault(require('!!raw-loader!tinymce/skins/content/d
65
65
  var SvgPanZoom = _interopDefault(require('svg-pan-zoom'));
66
66
  var saveSvgAsPng = require('save-svg-as-png');
67
67
 
68
- var version = "1.7.40";
68
+ var version = "1.7.41";
69
69
 
70
70
  /**
71
71
  * 版本号
@@ -11075,7 +11075,7 @@ var OrganizationCard = {
11075
11075
  });
11076
11076
  }
11077
11077
  var colorStyle = {
11078
- fill: color,
11078
+ fill: color || '#4285f4',
11079
11079
  height: "4px"
11080
11080
  };
11081
11081
  return h("g", {
@@ -11091,7 +11091,7 @@ var OrganizationCard = {
11091
11091
  height: height
11092
11092
  },
11093
11093
  "class": "".concat(prefixCls, "-container"),
11094
- style: "fill: #ffffff;stroke: rgba(0, 0, 0, 0.15);stroke-width: 1px"
11094
+ style: "fill: #ffffff;stroke: rgb(217, 217, 217);stroke-width: 1px"
11095
11095
  }), colorType === 1 && h("rect", {
11096
11096
  attrs: {
11097
11097
  x: "0",
@@ -11121,15 +11121,15 @@ var OrganizationCard = {
11121
11121
  }
11122
11122
  }, [kind == 1 ? h(OrgSvg, {
11123
11123
  attrs: {
11124
- color: color
11124
+ color: colorStyle.fill
11125
11125
  }
11126
11126
  }) : kind == 2 ? h(DepartSvg, {
11127
11127
  attrs: {
11128
- color: color
11128
+ color: colorStyle.fill
11129
11129
  }
11130
11130
  }) : h(VirtualSvg, {
11131
11131
  attrs: {
11132
- color: color
11132
+ color: colorStyle.fill
11133
11133
  }
11134
11134
  })]), h("text", {
11135
11135
  attrs: {
@@ -11253,7 +11253,7 @@ var OrganizationCard = {
11253
11253
  width: 1,
11254
11254
  height: lineHeight
11255
11255
  },
11256
- style: "fill:#fff;stroke: rgba(0, 0, 0, 0.1);stroke-width: 1px"
11256
+ style: "fill:#fff;stroke: rgb(217, 217, 217);stroke-width: 1px"
11257
11257
  }), data.children && data.children.length > 0 && data.property.open &&
11258
11258
  // <line
11259
11259
  // class={`${prefixCls}-line`}
@@ -11271,7 +11271,7 @@ var OrganizationCard = {
11271
11271
  width: 1,
11272
11272
  height: lineHeight
11273
11273
  },
11274
- style: "fill:#fff;stroke: rgba(0, 0, 0, 0.1);stroke-width: 1px"
11274
+ style: "fill:#fff;stroke: rgb(217, 217, 217);stroke-width: 1px"
11275
11275
  }), data.property.count && data.property.count > 0 && h(IconBase, {
11276
11276
  "class": "".concat(prefixCls, "-action"),
11277
11277
  attrs: {