ns-base-module 1.0.37 → 1.0.38
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/SubtotalsModal/Increment.js +21 -7
- package/dist/SubtotalsModal/addSubtotals.js +3 -1
- package/dist/SubtotalsModal/dndQuota.d.ts.map +1 -1
- package/dist/SubtotalsModal/dndQuota.js +33 -9
- package/dist/SubtotalsModal/index.js +1 -1
- package/dist/umd/ns-base-module.min.css +1 -1
- package/dist/umd/ns-base-module.min.js +1 -1
- package/dist/utils/language.d.ts +9 -0
- package/dist/utils/language.d.ts.map +1 -1
- package/dist/utils/language.js +9 -0
- package/package.json +1 -1
- package/style/components/SubtotalsModal.scss +14 -4
|
@@ -64,7 +64,9 @@ var Increment = function Increment(props) {
|
|
|
64
64
|
onChange(_dataSource);
|
|
65
65
|
};
|
|
66
66
|
var columns = [{
|
|
67
|
-
title:
|
|
67
|
+
title: initLang({
|
|
68
|
+
id: "page.quota"
|
|
69
|
+
}),
|
|
68
70
|
dataIndex: "code",
|
|
69
71
|
key: "code",
|
|
70
72
|
width: 100,
|
|
@@ -78,7 +80,9 @@ var Increment = function Increment(props) {
|
|
|
78
80
|
});
|
|
79
81
|
}
|
|
80
82
|
}, {
|
|
81
|
-
title:
|
|
83
|
+
title: initLang({
|
|
84
|
+
id: "list.column.summaryType"
|
|
85
|
+
}),
|
|
82
86
|
dataIndex: "sumType",
|
|
83
87
|
key: "sumType",
|
|
84
88
|
width: 100,
|
|
@@ -92,7 +96,9 @@ var Increment = function Increment(props) {
|
|
|
92
96
|
});
|
|
93
97
|
}
|
|
94
98
|
}, {
|
|
95
|
-
title:
|
|
99
|
+
title: initLang({
|
|
100
|
+
id: "list.column.summaryTypeFuntion"
|
|
101
|
+
}),
|
|
96
102
|
dataIndex: "expression",
|
|
97
103
|
key: "expression",
|
|
98
104
|
width: 120,
|
|
@@ -105,7 +111,9 @@ var Increment = function Increment(props) {
|
|
|
105
111
|
});
|
|
106
112
|
}
|
|
107
113
|
}, {
|
|
108
|
-
title:
|
|
114
|
+
title: initLang({
|
|
115
|
+
id: "list.column.action"
|
|
116
|
+
}),
|
|
109
117
|
dataIndex: "action",
|
|
110
118
|
key: "action",
|
|
111
119
|
width: 60,
|
|
@@ -114,14 +122,20 @@ var Increment = function Increment(props) {
|
|
|
114
122
|
style: {
|
|
115
123
|
cursor: "pointer"
|
|
116
124
|
},
|
|
117
|
-
title:
|
|
125
|
+
title: initLang({
|
|
126
|
+
id: "message.confirm.delete"
|
|
127
|
+
}),
|
|
118
128
|
onConfirm: function onConfirm() {
|
|
119
129
|
return handledelQuota(index);
|
|
120
130
|
}
|
|
121
131
|
// onCancel={cancel}
|
|
122
132
|
,
|
|
123
|
-
okText:
|
|
124
|
-
|
|
133
|
+
okText: initLang({
|
|
134
|
+
id: "button.yes"
|
|
135
|
+
}),
|
|
136
|
+
cancelText: initLang({
|
|
137
|
+
id: "button.no"
|
|
138
|
+
})
|
|
125
139
|
}, /*#__PURE__*/React.createElement(DeleteOutlined, null)));
|
|
126
140
|
}
|
|
127
141
|
}];
|
|
@@ -104,7 +104,9 @@ var Index = function Index(props, ref) {
|
|
|
104
104
|
style: {
|
|
105
105
|
lineHeight: "30px"
|
|
106
106
|
}
|
|
107
|
-
},
|
|
107
|
+
}, initLang({
|
|
108
|
+
id: "prompt.nameTemplate"
|
|
109
|
+
}), "\uFF1A"), /*#__PURE__*/React.createElement(Col, {
|
|
108
110
|
span: 16
|
|
109
111
|
}, /*#__PURE__*/React.createElement(Input, {
|
|
110
112
|
onChange: changeValue,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dndQuota.d.ts","sourceRoot":"","sources":["dndQuota.tsx"],"names":[],"mappings":"AAmBA,OAAO,KAMN,MAAM,OAAO,CAAC;AAEf,OAAO,4CAA4C,CAAC;AAapD,UAAU,QAAQ;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AACD,UAAU,MAAM;IACd,OAAO,EAAE,QAAQ,EAAE,CAAC;IACpB,UAAU,EAAE;QACV,IAAI,EAAE,QAAQ,EAAE,CAAC;QACjB,UAAU,EAAE,QAAQ,EAAE,CAAC;QACvB,aAAa,EAAE,QAAQ,EAAE,CAAC;QAC1B,SAAS,EAAE,QAAQ,EAAE,CAAC;KACvB,CAAC;CACH;;
|
|
1
|
+
{"version":3,"file":"dndQuota.d.ts","sourceRoot":"","sources":["dndQuota.tsx"],"names":[],"mappings":"AAmBA,OAAO,KAMN,MAAM,OAAO,CAAC;AAEf,OAAO,4CAA4C,CAAC;AAapD,UAAU,QAAQ;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AACD,UAAU,MAAM;IACd,OAAO,EAAE,QAAQ,EAAE,CAAC;IACpB,UAAU,EAAE;QACV,IAAI,EAAE,QAAQ,EAAE,CAAC;QACjB,UAAU,EAAE,QAAQ,EAAE,CAAC;QACvB,aAAa,EAAE,QAAQ,EAAE,CAAC;QAC1B,SAAS,EAAE,QAAQ,EAAE,CAAC;KACvB,CAAC;CACH;;AAirBD,wBAAiC"}
|
|
@@ -176,7 +176,9 @@ var Index = function Index(props, ref) {
|
|
|
176
176
|
var _colPosition = {
|
|
177
177
|
dataType: "string",
|
|
178
178
|
value: "quotasColPosition",
|
|
179
|
-
label:
|
|
179
|
+
label: initLang({
|
|
180
|
+
id: "page.quota.list"
|
|
181
|
+
}),
|
|
180
182
|
bgColor: "#b07f02",
|
|
181
183
|
noDelete: true
|
|
182
184
|
};
|
|
@@ -327,7 +329,7 @@ var Index = function Index(props, ref) {
|
|
|
327
329
|
}
|
|
328
330
|
return str;
|
|
329
331
|
};
|
|
330
|
-
return /*#__PURE__*/React.createElement(React.Fragment, null, _list.map(function (item, index) {
|
|
332
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, _list === null || _list === void 0 ? void 0 : _list.map(function (item, index) {
|
|
331
333
|
return /*#__PURE__*/React.createElement("div", {
|
|
332
334
|
className: "dnd_quota__item",
|
|
333
335
|
key: item.value,
|
|
@@ -337,10 +339,14 @@ var Index = function Index(props, ref) {
|
|
|
337
339
|
}, /*#__PURE__*/React.createElement("span", {
|
|
338
340
|
className: "dnd_quota__item_label"
|
|
339
341
|
}, item.label), /*#__PURE__*/React.createElement("div", null, item.sumType === "express" && /*#__PURE__*/React.createElement(Popover, {
|
|
340
|
-
title:
|
|
342
|
+
title: initLang({
|
|
343
|
+
id: "prompt.expression"
|
|
344
|
+
}),
|
|
341
345
|
zIndex: 99998,
|
|
342
346
|
content: /*#__PURE__*/React.createElement(TextArea, {
|
|
343
|
-
placeholder:
|
|
347
|
+
placeholder: initLang({
|
|
348
|
+
id: "prompt.expression.tip"
|
|
349
|
+
}),
|
|
344
350
|
value: item === null || item === void 0 ? void 0 : item.expression,
|
|
345
351
|
onChange: function onChange(e) {
|
|
346
352
|
return changeExpress(e, item);
|
|
@@ -488,7 +494,9 @@ var Index = function Index(props, ref) {
|
|
|
488
494
|
className: "dnd_quota_block_top"
|
|
489
495
|
}, /*#__PURE__*/React.createElement("div", {
|
|
490
496
|
className: "dnd_quota_left-title"
|
|
491
|
-
},
|
|
497
|
+
}, initLang({
|
|
498
|
+
id: "brick.classification"
|
|
499
|
+
}), /*#__PURE__*/React.createElement(Tooltip, {
|
|
492
500
|
title: initLang({
|
|
493
501
|
id: "app.search.modal.selectAll"
|
|
494
502
|
})
|
|
@@ -515,7 +523,9 @@ var Index = function Index(props, ref) {
|
|
|
515
523
|
className: "dnd_quota_block_bottom "
|
|
516
524
|
}, /*#__PURE__*/React.createElement("p", {
|
|
517
525
|
className: "dnd_quota_left-title"
|
|
518
|
-
},
|
|
526
|
+
}, initLang({
|
|
527
|
+
id: "brick.quantitative"
|
|
528
|
+
}), /*#__PURE__*/React.createElement(Tooltip, {
|
|
519
529
|
title: initLang({
|
|
520
530
|
id: "app.search.modal.selectAll"
|
|
521
531
|
})
|
|
@@ -612,9 +622,16 @@ var Index = function Index(props, ref) {
|
|
|
612
622
|
}
|
|
613
623
|
}))), /*#__PURE__*/React.createElement("div", {
|
|
614
624
|
className: "dnd-quota-sortable-wrap dimension"
|
|
615
|
-
}, /*#__PURE__*/React.createElement(
|
|
625
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
626
|
+
className: "drag-txt-empty",
|
|
627
|
+
style: {
|
|
628
|
+
display: isEmpty(dimensionList) ? "block" : "none"
|
|
629
|
+
}
|
|
630
|
+
}, initLang({
|
|
631
|
+
id: "prompt.drag.dimension"
|
|
632
|
+
})), /*#__PURE__*/React.createElement(ReactSortable, {
|
|
616
633
|
tag: "div",
|
|
617
|
-
className: "dnd_quota_right_payground ".concat(isEmpty(dimensionList) ? "empty" : ""),
|
|
634
|
+
className: "dnd_quota_right_payground ".concat(isEmpty(dimensionList) ? "empty" : "", "\n "),
|
|
618
635
|
group: {
|
|
619
636
|
name: "component",
|
|
620
637
|
pull: false,
|
|
@@ -671,7 +688,14 @@ var Index = function Index(props, ref) {
|
|
|
671
688
|
}
|
|
672
689
|
}))), /*#__PURE__*/React.createElement("div", {
|
|
673
690
|
className: "dnd-quota-sortable-wrap quota"
|
|
674
|
-
}, /*#__PURE__*/React.createElement(
|
|
691
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
692
|
+
className: "drag-txt-empty",
|
|
693
|
+
style: {
|
|
694
|
+
display: isEmpty(dimensionList) ? "block" : "none"
|
|
695
|
+
}
|
|
696
|
+
}, initLang({
|
|
697
|
+
id: "prompt.drag.quota"
|
|
698
|
+
})), /*#__PURE__*/React.createElement(ReactSortable, {
|
|
675
699
|
tag: "div",
|
|
676
700
|
className: "dnd_quota_right_payground ".concat(isEmpty(quotaList) ? "empty" : ""),
|
|
677
701
|
group: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.class-filter-component.tags-wrap{flex:1 1;z-index:2}.class-filter-component.tags-wrap .tags-list{cursor:pointer;display:inline-block;margin-left:8px;padding:2.5px 8px}.class-filter-component.tags-wrap .tags-list.action{background-color:var(--w-e-textarea-selected-border-color);color:var(--antd-wave-shadow-color)}.class-filter-component .filter-component-tree-content .tags-list{font-size:12px;margin-left:0}.class-filter-component .filter-component-tree-content :global .ant-tree-node-content-wrapper{padding:0}.class-filter-component .filter-component-tree-content :global .ant-tree-node-content-wrapper.ant-tree-node-selected{background-color:transparent}.class-filter-component .num-txt{background:red;border-radius:8px;color:#fff;margin-left:2px;padding:0 4px}.class-filter-component .actionMenu{background-color:var(--w-e-textarea-selected-border-color);color:var(--antd-wave-shadow-color)}.dropdownWrap :global .ant-dropdown-menu-submenu-vertical{width:120px}.dropdownWrap :global .ant-dropdown-menu-item,.dropdownWrap :global .ant-dropdown-menu-submenu-title{align-items:center;display:flex;padding:0}.dropdownWrap :global .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon,.dropdownWrap :global .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon{padding-left:18px}.dropdownWrap .actionMenu{background-color:var(--w-e-textarea-selected-border-color);color:var(--antd-wave-shadow-color)}.dropdownWrap .num-txt{background:red;border-radius:8px;color:#fff;margin-left:2px;padding:0 4px}.filter-wrapper-body{width:260px}.filter-wrapper-body .sort{border-bottom:1px solid #eee;width:100%}.filter-wrapper-body .sort>span{cursor:pointer;display:inline-block;padding:5px 0;text-align:center;width:33%}.filter-wrapper-body .sort>span:hover{background-color:#eee}.filter-wrapper-body .filter{padding:10px 20px}.filter-wrapper-body .filter .search{margin-bottom:10px}.filter-wrapper-body .filter .search :global .ant-input-sm{padding:.2px 7px}.filter-wrapper-body .filter .filter-group{margin-bottom:10px;max-height:400px;overflow:auto;width:100%}.dnd_quota_main{display:flex;height:100%}.dnd_quota_main .dnd_quota_left{flex:1 1;height:100%}.dnd_quota_main .dnd_quota_left::-webkit-scrollbar{background-color:#f5f5f5;width:4px}.dnd_quota_main .dnd_quota_left::-webkit-scrollbar-track{background-color:#f5f5f5;border-radius:3px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.2)}.dnd_quota_main .dnd_quota_left::-webkit-scrollbar-thumb{background-color:#959595;border-radius:3px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.2)}.dnd_quota_main .dnd_quota_block_top{border:1px solid #eee;border-radius:8px;height:50%;margin-bottom:8px;padding:8px}.dnd_quota_main .dnd_quota_block_top.classify-type{border-bottom:none;border-radius:8px 8px 0 0;margin-bottom:0;padding-bottom:0}.dnd_quota_main .dnd_quota_block_bottom{border:1px solid #eee;border-radius:8px;height:50%;margin-bottom:8px;padding:8px}.dnd_quota_main .dnd_quota_block_bottom.number-type{border-radius:0 0 8px 8px;border-top:none;margin-top:0}.dnd_quota_main .dnd_quota_left-title{display:flex;justify-content:space-between;margin-bottom:6px}.dnd_quota_main .dnd_quota-icon{cursor:pointer}.dnd_quota_main .dnd_quota__item{background-color:#f5f5f5;border-radius:4px;cursor:grab;display:flex;margin-bottom:4px;padding:8px}.dnd_quota_main .dnd_quota__item .item-icon{line-height:1;margin-right:4px;padding-top:1px}.dnd_quota_main .dnd_quota__item .dnd_quota__item_label{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dnd_quota_main .dnd_quota__item .dnd_quota__item_txt{cursor:pointer}.dnd_quota_main .dnd-quota-sortable-wrap{height:calc(100% - 20px);overflow:auto}.dnd_quota_main .dnd-quota-sortable-wrap::-webkit-scrollbar{background-color:#f5f5f5;width:4px}.dnd_quota_main .dnd-quota-sortable-wrap::-webkit-scrollbar-track{background-color:#f5f5f5;border-radius:3px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.2)}.dnd_quota_main .dnd-quota-sortable-wrap::-webkit-scrollbar-thumb{background-color:#959595;border-radius:3px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.2)}.dnd_quota_main .dnd-quota-sortable-wrap.init .dnd_quota__item:hover{background-color:#0273b0;color:#fff}.dnd_quota_main .dnd-quota-sortable-wrap.init .dnd_quota__item:hover .item-icon{color:#fff}.dnd_quota_main .dnd-quota-sortable-wrap.init .dnd_quota__item .item-icon{color:#0273b0}.dnd_quota_main .dnd-quota-sortable-wrap.number .dnd_quota__item:hover{background-color:#97c95d;color:#fff}.dnd_quota_main .dnd-quota-sortable-wrap.number .dnd_quota__item:hover .item-icon{color:#fff}.dnd_quota_main .dnd-quota-sortable-wrap.number .dnd_quota__item .item-icon{color:#97c95d}.dnd_quota_main .dnd-quota-sortable-wrap.dimension .dnd_quota__item
|
|
1
|
+
.class-filter-component.tags-wrap{flex:1 1;z-index:2}.class-filter-component.tags-wrap .tags-list{cursor:pointer;display:inline-block;margin-left:8px;padding:2.5px 8px}.class-filter-component.tags-wrap .tags-list.action{background-color:var(--w-e-textarea-selected-border-color);color:var(--antd-wave-shadow-color)}.class-filter-component .filter-component-tree-content .tags-list{font-size:12px;margin-left:0}.class-filter-component .filter-component-tree-content :global .ant-tree-node-content-wrapper{padding:0}.class-filter-component .filter-component-tree-content :global .ant-tree-node-content-wrapper.ant-tree-node-selected{background-color:transparent}.class-filter-component .num-txt{background:red;border-radius:8px;color:#fff;margin-left:2px;padding:0 4px}.class-filter-component .actionMenu{background-color:var(--w-e-textarea-selected-border-color);color:var(--antd-wave-shadow-color)}.dropdownWrap :global .ant-dropdown-menu-submenu-vertical{width:120px}.dropdownWrap :global .ant-dropdown-menu-item,.dropdownWrap :global .ant-dropdown-menu-submenu-title{align-items:center;display:flex;padding:0}.dropdownWrap :global .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon,.dropdownWrap :global .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon{padding-left:18px}.dropdownWrap .actionMenu{background-color:var(--w-e-textarea-selected-border-color);color:var(--antd-wave-shadow-color)}.dropdownWrap .num-txt{background:red;border-radius:8px;color:#fff;margin-left:2px;padding:0 4px}.filter-wrapper-body{width:260px}.filter-wrapper-body .sort{border-bottom:1px solid #eee;width:100%}.filter-wrapper-body .sort>span{cursor:pointer;display:inline-block;padding:5px 0;text-align:center;width:33%}.filter-wrapper-body .sort>span:hover{background-color:#eee}.filter-wrapper-body .filter{padding:10px 20px}.filter-wrapper-body .filter .search{margin-bottom:10px}.filter-wrapper-body .filter .search :global .ant-input-sm{padding:.2px 7px}.filter-wrapper-body .filter .filter-group{margin-bottom:10px;max-height:400px;overflow:auto;width:100%}.dnd_quota_main{display:flex;height:100%}.dnd_quota_main .dnd_quota_left{flex:1 1;height:100%}.dnd_quota_main .dnd_quota_left::-webkit-scrollbar{background-color:#f5f5f5;width:4px}.dnd_quota_main .dnd_quota_left::-webkit-scrollbar-track{background-color:#f5f5f5;border-radius:3px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.2)}.dnd_quota_main .dnd_quota_left::-webkit-scrollbar-thumb{background-color:#959595;border-radius:3px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.2)}.dnd_quota_main .dnd_quota_block_top{border:1px solid #eee;border-radius:8px;height:50%;margin-bottom:8px;padding:8px}.dnd_quota_main .dnd_quota_block_top.classify-type{border-bottom:none;border-radius:8px 8px 0 0;margin-bottom:0;padding-bottom:0}.dnd_quota_main .dnd_quota_block_bottom{border:1px solid #eee;border-radius:8px;height:50%;margin-bottom:8px;padding:8px}.dnd_quota_main .dnd_quota_block_bottom.number-type{border-radius:0 0 8px 8px;border-top:none;margin-top:0}.dnd_quota_main .dnd_quota_left-title{display:flex;justify-content:space-between;margin-bottom:6px}.dnd_quota_main .dnd_quota-icon{cursor:pointer}.dnd_quota_main .drag-txt-empty{left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);width:90%}.dnd_quota_main .dnd_quota__item{background-color:#f5f5f5;border-radius:4px;cursor:grab;display:flex;margin-bottom:4px;padding:8px}.dnd_quota_main .dnd_quota__item .item-icon{line-height:1;margin-right:4px;padding-top:1px}.dnd_quota_main .dnd_quota__item .dnd_quota__item_label{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dnd_quota_main .dnd_quota__item .dnd_quota__item_txt{cursor:pointer}.dnd_quota_main .dnd-quota-sortable-wrap{height:calc(100% - 20px);overflow:auto;position:relative}.dnd_quota_main .dnd-quota-sortable-wrap::-webkit-scrollbar{background-color:#f5f5f5;width:4px}.dnd_quota_main .dnd-quota-sortable-wrap::-webkit-scrollbar-track{background-color:#f5f5f5;border-radius:3px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.2)}.dnd_quota_main .dnd-quota-sortable-wrap::-webkit-scrollbar-thumb{background-color:#959595;border-radius:3px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.2)}.dnd_quota_main .dnd-quota-sortable-wrap.init .dnd_quota__item:hover{background-color:#0273b0;color:#fff}.dnd_quota_main .dnd-quota-sortable-wrap.init .dnd_quota__item:hover .item-icon{color:#fff}.dnd_quota_main .dnd-quota-sortable-wrap.init .dnd_quota__item .item-icon{color:#0273b0}.dnd_quota_main .dnd-quota-sortable-wrap.number .dnd_quota__item:hover{background-color:#97c95d;color:#fff}.dnd_quota_main .dnd-quota-sortable-wrap.number .dnd_quota__item:hover .item-icon{color:#fff}.dnd_quota_main .dnd-quota-sortable-wrap.number .dnd_quota__item .item-icon{color:#97c95d}.dnd_quota_main .dnd-quota-sortable-wrap.dimension .dnd_quota__item,.dnd_quota_main .dnd-quota-sortable-wrap.list .dnd_quota__item{background-color:#0273b0;color:#fff}.dnd_quota_main .dnd-quota-sortable-wrap.quota .dnd_quota__item{background-color:#97c95d;color:#fff}.dnd_quota_main .dnd-quota-spce{margin:0 4px}.dnd_quota_main .dnd_quota_right{flex:1 1}.dnd_quota_main .dnd_quota_right .dnd_quota_block_bottom,.dnd_quota_main .dnd_quota_right .dnd_quota_block_top{height:auto}.dnd_quota_main .dnd_quota_right .dnd_quota_right_payground{max-height:340px;min-height:140px}.dnd_quota_main .dnd_quota_right_payground{height:100%}.dnd_quota_main .dnd_quota_right_payground.empty{background:rgba(0,0,0,.08);position:relative}.dnd_quota_main .dnd_quota_right_payground.empty:after{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);white-space:nowrap}.modal-wrap{z-index:1040!important}.subtotals-modal-wrap{display:flex;height:100%}.subtotals-modal-wrap .subtotals-modal-left{height:100%;width:420px}.subtotals-modal-wrap .subtotals-modal-right{flex:1 1;height:100%;margin-left:16px;width:0}.subtotals-modal-wrap .subtotals-modal-table-top{align-items:center;display:flex;margin-bottom:16px;margin-top:4px;min-width:400px}.subtotals-modal-wrap .subtotals-modal-table-top .subtotals-modal-radio-wrap{flex:1 1;margin-right:-100px;text-align:center;width:0}.add-subtotals-wrap{height:100%}.add-subtotals-bot{height:calc(100% - 50px)}.popover-sum-content .ant-popover-inner-content{padding:0}.popover-sum-content .popover-sum-wrap .popover-sum-list:last-child{border-top:1px solid #e4e4e4}.popover-sum-content .popover-sum-wrap .popover-sum-title{font-weight:700;padding:8px 12px}.popover-sum-content .popover-sum-wrap .popover-sum-li{cursor:pointer;margin:0;padding:8px 12px}.popover-sum-content .popover-sum-wrap .popover-sum-li:hover{background-color:#f5f5f5}.popover-sum-content .popover-sum-wrap .popover-sum-li.action{background-color:#0273b0;color:#fff}.popover-body{min-height:340px;width:260px}.popover-body .top-wrap{align-items:center;display:flex;justify-content:space-between}.popover-body .title{font-size:12px;font-weight:700}.popover-body .add-icon{cursor:pointer;font-weight:700}.popover-body .list-title{font-size:12px;margin:10px 0}.popover-body .list-title-icon{margin-right:6px}.popover-body .list-radio{align-items:center;display:flex;margin-bottom:10px;width:100%}.popover-body .list-radio-label{flex:1 1;font-weight:700}.popover-body .set-text-default{color:var(--antd-wave-shadow-color);font-size:10px}.popover-body .set-icon{cursor:pointer;font-size:12px;text-align:right;width:20px}.mode-name-wrap{padding:10px 0}.icon-button-wrapper{cursor:pointer;margin-left:10px}.columns-fixed-title{color:rgba(0,0,0,.45);font-size:12px;margin-bottom:6px;margin-top:6px;padding-left:24px}.tree_selectall{-ms-user-select:none;user-select:none}.tree_selectall>span:first-child{margin:4px 0 10px 24px!important}.tree_selectall>span:nth-child(2){padding-left:12px}.columns-tree-main{align-items:center;display:flex}.columns-tree-main .drag-title{margin:0 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:50px}.columns-tree-main .columns-tree-icon{color:var(--antd-wave-shadow-color);font-size:14px;text-align:right;visibility:hidden}.columns-tree-main:hover .columns-tree-icon{visibility:visible}
|