eoss-ui 0.5.25 → 0.5.27
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/button.js +30 -1
- package/lib/checkbox-group.js +3 -3
- package/lib/data-table.js +80 -35
- package/lib/eoss-ui.common.js +410 -241
- package/lib/flow.js +269 -180
- package/lib/form.js +4 -3
- package/lib/index.js +1 -1
- package/lib/input.js +6 -1
- package/lib/theme-chalk/button.css +1 -0
- package/lib/theme-chalk/flow.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/toolbar.css +1 -1
- package/package.json +2 -2
- package/packages/button/src/main.vue +42 -1
- package/packages/checkbox-group/src/main.vue +3 -1
- package/packages/data-table/src/column.vue +45 -21
- package/packages/data-table/src/main.vue +9 -4
- package/packages/flow/src/main.vue +12 -10
- package/packages/form/src/main.vue +3 -2
- package/packages/input/src/main.vue +6 -8
- package/packages/theme-chalk/lib/button.css +1 -0
- package/packages/theme-chalk/lib/flow.css +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/toolbar.css +1 -1
- package/packages/theme-chalk/src/button.scss +7 -0
- package/packages/theme-chalk/src/flow.scss +5 -0
- package/packages/theme-chalk/src/toolbar.scss +12 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
@charset "UTF-8";.es-toolbar{padding:6px 12px;border-bottom:1px solid #d9d9d9;position:relative;background-color:#fff}.es-toolbar .es-toolbar-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.es-toolbar .es-toolbar-content .es-button-content{-webkit-box-flex:1;-ms-flex:1;flex:1}.es-toolbar .es-toolbar-content .es-form{background:0 0}.es-toolbar .es-toolbar-content .es-form .es-form-content{padding:0}.es-toolbar .es-toolbar-content .es-form .el-form-item{margin-bottom:0}.es-toolbar .es-toolbar-content .es-advanced-btn{margin-left:
|
|
1
|
+
@charset "UTF-8";.es-toolbar{padding:6px 12px;border-bottom:1px solid #d9d9d9;position:relative;background-color:#fff}.es-toolbar .es-toolbar-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.es-toolbar .es-toolbar-content .es-button-content{-webkit-box-flex:1;-ms-flex:1;flex:1}.es-toolbar .es-toolbar-content .es-button-content .el-button{padding:4px 8px}.es-toolbar .es-toolbar-content .es-button-content .el-button+.el-button,.es-toolbar .es-toolbar-content .es-button-content .el-button+.es-button-badge,.es-toolbar .es-toolbar-content .es-button-content .es-button-badge+.el-button{margin-left:6px}.es-toolbar .es-toolbar-content .es-form{background:0 0}.es-toolbar .es-toolbar-content .es-form .es-form-content{padding:0}.es-toolbar .es-toolbar-content .es-form .el-form-item{margin-bottom:0}.es-toolbar .es-toolbar-content .es-advanced-btn{margin-left:6px;height:32px}.es-toolbar .es-toolbar-content .es-toolbar-text{line-height:32px}.es-toolbar .es-toolbar-content .es-toolbar-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.es-toolbar .es-toolbar-content .es-toolbar-info .es-info{font-size:13px;margin-left:20px}.es-toolbar .es-toolbar-content .el-menu--horizontal{border-bottom:0;position:relative;bottom:-6px}.es-toolbar .es-toolbar-content .el-menu-item{height:32px;line-height:24px}.es-toolbar .es-toolbar-content .el-input__inner,.es-toolbar .es-toolbar-content .es-checkbox-group{height:32px;line-height:32px}.es-toolbar .es-toolbar-content .es-radio-group,.es-toolbar .es-toolbar-content .es-switch-content{line-height:32px}.es-toolbar .es-toolbar-content .el-switch{top:-2px}.es-toolbar .es-toolbar-content .el-button span{line-height:14px}.es-toolbar .es-toolbar-content .el-checkbox:not(:last-child),.es-toolbar .es-toolbar-content .el-radio:not(:last-child){margin-right:8px}.es-toolbar .es-toolbar-content .el-form-item.es-toolbar-item-checkbox+.el-form-item,.es-toolbar .es-toolbar-content .el-form-item.es-toolbar-item-radio+.el-form-item,.es-toolbar .es-toolbar-content .el-form-item.es-toolbar-item-switch+.el-form-item{margin-left:16px}.es-toolbar .es-toolbar-content .el-form-item .el-input__icon{line-height:32px;vertical-align:top}.es-toolbar .es-toolbar-content .es-form-search-small .el-input__inner{width:100%;max-width:156px}.es-toolbar .es-toolbar-content .es-form-search-small .el-input__inner.el-date-editor--daterange{max-width:300px}.es-toolbar .es-toolbar-content .es-form-search-small .el-input__inner.el-date-editor--daterange .el-input__icon,.es-toolbar .es-toolbar-content .es-form-search-small .el-input__inner.el-date-editor--daterange .el-range-separator{line-height:24px}.es-toolbar .es-advanced-filter{margin-top:20px;z-index:9}.es-toolbar .es-advanced-filter.es-absolute{position:absolute;left:0;top:45px;right:0;margin-top:0;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.05),0 4px 5px rgba(0,0,0,.08),0 2px 4px -1px rgba(0,0,0,.12);box-shadow:0 1px 10px rgba(0,0,0,.05),0 4px 5px rgba(0,0,0,.08),0 2px 4px -1px rgba(0,0,0,.12);border-bottom-left-radius:6px;border-bottom-right-radius:6px}.es-toolbar .es-advanced-filter.es-absolute .es-form{background-color:#fff;border:1px solid #d9d9d9;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:0;padding:20px 20px 20px 10px}.es-toolbar .el-form-item__content{line-height:32px!important}.es-toolbar .el-form-item__label{line-height:32px!important;height:32px}.es-toolbar .el-button.es-upload{padding:0!important;border:0!important}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eoss-ui",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.27",
|
|
4
4
|
"description": "eoss内部业务组件",
|
|
5
5
|
"main": "lib/eoss-ui.common.js",
|
|
6
6
|
"files": [
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"cp-cli": "^1.0.2",
|
|
97
97
|
"cross-env": "^3.1.3",
|
|
98
98
|
"css-loader": "^2.1.0",
|
|
99
|
-
"eoss-element": "^0.2.
|
|
99
|
+
"eoss-element": "^0.2.80",
|
|
100
100
|
"es6-promise": "^4.0.5",
|
|
101
101
|
"eslint": "4.18.2",
|
|
102
102
|
"eslint-config-elemefe": "0.1.1",
|
|
@@ -45,7 +45,8 @@ export default {
|
|
|
45
45
|
stop: Boolean,
|
|
46
46
|
syncKeys: Object,
|
|
47
47
|
text: String,
|
|
48
|
-
onClick: Function
|
|
48
|
+
onClick: Function,
|
|
49
|
+
badge: [Object, Number]
|
|
49
50
|
},
|
|
50
51
|
computed: {
|
|
51
52
|
_type() {
|
|
@@ -270,6 +271,46 @@ export default {
|
|
|
270
271
|
this.size ? `el-button--${this.size}` : ''
|
|
271
272
|
]);
|
|
272
273
|
}
|
|
274
|
+
if (this.badge) {
|
|
275
|
+
let config = {};
|
|
276
|
+
if (typeof this.badge === 'number') {
|
|
277
|
+
config = { class: 'es-button-badge', props: { value: this.badge } };
|
|
278
|
+
} else {
|
|
279
|
+
let { value, max, isDot, hidden, type } = this.badge;
|
|
280
|
+
config = {
|
|
281
|
+
class: this.badge.class
|
|
282
|
+
? this.badge.class + ' es-button-badge'
|
|
283
|
+
: 'es-button-badge',
|
|
284
|
+
props: { value, max, isDot, hidden, type }
|
|
285
|
+
};
|
|
286
|
+
}
|
|
287
|
+
return h('el-badge', config, [
|
|
288
|
+
h(
|
|
289
|
+
tag,
|
|
290
|
+
{
|
|
291
|
+
class: clas,
|
|
292
|
+
props: { ...this.$attrs, ...props },
|
|
293
|
+
attrs: attrs,
|
|
294
|
+
on: { ...this.$listeners, click: this.handleClick },
|
|
295
|
+
directives: [
|
|
296
|
+
{
|
|
297
|
+
name: 'show',
|
|
298
|
+
value: !this.hide
|
|
299
|
+
}
|
|
300
|
+
]
|
|
301
|
+
},
|
|
302
|
+
this.iconPlacement === 'start'
|
|
303
|
+
? [
|
|
304
|
+
this.icon ? h('i', { class: this.icon }) : '',
|
|
305
|
+
this.$slots.default || this.text
|
|
306
|
+
]
|
|
307
|
+
: [
|
|
308
|
+
this.$slots.default || this.text,
|
|
309
|
+
this.icon ? h('i', { class: this.icon }) : ''
|
|
310
|
+
]
|
|
311
|
+
)
|
|
312
|
+
]);
|
|
313
|
+
}
|
|
273
314
|
return h(
|
|
274
315
|
tag,
|
|
275
316
|
{
|
|
@@ -178,7 +178,9 @@ export default {
|
|
|
178
178
|
},
|
|
179
179
|
labelVal() {
|
|
180
180
|
let model =
|
|
181
|
-
typeof this.model === 'string'
|
|
181
|
+
typeof this.model === 'string'
|
|
182
|
+
? this.model.split(',')
|
|
183
|
+
: this.model || [];
|
|
182
184
|
let label = model.map((item) => {
|
|
183
185
|
if (util.isObject(item)) {
|
|
184
186
|
return item[this.label];
|
|
@@ -258,10 +258,14 @@
|
|
|
258
258
|
}
|
|
259
259
|
"
|
|
260
260
|
></es-selector>
|
|
261
|
-
<template
|
|
261
|
+
<template
|
|
262
|
+
v-else-if="
|
|
263
|
+
type === 'text' || type === 'input' || type === 'textarea'
|
|
264
|
+
"
|
|
265
|
+
>
|
|
262
266
|
<template v-if="config.lazy">
|
|
263
267
|
<input
|
|
264
|
-
v-if="type === 'text'"
|
|
268
|
+
v-if="type === 'text' || type === 'input'"
|
|
265
269
|
class="el-input__inner"
|
|
266
270
|
v-bind="formOption"
|
|
267
271
|
v-model.lazy="scope.row[field]"
|
|
@@ -338,6 +342,7 @@
|
|
|
338
342
|
<es-input
|
|
339
343
|
v-else
|
|
340
344
|
v-bind="formOption"
|
|
345
|
+
:type="type"
|
|
341
346
|
:scope="scope"
|
|
342
347
|
v-model="scope.row[field || prop]"
|
|
343
348
|
@blur="
|
|
@@ -386,6 +391,11 @@
|
|
|
386
391
|
<template v-else-if="dateFormat">
|
|
387
392
|
{{ formatDate(scope.row[field || prop], dateFormat) }}
|
|
388
393
|
</template>
|
|
394
|
+
<span
|
|
395
|
+
v-else-if="type === 'textarea'"
|
|
396
|
+
v-html="format(scope.row, true)"
|
|
397
|
+
:style="styles ? styles[scope.row[prop]] : {}"
|
|
398
|
+
></span>
|
|
389
399
|
<span v-else :style="styles ? styles[scope.row[prop]] : {}">{{
|
|
390
400
|
format(scope.row)
|
|
391
401
|
}}</span>
|
|
@@ -524,6 +534,18 @@ export default {
|
|
|
524
534
|
config = { type: this.type, ...config, ...this.$attrs };
|
|
525
535
|
return config;
|
|
526
536
|
}
|
|
537
|
+
let required = this.required;
|
|
538
|
+
if (this.rules && !required) {
|
|
539
|
+
if (Array.isArray(this.rules)) {
|
|
540
|
+
this.rules.map((item) => {
|
|
541
|
+
if (item.required) {
|
|
542
|
+
required = item.required;
|
|
543
|
+
}
|
|
544
|
+
});
|
|
545
|
+
} else if (this.rules.required) {
|
|
546
|
+
required = this.rules.required;
|
|
547
|
+
}
|
|
548
|
+
}
|
|
527
549
|
let minWidth =
|
|
528
550
|
this.label || this.title
|
|
529
551
|
? (this.label || this.title).length * 14 + 20
|
|
@@ -542,7 +564,7 @@ export default {
|
|
|
542
564
|
].join(' '),
|
|
543
565
|
labelClassName: [
|
|
544
566
|
this.labelClassName ? this.labelClassName : '',
|
|
545
|
-
|
|
567
|
+
required ? 'es-required' : ''
|
|
546
568
|
].join(' '),
|
|
547
569
|
showOverflowTooltip: this.showOverflowTooltip,
|
|
548
570
|
prop: this.field || this.prop,
|
|
@@ -560,9 +582,6 @@ export default {
|
|
|
560
582
|
...this.$attrs,
|
|
561
583
|
data: this.option
|
|
562
584
|
};
|
|
563
|
-
if (this.type === 'textarea') {
|
|
564
|
-
config.type = 'textarea';
|
|
565
|
-
}
|
|
566
585
|
return config;
|
|
567
586
|
},
|
|
568
587
|
icon() {
|
|
@@ -576,6 +595,7 @@ export default {
|
|
|
576
595
|
let flag =
|
|
577
596
|
(this.form &&
|
|
578
597
|
[
|
|
598
|
+
'input',
|
|
579
599
|
'text',
|
|
580
600
|
'textarea',
|
|
581
601
|
'checkbox',
|
|
@@ -697,49 +717,53 @@ export default {
|
|
|
697
717
|
exclAttribute({ data, attrs }) {
|
|
698
718
|
return util.exclAttribute({ data, attrs });
|
|
699
719
|
},
|
|
700
|
-
format(rows) {
|
|
720
|
+
format(rows, flag) {
|
|
701
721
|
const field = this.field || this.prop;
|
|
702
722
|
let data = this.option;
|
|
723
|
+
let str = '';
|
|
703
724
|
if (util.isObject(rows[field])) {
|
|
704
|
-
|
|
725
|
+
str =
|
|
705
726
|
rows[field][this.labelKey] ||
|
|
706
727
|
rows[field]['name'] ||
|
|
707
728
|
rows[field]['label'] ||
|
|
708
|
-
rows[field]['shortName']
|
|
709
|
-
);
|
|
729
|
+
rows[field]['shortName'];
|
|
710
730
|
} else if (Array.isArray(rows[field])) {
|
|
711
731
|
const vals = rows[field].map((item) => {
|
|
712
732
|
if (util.isObject(item)) {
|
|
713
|
-
|
|
733
|
+
str =
|
|
714
734
|
item[this.labelKey] ||
|
|
715
735
|
item['name'] ||
|
|
716
736
|
item['label'] ||
|
|
717
|
-
item['shortName']
|
|
718
|
-
);
|
|
737
|
+
item['shortName'];
|
|
719
738
|
} else {
|
|
720
739
|
if (data && data.length && util.isObject(data[0])) {
|
|
721
|
-
|
|
740
|
+
str = this.getLabel(data, item);
|
|
722
741
|
}
|
|
723
|
-
|
|
742
|
+
str = item;
|
|
724
743
|
}
|
|
725
744
|
});
|
|
726
|
-
|
|
745
|
+
str = vals.join(this.symbol ? this.symbol : '-');
|
|
727
746
|
} else {
|
|
728
747
|
if (this.valueToString) {
|
|
729
748
|
const vals = rows[field].split(',').map((item) => {
|
|
730
749
|
if (data && data.length && util.isObject(data[0])) {
|
|
731
|
-
|
|
750
|
+
str = this.getLabel(data, item);
|
|
732
751
|
}
|
|
733
|
-
|
|
752
|
+
str = item;
|
|
734
753
|
});
|
|
735
|
-
|
|
754
|
+
str = vals.join(this.symbol ? this.symbol : '-');
|
|
736
755
|
} else {
|
|
737
756
|
if (data && data.length && util.isObject(data[0])) {
|
|
738
|
-
|
|
757
|
+
str = this.getLabel(data, rows[field]);
|
|
739
758
|
}
|
|
740
|
-
|
|
759
|
+
str = rows[field];
|
|
741
760
|
}
|
|
742
761
|
}
|
|
762
|
+
if (str && flag) {
|
|
763
|
+
str = str.replace(RegExp('\\n', 'g'), '<br/>');
|
|
764
|
+
str = str.replace(RegExp(' ', 'g'), ' ');
|
|
765
|
+
}
|
|
766
|
+
return str;
|
|
743
767
|
},
|
|
744
768
|
getLabel(obj, val) {
|
|
745
769
|
for (let i = 0; i < obj.length; i++) {
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
:is="tag"
|
|
4
4
|
class="es-data-table"
|
|
5
5
|
label-width="0"
|
|
6
|
+
ref="component"
|
|
6
7
|
v-loading="tableLoading"
|
|
7
8
|
:model="tag === 'div' ? '' : datas"
|
|
8
9
|
:element-loading-text="tableLoadingText"
|
|
@@ -74,6 +75,7 @@
|
|
|
74
75
|
name: name,
|
|
75
76
|
indexs: index,
|
|
76
77
|
form: form,
|
|
78
|
+
readonly: readonly,
|
|
77
79
|
optionData: optionDatas,
|
|
78
80
|
...item
|
|
79
81
|
}"
|
|
@@ -1307,10 +1309,13 @@ export default {
|
|
|
1307
1309
|
});
|
|
1308
1310
|
},
|
|
1309
1311
|
validate(callback) {
|
|
1310
|
-
|
|
1311
|
-
form
|
|
1312
|
-
|
|
1313
|
-
|
|
1312
|
+
console.log(this);
|
|
1313
|
+
if (this.form) {
|
|
1314
|
+
let form = this.elForm || this.$children[0];
|
|
1315
|
+
form.validate((valid) => {
|
|
1316
|
+
callback(valid);
|
|
1317
|
+
});
|
|
1318
|
+
}
|
|
1314
1319
|
},
|
|
1315
1320
|
changeLoading(show, text) {
|
|
1316
1321
|
this.tableLoading = show;
|
|
@@ -442,7 +442,7 @@
|
|
|
442
442
|
>
|
|
443
443
|
<el-button
|
|
444
444
|
v-show="isSubmitButtonShowAgreeAndDisagree != 1"
|
|
445
|
-
v-for="item of btnList.slice(0,
|
|
445
|
+
v-for="item of hideBtn? btnList.slice(0,1) : btnList"
|
|
446
446
|
:key="item.name"
|
|
447
447
|
:type="item.type"
|
|
448
448
|
:style="btnStyle"
|
|
@@ -457,17 +457,18 @@
|
|
|
457
457
|
(!isFlow && (rejectObj.fun || pointsReadingObj.fun || moreList))
|
|
458
458
|
"
|
|
459
459
|
placement="top"
|
|
460
|
+
:class="{'em-flow-more-btn':!hideBtn}"
|
|
460
461
|
trigger="click"
|
|
461
462
|
>
|
|
462
|
-
|
|
463
|
-
<
|
|
464
|
-
class="es-flow-btn"
|
|
465
|
-
style="color: red"
|
|
463
|
+
<div v-if="!isFlow && !hideBtn" class="es-footer-btn">
|
|
464
|
+
<el-button
|
|
466
465
|
v-if="rejectObj.fun"
|
|
467
466
|
@click="rejectBtn"
|
|
467
|
+
style="margin-right:10px"
|
|
468
|
+
type="danger"
|
|
468
469
|
>
|
|
469
|
-
|
|
470
|
-
</
|
|
470
|
+
{{ rejectObj.value }}
|
|
471
|
+
</el-button>
|
|
471
472
|
<el-button
|
|
472
473
|
v-if="pointsReadingObj.fun"
|
|
473
474
|
class="btn"
|
|
@@ -482,8 +483,8 @@
|
|
|
482
483
|
>
|
|
483
484
|
{{ item.value }}
|
|
484
485
|
</el-button>
|
|
485
|
-
</div>
|
|
486
|
-
<el-button-group slot="reference" style="margin: 0px 10px">
|
|
486
|
+
</div>
|
|
487
|
+
<el-button-group slot="reference" style="margin: 0px 10px" v-if="hideBtn">
|
|
487
488
|
<el-button
|
|
488
489
|
v-show="isSubmitButtonShowAgreeAndDisagree != 1"
|
|
489
490
|
v-for="item of btnList.slice(1)"
|
|
@@ -499,7 +500,7 @@
|
|
|
499
500
|
<el-dropdown
|
|
500
501
|
v-if="
|
|
501
502
|
!isFlow &&
|
|
502
|
-
(rejectObj.fun || pointsReadingObj.fun || moreList.length > 0)
|
|
503
|
+
(rejectObj.fun || pointsReadingObj.fun || moreList.length > 0)
|
|
503
504
|
"
|
|
504
505
|
trigger="click"
|
|
505
506
|
placement="top"
|
|
@@ -709,6 +710,7 @@ export default {
|
|
|
709
710
|
typeCode: { type: String, default: '' },
|
|
710
711
|
flowTypeCode: { type: String, default: '' },
|
|
711
712
|
defaultProcessKey: { type: String, default: '' },
|
|
713
|
+
hideBtn: { type: Boolean, default: false },
|
|
712
714
|
btnList: {
|
|
713
715
|
type: Array,
|
|
714
716
|
default: () => [
|
|
@@ -4706,9 +4706,10 @@ export default {
|
|
|
4706
4706
|
let month = ageDate.getMonth() + 1;
|
|
4707
4707
|
let day = ageDate.getDate();
|
|
4708
4708
|
let age = ageDate.getFullYear() - id.substring(6, 10) - 1;
|
|
4709
|
+
let _month = parseInt(id.substring(10, 12), 10);
|
|
4709
4710
|
if (
|
|
4710
|
-
|
|
4711
|
-
(
|
|
4711
|
+
_month < month ||
|
|
4712
|
+
(_month === month && id.substring(12, 14) <= day)
|
|
4712
4713
|
) {
|
|
4713
4714
|
age++;
|
|
4714
4715
|
}
|
|
@@ -235,6 +235,11 @@ export default {
|
|
|
235
235
|
let cls = [];
|
|
236
236
|
let doms = [];
|
|
237
237
|
if (this.readonly) {
|
|
238
|
+
let content = this.text;
|
|
239
|
+
if (this.model) {
|
|
240
|
+
content = this.model.replace(RegExp('\\n', 'g'), '<br/>');
|
|
241
|
+
content = content.replace(RegExp(' ', 'g'), ' ');
|
|
242
|
+
}
|
|
238
243
|
return h(
|
|
239
244
|
'div',
|
|
240
245
|
{
|
|
@@ -245,14 +250,7 @@ export default {
|
|
|
245
250
|
{ 'es-plain': this.plain }
|
|
246
251
|
]
|
|
247
252
|
},
|
|
248
|
-
[
|
|
249
|
-
this.model == '' ||
|
|
250
|
-
this.model == null ||
|
|
251
|
-
this.model == undefined ||
|
|
252
|
-
this.model == NaN
|
|
253
|
-
? this.text
|
|
254
|
-
: this.model
|
|
255
|
-
]
|
|
253
|
+
[content]
|
|
256
254
|
);
|
|
257
255
|
}
|
|
258
256
|
if (this.$slots.prefix) {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.el-button+.es-button-badge,.es-button-badge+.el-button{margin-left:10px}.es-button-badge{vertical-align:unset}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@charset "UTF-8";.commonOpinion-set,.es-flow-index{-webkit-box-orient:vertical;-webkit-box-direction:normal}.es-common-opinions,.es-fenyue-buttons,.es-flow-buttons,.es-flow-title,.es-opinion{padding:0 12px}.es-user-defined{display:-webkit-box;display:-ms-flexbox;display:flex}.es-user-defined .el-button--primary{-webkit-box-flex:1;-ms-flex:1;flex:1}.no-checked .el-checkbox__input{display:none!important}.es-flow-index{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-bottom:12px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.es-flow-index .el-checkbox-group{display:contents}.es-flow-index .es-eidt-title{font-size:13px;color:#333;line-height:20px}.es-flow-index .es-flow-top{height:350px}.es-flow-index .es-flow-top .es-flow-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px}.es-flow-index .es-flow-top .es-flow-title .es-icon{margin:0 4px}.es-flow-index .es-flow-top .es-opinion{display:-webkit-box;display:-ms-flexbox;display:flex;margin:8px 0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.es-flow-index .es-flow-top .es-opinion .es-opinion-file{cursor:pointer;position:relative}.es-flow-index .es-flow-top .es-opinion .es-opinion-file .es-file-num{color:red}.es-flow-index .es-button-agree{width:calc(43% - 15px)}.es-flow-index .es-button-agree-save{margin-top:10px}.commonOpinion-set{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%}.commonOpinion-set .el-table__body-wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1}.es-flow-index-shrink{width:24px}.es-flow-index-shrink img{cursor:pointer;width:24px;height:24px}.es-flow-btn:hover{background-color:#F5F5F5;color:#1890ff}.es-flow-btn:hover ::v-deep .el-popover{padding:12px 0!important}.es-flow-form .el-checkbox-group{display:contents}.es-flow-index .el-input-group--prepend>.el-input__inner,.es-flow-index .select-process>.el-input__inner{display:none!important}.es-flow-form .el-textarea:first-child,.es-flow-index .el-textarea{width:100%;margin-bottom:10px!important}.es-flow-form .es-opinions .el-select,.es-flow-index .el-select{width:calc(100% + 40px)!important}.es-flow-index .el-select .el-input{width:100%;height:40px}.es-flow-index .process .el-select{width:calc(100% + 40px)!important}.es-flow-index .input-with-select .el-input-group__prepend{background-color:#fff;width:100%}.es-flow-index .select-process .el-input-group__append{height:40px}.es-flow-index button.el-button.sub.el-button--primary.el-button--medium{width:calc(100% - 85px)}.es-flow-index .el-input-group--prepend>.el-input-group__append{height:40px}.es-flow-index .demo-dynamic .el-select{width:100%!important}.es-flow-index .demo-dynamic .select-process .el-select,.es-flow-index .demo-dynamic .selectUser,.es-flow-index.task-union-examine .el-select{width:calc(100% + 40px)!important}.es-flow-index .el-input.el-input-group.el-input-group--append.el-input-group--prepend{margin:0!important}.es-flow-index .demo-dynamic,.es-flow-index .es-footer-btn{margin-top:10px}.es-flow-index .es-footer-btn .el-button+.el-button{margin:10px 10px 0 0}.es-flow-index .el-input.is-disabled .el-input__inner{color:#606266}.es-flow-index .btn{margin-right:10px}.es-flow-index .es-info{padding:0 8px;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto;overflow-x:hidden}.es-flow-index .es-info::-webkit-scrollbar{width:5px}.es-flow-index .news{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer;padding:10px 0}.es-flow-index .news .sj,.show{width:10px;height:10px;border-right:1px solid #000;border-bottom:1px solid #000;margin-right:10px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg);-webkit-transition:.5s;transition:.5s}.es-flow-index .news .show{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.es-flow-index .el-checkbox{margin:0 10px 10px 0}.es-flow-index .info::-webkit-scrollbar-track{-webkit-box-shadow:inset006pxrgba(0,0,0,.3);border-radius:10px}::-webkit-scrollbar-thumb{border-radius:10px;background:rgba(0,0,0,.1);-webkit-box-shadow:inset006pxrgba(0,0,0,.5)}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after{right:5px!important}.es-flow-form .input-with-select{width:100%;margin-top:0}.es-flow-form .el-select{width:100%}.es-flow-form .es-opinions .el-select{width:calc(100% + 40px)!important}.select-users .el-input-group__append .el-button span,.select-users .no-icon .el-input-group__append{display:none}.select-users .el-input-group__append{background-color:#1890ff}.select-users .el-input-group__append .el-button i{font-size:18px;color:#fff}.es-flow-form .input-with-select .el-input-group__prepend{background-color:#fff;width:100%}.es-flow-form .el-input-group--prepend>.el-input__inner{display:none!important}.es-flow-form button.el-button.sub.el-button--danger.el-button--medium{width:calc(100% - 85px)}.es-flow-form .el-input-group--prepend>.el-input-group__append{height:40px}.es-flow-form .el-form-item__label{font-weight:700}.es-flow-form .el-input.is-disabled .el-input__inner{color:#000}.select-user{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.select-user .left{width:30%}.select-user .right{padding:3px;width:69%}.select-user .el-checkbox{width:170px;margin-top:11px;margin-bottom:11px}.select-user .all{margin:0!important}
|
|
1
|
+
@charset "UTF-8";.commonOpinion-set,.es-flow-index{-webkit-box-orient:vertical;-webkit-box-direction:normal}.es-common-opinions,.es-fenyue-buttons,.es-flow-buttons,.es-flow-title,.es-opinion{padding:0 12px}.es-user-defined{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.es-user-defined .el-button--primary{-webkit-box-flex:1;-ms-flex:1;flex:1}.no-checked .el-checkbox__input{display:none!important}.es-flow-index{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-bottom:12px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.es-flow-index .em-flow-more-btn{display:block;width:100%}.es-flow-index .el-checkbox-group{display:contents}.es-flow-index .es-eidt-title{font-size:13px;color:#333;line-height:20px}.es-flow-index .es-flow-top{height:350px}.es-flow-index .es-flow-top .es-flow-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px}.es-flow-index .es-flow-top .es-flow-title .es-icon{margin:0 4px}.es-flow-index .es-flow-top .es-opinion{display:-webkit-box;display:-ms-flexbox;display:flex;margin:8px 0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.es-flow-index .es-flow-top .es-opinion .es-opinion-file{cursor:pointer;position:relative}.es-flow-index .es-flow-top .es-opinion .es-opinion-file .es-file-num{color:red}.es-flow-index .es-button-agree{width:calc(43% - 15px)}.es-flow-index .es-button-agree-save{margin-top:10px}.commonOpinion-set{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%}.commonOpinion-set .el-table__body-wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1}.es-flow-index-shrink{width:24px}.es-flow-index-shrink img{cursor:pointer;width:24px;height:24px}.es-flow-btn:hover{background-color:#F5F5F5;color:#1890ff}.es-flow-btn:hover ::v-deep .el-popover{padding:12px 0!important}.es-flow-form .el-checkbox-group{display:contents}.es-flow-index .el-input-group--prepend>.el-input__inner,.es-flow-index .select-process>.el-input__inner{display:none!important}.es-flow-form .el-textarea:first-child,.es-flow-index .el-textarea{width:100%;margin-bottom:10px!important}.es-flow-form .es-opinions .el-select,.es-flow-index .el-select{width:calc(100% + 40px)!important}.es-flow-index .el-select .el-input{width:100%;height:40px}.es-flow-index .process .el-select{width:calc(100% + 40px)!important}.es-flow-index .input-with-select .el-input-group__prepend{background-color:#fff;width:100%}.es-flow-index .select-process .el-input-group__append{height:40px}.es-flow-index button.el-button.sub.el-button--primary.el-button--medium{width:calc(100% - 85px)}.es-flow-index .el-input-group--prepend>.el-input-group__append{height:40px}.es-flow-index .demo-dynamic .el-select{width:100%!important}.es-flow-index .demo-dynamic .select-process .el-select,.es-flow-index .demo-dynamic .selectUser,.es-flow-index.task-union-examine .el-select{width:calc(100% + 40px)!important}.es-flow-index .el-input.el-input-group.el-input-group--append.el-input-group--prepend{margin:0!important}.es-flow-index .demo-dynamic,.es-flow-index .es-footer-btn{margin-top:10px}.es-flow-index .es-footer-btn .el-button+.el-button{margin:10px 10px 0 0}.es-flow-index .el-input.is-disabled .el-input__inner{color:#606266}.es-flow-index .btn{margin-right:10px}.es-flow-index .es-info{padding:0 8px;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto;overflow-x:hidden}.es-flow-index .es-info::-webkit-scrollbar{width:5px}.es-flow-index .news{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer;padding:10px 0}.es-flow-index .news .sj,.show{width:10px;height:10px;border-right:1px solid #000;border-bottom:1px solid #000;margin-right:10px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg);-webkit-transition:.5s;transition:.5s}.es-flow-index .news .show{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.es-flow-index .el-checkbox{margin:0 10px 10px 0}.es-flow-index .info::-webkit-scrollbar-track{-webkit-box-shadow:inset006pxrgba(0,0,0,.3);border-radius:10px}::-webkit-scrollbar-thumb{border-radius:10px;background:rgba(0,0,0,.1);-webkit-box-shadow:inset006pxrgba(0,0,0,.5)}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after{right:5px!important}.es-flow-form .input-with-select{width:100%;margin-top:0}.es-flow-form .el-select{width:100%}.es-flow-form .es-opinions .el-select{width:calc(100% + 40px)!important}.select-users .el-input-group__append .el-button span,.select-users .no-icon .el-input-group__append{display:none}.select-users .el-input-group__append{background-color:#1890ff}.select-users .el-input-group__append .el-button i{font-size:18px;color:#fff}.es-flow-form .input-with-select .el-input-group__prepend{background-color:#fff;width:100%}.es-flow-form .el-input-group--prepend>.el-input__inner{display:none!important}.es-flow-form button.el-button.sub.el-button--danger.el-button--medium{width:calc(100% - 85px)}.es-flow-form .el-input-group--prepend>.el-input-group__append{height:40px}.es-flow-form .el-form-item__label{font-weight:700}.es-flow-form .el-input.is-disabled .el-input__inner{color:#000}.select-user{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.select-user .left{width:30%}.select-user .right{padding:3px;width:69%}.select-user .el-checkbox{width:170px;margin-top:11px;margin-bottom:11px}.select-user .all{margin:0!important}
|