hrsass-components 1.7.44 → 1.7.45
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/lib/hrsass-components.js +12 -7
- package/lib/hrsass-components.min.js +1 -1
- package/package.json +1 -1
- package/rollup.build.css +98496 -0
package/lib/hrsass-components.js
CHANGED
|
@@ -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.
|
|
68
|
+
var version = "1.7.45";
|
|
69
69
|
|
|
70
70
|
/**
|
|
71
71
|
* 版本号
|
|
@@ -13345,19 +13345,24 @@ var index$a = {
|
|
|
13345
13345
|
}, [o.name]);
|
|
13346
13346
|
} else if (index === 3) {
|
|
13347
13347
|
var restTags = data.labelList.slice(3).map(function (tag) {
|
|
13348
|
-
return h("
|
|
13348
|
+
return h("div", {
|
|
13349
|
+
style: "display: inline-block;width: auto;margin: 5px 0;"
|
|
13350
|
+
}, [h("a-tag", {
|
|
13349
13351
|
attrs: {
|
|
13350
13352
|
color: tag.color
|
|
13351
13353
|
}
|
|
13352
|
-
}, [tag.name]);
|
|
13354
|
+
}, [tag.name])]);
|
|
13353
13355
|
});
|
|
13354
|
-
|
|
13355
|
-
return h("a-tooltip", {
|
|
13356
|
+
return h("a-popover", {
|
|
13356
13357
|
key: o.id,
|
|
13357
13358
|
attrs: {
|
|
13358
|
-
|
|
13359
|
+
trigger: "hover"
|
|
13359
13360
|
}
|
|
13360
|
-
}, [h("
|
|
13361
|
+
}, [h("template", {
|
|
13362
|
+
slot: "content"
|
|
13363
|
+
}, [h("div", {
|
|
13364
|
+
style: "padding: 0"
|
|
13365
|
+
}, [restTags])]), h("a-tag", ["..."])]);
|
|
13361
13366
|
}
|
|
13362
13367
|
})])]), h("div", {
|
|
13363
13368
|
"class": "hr-emp-card-small-no"
|