meixioacomponent 0.2.55 → 0.2.58
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/meixioacomponent.common.js +55 -51
- package/lib/meixioacomponent.umd.js +55 -51
- package/lib/meixioacomponent.umd.min.js +7 -7
- package/lib/style/element/index.css +25 -107
- package/package.json +2 -2
- package/packages/components/proForm/dialogForm/baseDialogForm.vue +6 -1
- package/packages/components/style/element/index.css +25 -107
|
@@ -3285,13 +3285,7 @@
|
|
|
3285
3285
|
.el-button--mini.is-circle {
|
|
3286
3286
|
padding: 7px;
|
|
3287
3287
|
}
|
|
3288
|
-
|
|
3289
|
-
border-color: transparent;
|
|
3290
|
-
color: var(--color-primary);
|
|
3291
|
-
background: 0 0;
|
|
3292
|
-
padding-left: 0;
|
|
3293
|
-
padding-right: 0;
|
|
3294
|
-
}
|
|
3288
|
+
|
|
3295
3289
|
.el-button--text:focus,
|
|
3296
3290
|
.el-button--text:hover {
|
|
3297
3291
|
color: #3375e1;
|
|
@@ -5176,7 +5170,7 @@
|
|
|
5176
5170
|
z-index: -1;
|
|
5177
5171
|
}
|
|
5178
5172
|
.el-radio-button__orig-radio:checked + .el-radio-button__inner {
|
|
5179
|
-
color: var(--
|
|
5173
|
+
color: var(--text-color);
|
|
5180
5174
|
background-color: var(--color-primary);
|
|
5181
5175
|
border-color: var(--color-primary);
|
|
5182
5176
|
-webkit-box-shadow: -1px 0 0 0 var(--color-primary);
|
|
@@ -5366,18 +5360,7 @@
|
|
|
5366
5360
|
background-color: var(--color-primary);
|
|
5367
5361
|
border-color: var(--color-primary);
|
|
5368
5362
|
}
|
|
5369
|
-
|
|
5370
|
-
content: "";
|
|
5371
|
-
position: absolute;
|
|
5372
|
-
display: block;
|
|
5373
|
-
background-color: var(--bg-white);
|
|
5374
|
-
height: 2px;
|
|
5375
|
-
-webkit-transform: scale(0.5);
|
|
5376
|
-
transform: scale(0.5);
|
|
5377
|
-
left: 0;
|
|
5378
|
-
right: 0;
|
|
5379
|
-
top: 5px;
|
|
5380
|
-
}
|
|
5363
|
+
|
|
5381
5364
|
.el-checkbox__input.is-indeterminate .el-checkbox__inner::after {
|
|
5382
5365
|
display: none;
|
|
5383
5366
|
}
|
|
@@ -6934,13 +6917,7 @@
|
|
|
6934
6917
|
.el-button--mini.is-circle {
|
|
6935
6918
|
padding: 7px;
|
|
6936
6919
|
}
|
|
6937
|
-
|
|
6938
|
-
border-color: transparent;
|
|
6939
|
-
color: var(--color-primary);
|
|
6940
|
-
background: 0 0;
|
|
6941
|
-
padding-left: 0;
|
|
6942
|
-
padding-right: 0;
|
|
6943
|
-
}
|
|
6920
|
+
|
|
6944
6921
|
.el-button--text:focus,
|
|
6945
6922
|
.el-button--text:hover {
|
|
6946
6923
|
color: #3375e1;
|
|
@@ -7206,18 +7183,7 @@
|
|
|
7206
7183
|
background-color: var(--color-primary);
|
|
7207
7184
|
border-color: var(--color-primary);
|
|
7208
7185
|
}
|
|
7209
|
-
|
|
7210
|
-
content: "";
|
|
7211
|
-
position: absolute;
|
|
7212
|
-
display: block;
|
|
7213
|
-
background-color: var(--bg-white);
|
|
7214
|
-
height: 2px;
|
|
7215
|
-
-webkit-transform: scale(0.5);
|
|
7216
|
-
transform: scale(0.5);
|
|
7217
|
-
left: 0;
|
|
7218
|
-
right: 0;
|
|
7219
|
-
top: 5px;
|
|
7220
|
-
}
|
|
7186
|
+
|
|
7221
7187
|
.el-checkbox__input.is-indeterminate .el-checkbox__inner::after {
|
|
7222
7188
|
display: none;
|
|
7223
7189
|
}
|
|
@@ -8309,18 +8275,7 @@
|
|
|
8309
8275
|
background-color: var(--color-primary);
|
|
8310
8276
|
border-color: var(--color-primary);
|
|
8311
8277
|
}
|
|
8312
|
-
|
|
8313
|
-
content: "";
|
|
8314
|
-
position: absolute;
|
|
8315
|
-
display: block;
|
|
8316
|
-
background-color: var(--bg-white);
|
|
8317
|
-
height: 2px;
|
|
8318
|
-
-webkit-transform: scale(0.5);
|
|
8319
|
-
transform: scale(0.5);
|
|
8320
|
-
left: 0;
|
|
8321
|
-
right: 0;
|
|
8322
|
-
top: 5px;
|
|
8323
|
-
}
|
|
8278
|
+
|
|
8324
8279
|
.el-checkbox__input.is-indeterminate .el-checkbox__inner::after {
|
|
8325
8280
|
display: none;
|
|
8326
8281
|
}
|
|
@@ -12590,13 +12545,7 @@
|
|
|
12590
12545
|
.el-button--mini.is-circle {
|
|
12591
12546
|
padding: 7px;
|
|
12592
12547
|
}
|
|
12593
|
-
|
|
12594
|
-
border-color: transparent;
|
|
12595
|
-
color: var(--color-primary);
|
|
12596
|
-
background: 0 0;
|
|
12597
|
-
padding-left: 0;
|
|
12598
|
-
padding-right: 0;
|
|
12599
|
-
}
|
|
12548
|
+
|
|
12600
12549
|
.el-button--text:focus,
|
|
12601
12550
|
.el-button--text:hover {
|
|
12602
12551
|
color: #3375e1;
|
|
@@ -14657,7 +14606,7 @@
|
|
|
14657
14606
|
content: "";
|
|
14658
14607
|
position: absolute;
|
|
14659
14608
|
display: block;
|
|
14660
|
-
background-color: var(--
|
|
14609
|
+
background-color: var(--text-white);
|
|
14661
14610
|
height: 2px;
|
|
14662
14611
|
-webkit-transform: scale(0.5);
|
|
14663
14612
|
transform: scale(0.5);
|
|
@@ -14942,7 +14891,7 @@
|
|
|
14942
14891
|
display: block;
|
|
14943
14892
|
}
|
|
14944
14893
|
.el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
|
|
14945
|
-
background-color:
|
|
14894
|
+
background-color: var(--hover-light-primary);
|
|
14946
14895
|
}
|
|
14947
14896
|
.el-alert {
|
|
14948
14897
|
width: 100%;
|
|
@@ -20947,18 +20896,7 @@
|
|
|
20947
20896
|
background-color: var(--color-primary);
|
|
20948
20897
|
border-color: var(--color-primary);
|
|
20949
20898
|
}
|
|
20950
|
-
|
|
20951
|
-
content: "";
|
|
20952
|
-
position: absolute;
|
|
20953
|
-
display: block;
|
|
20954
|
-
background-color: var(--color-error);
|
|
20955
|
-
height: 2px;
|
|
20956
|
-
-webkit-transform: scale(0.5);
|
|
20957
|
-
transform: scale(0.5);
|
|
20958
|
-
left: 0;
|
|
20959
|
-
right: 0;
|
|
20960
|
-
top: 5px;
|
|
20961
|
-
}
|
|
20899
|
+
|
|
20962
20900
|
.el-checkbox__input.is-indeterminate .el-checkbox__inner::after {
|
|
20963
20901
|
display: none;
|
|
20964
20902
|
}
|
|
@@ -22779,13 +22717,7 @@
|
|
|
22779
22717
|
.el-button--mini.is-circle {
|
|
22780
22718
|
padding: 7px;
|
|
22781
22719
|
}
|
|
22782
|
-
|
|
22783
|
-
border-color: transparent;
|
|
22784
|
-
color: var(--color-primary);
|
|
22785
|
-
background: 0 0;
|
|
22786
|
-
padding-left: 0;
|
|
22787
|
-
padding-right: 0;
|
|
22788
|
-
}
|
|
22720
|
+
|
|
22789
22721
|
.el-button--text:focus,
|
|
22790
22722
|
.el-button--text:hover {
|
|
22791
22723
|
color: #3375e1;
|
|
@@ -23051,18 +22983,7 @@
|
|
|
23051
22983
|
background-color: var(--color-primary);
|
|
23052
22984
|
border-color: var(--color-primary);
|
|
23053
22985
|
}
|
|
23054
|
-
|
|
23055
|
-
content: "";
|
|
23056
|
-
position: absolute;
|
|
23057
|
-
display: block;
|
|
23058
|
-
background-color: var(--bg-white);
|
|
23059
|
-
height: 2px;
|
|
23060
|
-
-webkit-transform: scale(0.5);
|
|
23061
|
-
transform: scale(0.5);
|
|
23062
|
-
left: 0;
|
|
23063
|
-
right: 0;
|
|
23064
|
-
top: 5px;
|
|
23065
|
-
}
|
|
22986
|
+
|
|
23066
22987
|
.el-checkbox__input.is-indeterminate .el-checkbox__inner::after {
|
|
23067
22988
|
display: none;
|
|
23068
22989
|
}
|
|
@@ -24362,16 +24283,24 @@
|
|
|
24362
24283
|
padding-left: 0;
|
|
24363
24284
|
padding-right: 0;
|
|
24364
24285
|
}
|
|
24365
|
-
.el-button--text
|
|
24366
|
-
|
|
24367
|
-
color:
|
|
24286
|
+
.el-button--primary-text {
|
|
24287
|
+
border-color: transparent;
|
|
24288
|
+
color: var(--color-primary);
|
|
24289
|
+
background: 0 0;
|
|
24290
|
+
padding-left: 0;
|
|
24291
|
+
padding-right: 0;
|
|
24292
|
+
}
|
|
24293
|
+
.el-button--primary-text:focus,
|
|
24294
|
+
.el-button--primary-text:hover {
|
|
24368
24295
|
border-color: transparent;
|
|
24369
24296
|
background-color: transparent;
|
|
24297
|
+
color: var(--color-active-primary);
|
|
24370
24298
|
}
|
|
24299
|
+
|
|
24371
24300
|
.el-button--text:active {
|
|
24372
|
-
color: #1f5b6c;
|
|
24373
24301
|
border-color: transparent;
|
|
24374
24302
|
background-color: transparent;
|
|
24303
|
+
color: var(--color-active-primary);
|
|
24375
24304
|
}
|
|
24376
24305
|
.el-button--text.is-disabled,
|
|
24377
24306
|
.el-button--text.is-disabled:focus,
|
|
@@ -24756,18 +24685,7 @@
|
|
|
24756
24685
|
background-color: var(--color-primary);
|
|
24757
24686
|
border-color: var(--color-primary);
|
|
24758
24687
|
}
|
|
24759
|
-
|
|
24760
|
-
content: "";
|
|
24761
|
-
position: absolute;
|
|
24762
|
-
display: block;
|
|
24763
|
-
background-color: var(--bg-white);
|
|
24764
|
-
height: 2px;
|
|
24765
|
-
-webkit-transform: scale(0.5);
|
|
24766
|
-
transform: scale(0.5);
|
|
24767
|
-
left: 0;
|
|
24768
|
-
right: 0;
|
|
24769
|
-
top: 5px;
|
|
24770
|
-
}
|
|
24688
|
+
|
|
24771
24689
|
.el-checkbox__input.is-indeterminate .el-checkbox__inner::after {
|
|
24772
24690
|
display: none;
|
|
24773
24691
|
}
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
:width="width"
|
|
7
7
|
:onDrag="onDrag"
|
|
8
8
|
:isDestroy="true"
|
|
9
|
-
:contentHeight="
|
|
9
|
+
:contentHeight="contentHeight"
|
|
10
10
|
@destroy="destroyForDialog"
|
|
11
11
|
>
|
|
12
12
|
<div
|
|
@@ -126,6 +126,11 @@ export default {
|
|
|
126
126
|
type: Number,
|
|
127
127
|
default: null,
|
|
128
128
|
},
|
|
129
|
+
|
|
130
|
+
contentHeight: {
|
|
131
|
+
type: String,
|
|
132
|
+
default: "50vh",
|
|
133
|
+
},
|
|
129
134
|
},
|
|
130
135
|
components: {
|
|
131
136
|
pro_formVue,
|
|
@@ -3285,13 +3285,7 @@
|
|
|
3285
3285
|
.el-button--mini.is-circle {
|
|
3286
3286
|
padding: 7px;
|
|
3287
3287
|
}
|
|
3288
|
-
|
|
3289
|
-
border-color: transparent;
|
|
3290
|
-
color: var(--color-primary);
|
|
3291
|
-
background: 0 0;
|
|
3292
|
-
padding-left: 0;
|
|
3293
|
-
padding-right: 0;
|
|
3294
|
-
}
|
|
3288
|
+
|
|
3295
3289
|
.el-button--text:focus,
|
|
3296
3290
|
.el-button--text:hover {
|
|
3297
3291
|
color: #3375e1;
|
|
@@ -5176,7 +5170,7 @@
|
|
|
5176
5170
|
z-index: -1;
|
|
5177
5171
|
}
|
|
5178
5172
|
.el-radio-button__orig-radio:checked + .el-radio-button__inner {
|
|
5179
|
-
color: var(--
|
|
5173
|
+
color: var(--text-color);
|
|
5180
5174
|
background-color: var(--color-primary);
|
|
5181
5175
|
border-color: var(--color-primary);
|
|
5182
5176
|
-webkit-box-shadow: -1px 0 0 0 var(--color-primary);
|
|
@@ -5366,18 +5360,7 @@
|
|
|
5366
5360
|
background-color: var(--color-primary);
|
|
5367
5361
|
border-color: var(--color-primary);
|
|
5368
5362
|
}
|
|
5369
|
-
|
|
5370
|
-
content: "";
|
|
5371
|
-
position: absolute;
|
|
5372
|
-
display: block;
|
|
5373
|
-
background-color: var(--bg-white);
|
|
5374
|
-
height: 2px;
|
|
5375
|
-
-webkit-transform: scale(0.5);
|
|
5376
|
-
transform: scale(0.5);
|
|
5377
|
-
left: 0;
|
|
5378
|
-
right: 0;
|
|
5379
|
-
top: 5px;
|
|
5380
|
-
}
|
|
5363
|
+
|
|
5381
5364
|
.el-checkbox__input.is-indeterminate .el-checkbox__inner::after {
|
|
5382
5365
|
display: none;
|
|
5383
5366
|
}
|
|
@@ -6934,13 +6917,7 @@
|
|
|
6934
6917
|
.el-button--mini.is-circle {
|
|
6935
6918
|
padding: 7px;
|
|
6936
6919
|
}
|
|
6937
|
-
|
|
6938
|
-
border-color: transparent;
|
|
6939
|
-
color: var(--color-primary);
|
|
6940
|
-
background: 0 0;
|
|
6941
|
-
padding-left: 0;
|
|
6942
|
-
padding-right: 0;
|
|
6943
|
-
}
|
|
6920
|
+
|
|
6944
6921
|
.el-button--text:focus,
|
|
6945
6922
|
.el-button--text:hover {
|
|
6946
6923
|
color: #3375e1;
|
|
@@ -7206,18 +7183,7 @@
|
|
|
7206
7183
|
background-color: var(--color-primary);
|
|
7207
7184
|
border-color: var(--color-primary);
|
|
7208
7185
|
}
|
|
7209
|
-
|
|
7210
|
-
content: "";
|
|
7211
|
-
position: absolute;
|
|
7212
|
-
display: block;
|
|
7213
|
-
background-color: var(--bg-white);
|
|
7214
|
-
height: 2px;
|
|
7215
|
-
-webkit-transform: scale(0.5);
|
|
7216
|
-
transform: scale(0.5);
|
|
7217
|
-
left: 0;
|
|
7218
|
-
right: 0;
|
|
7219
|
-
top: 5px;
|
|
7220
|
-
}
|
|
7186
|
+
|
|
7221
7187
|
.el-checkbox__input.is-indeterminate .el-checkbox__inner::after {
|
|
7222
7188
|
display: none;
|
|
7223
7189
|
}
|
|
@@ -8309,18 +8275,7 @@
|
|
|
8309
8275
|
background-color: var(--color-primary);
|
|
8310
8276
|
border-color: var(--color-primary);
|
|
8311
8277
|
}
|
|
8312
|
-
|
|
8313
|
-
content: "";
|
|
8314
|
-
position: absolute;
|
|
8315
|
-
display: block;
|
|
8316
|
-
background-color: var(--bg-white);
|
|
8317
|
-
height: 2px;
|
|
8318
|
-
-webkit-transform: scale(0.5);
|
|
8319
|
-
transform: scale(0.5);
|
|
8320
|
-
left: 0;
|
|
8321
|
-
right: 0;
|
|
8322
|
-
top: 5px;
|
|
8323
|
-
}
|
|
8278
|
+
|
|
8324
8279
|
.el-checkbox__input.is-indeterminate .el-checkbox__inner::after {
|
|
8325
8280
|
display: none;
|
|
8326
8281
|
}
|
|
@@ -12590,13 +12545,7 @@
|
|
|
12590
12545
|
.el-button--mini.is-circle {
|
|
12591
12546
|
padding: 7px;
|
|
12592
12547
|
}
|
|
12593
|
-
|
|
12594
|
-
border-color: transparent;
|
|
12595
|
-
color: var(--color-primary);
|
|
12596
|
-
background: 0 0;
|
|
12597
|
-
padding-left: 0;
|
|
12598
|
-
padding-right: 0;
|
|
12599
|
-
}
|
|
12548
|
+
|
|
12600
12549
|
.el-button--text:focus,
|
|
12601
12550
|
.el-button--text:hover {
|
|
12602
12551
|
color: #3375e1;
|
|
@@ -14657,7 +14606,7 @@
|
|
|
14657
14606
|
content: "";
|
|
14658
14607
|
position: absolute;
|
|
14659
14608
|
display: block;
|
|
14660
|
-
background-color: var(--
|
|
14609
|
+
background-color: var(--text-white);
|
|
14661
14610
|
height: 2px;
|
|
14662
14611
|
-webkit-transform: scale(0.5);
|
|
14663
14612
|
transform: scale(0.5);
|
|
@@ -14942,7 +14891,7 @@
|
|
|
14942
14891
|
display: block;
|
|
14943
14892
|
}
|
|
14944
14893
|
.el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
|
|
14945
|
-
background-color:
|
|
14894
|
+
background-color: var(--hover-light-primary);
|
|
14946
14895
|
}
|
|
14947
14896
|
.el-alert {
|
|
14948
14897
|
width: 100%;
|
|
@@ -20947,18 +20896,7 @@
|
|
|
20947
20896
|
background-color: var(--color-primary);
|
|
20948
20897
|
border-color: var(--color-primary);
|
|
20949
20898
|
}
|
|
20950
|
-
|
|
20951
|
-
content: "";
|
|
20952
|
-
position: absolute;
|
|
20953
|
-
display: block;
|
|
20954
|
-
background-color: var(--color-error);
|
|
20955
|
-
height: 2px;
|
|
20956
|
-
-webkit-transform: scale(0.5);
|
|
20957
|
-
transform: scale(0.5);
|
|
20958
|
-
left: 0;
|
|
20959
|
-
right: 0;
|
|
20960
|
-
top: 5px;
|
|
20961
|
-
}
|
|
20899
|
+
|
|
20962
20900
|
.el-checkbox__input.is-indeterminate .el-checkbox__inner::after {
|
|
20963
20901
|
display: none;
|
|
20964
20902
|
}
|
|
@@ -22779,13 +22717,7 @@
|
|
|
22779
22717
|
.el-button--mini.is-circle {
|
|
22780
22718
|
padding: 7px;
|
|
22781
22719
|
}
|
|
22782
|
-
|
|
22783
|
-
border-color: transparent;
|
|
22784
|
-
color: var(--color-primary);
|
|
22785
|
-
background: 0 0;
|
|
22786
|
-
padding-left: 0;
|
|
22787
|
-
padding-right: 0;
|
|
22788
|
-
}
|
|
22720
|
+
|
|
22789
22721
|
.el-button--text:focus,
|
|
22790
22722
|
.el-button--text:hover {
|
|
22791
22723
|
color: #3375e1;
|
|
@@ -23051,18 +22983,7 @@
|
|
|
23051
22983
|
background-color: var(--color-primary);
|
|
23052
22984
|
border-color: var(--color-primary);
|
|
23053
22985
|
}
|
|
23054
|
-
|
|
23055
|
-
content: "";
|
|
23056
|
-
position: absolute;
|
|
23057
|
-
display: block;
|
|
23058
|
-
background-color: var(--bg-white);
|
|
23059
|
-
height: 2px;
|
|
23060
|
-
-webkit-transform: scale(0.5);
|
|
23061
|
-
transform: scale(0.5);
|
|
23062
|
-
left: 0;
|
|
23063
|
-
right: 0;
|
|
23064
|
-
top: 5px;
|
|
23065
|
-
}
|
|
22986
|
+
|
|
23066
22987
|
.el-checkbox__input.is-indeterminate .el-checkbox__inner::after {
|
|
23067
22988
|
display: none;
|
|
23068
22989
|
}
|
|
@@ -24362,16 +24283,24 @@
|
|
|
24362
24283
|
padding-left: 0;
|
|
24363
24284
|
padding-right: 0;
|
|
24364
24285
|
}
|
|
24365
|
-
.el-button--text
|
|
24366
|
-
|
|
24367
|
-
color:
|
|
24286
|
+
.el-button--primary-text {
|
|
24287
|
+
border-color: transparent;
|
|
24288
|
+
color: var(--color-primary);
|
|
24289
|
+
background: 0 0;
|
|
24290
|
+
padding-left: 0;
|
|
24291
|
+
padding-right: 0;
|
|
24292
|
+
}
|
|
24293
|
+
.el-button--primary-text:focus,
|
|
24294
|
+
.el-button--primary-text:hover {
|
|
24368
24295
|
border-color: transparent;
|
|
24369
24296
|
background-color: transparent;
|
|
24297
|
+
color: var(--color-active-primary);
|
|
24370
24298
|
}
|
|
24299
|
+
|
|
24371
24300
|
.el-button--text:active {
|
|
24372
|
-
color: #1f5b6c;
|
|
24373
24301
|
border-color: transparent;
|
|
24374
24302
|
background-color: transparent;
|
|
24303
|
+
color: var(--color-active-primary);
|
|
24375
24304
|
}
|
|
24376
24305
|
.el-button--text.is-disabled,
|
|
24377
24306
|
.el-button--text.is-disabled:focus,
|
|
@@ -24756,18 +24685,7 @@
|
|
|
24756
24685
|
background-color: var(--color-primary);
|
|
24757
24686
|
border-color: var(--color-primary);
|
|
24758
24687
|
}
|
|
24759
|
-
|
|
24760
|
-
content: "";
|
|
24761
|
-
position: absolute;
|
|
24762
|
-
display: block;
|
|
24763
|
-
background-color: var(--bg-white);
|
|
24764
|
-
height: 2px;
|
|
24765
|
-
-webkit-transform: scale(0.5);
|
|
24766
|
-
transform: scale(0.5);
|
|
24767
|
-
left: 0;
|
|
24768
|
-
right: 0;
|
|
24769
|
-
top: 5px;
|
|
24770
|
-
}
|
|
24688
|
+
|
|
24771
24689
|
.el-checkbox__input.is-indeterminate .el-checkbox__inner::after {
|
|
24772
24690
|
display: none;
|
|
24773
24691
|
}
|