hrsass-components 1.7.69 → 1.7.70
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 +3 -3
- package/lib/hrsass-components.min.js +1 -1
- package/package.json +1 -1
- package/rollup.build.css +10472 -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.70";
|
|
69
69
|
|
|
70
70
|
/**
|
|
71
71
|
* 版本号
|
|
@@ -8235,7 +8235,7 @@ var index = {
|
|
|
8235
8235
|
}).length;
|
|
8236
8236
|
if (action.fixed) lockLen++;
|
|
8237
8237
|
if (lockLen > 0) {
|
|
8238
|
-
var paddingWidth = dataSource.length > 0 ? 17 : 0;
|
|
8238
|
+
var paddingWidth = dataSource.length > 0 && action.fixed ? 17 : 0;
|
|
8239
8239
|
var columns = columnList.filter(function (o) {
|
|
8240
8240
|
return o.checked != false && o.display;
|
|
8241
8241
|
});
|
|
@@ -8249,7 +8249,7 @@ var index = {
|
|
|
8249
8249
|
return o.width + paddingWidth;
|
|
8250
8250
|
}).reduce(function (prev, curr) {
|
|
8251
8251
|
return prev + curr;
|
|
8252
|
-
});
|
|
8252
|
+
}, 0);
|
|
8253
8253
|
var selectionWidth = selection ? 62 : 0;
|
|
8254
8254
|
var actionWidth = 100;
|
|
8255
8255
|
if ($scopedSlots.action) {
|