meixioacomponent 0.3.57 → 0.3.60
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 +56 -51
- package/lib/meixioacomponent.umd.js +56 -51
- package/lib/meixioacomponent.umd.min.js +7 -7
- package/lib/style/element/index.css +19 -38
- package/package.json +1 -1
- package/packages/components/index.js +3 -1
- package/packages/components/proPageTable/oa_pro_table.vue +0 -23
- package/packages/components/style/element/index.css +19 -38
- package/src/component/test.vue +4 -2
- package/src/config/CompanyInfoConfig.js +1 -26
|
@@ -3613,15 +3613,7 @@
|
|
|
3613
3613
|
border-color: #004ac3;
|
|
3614
3614
|
}
|
|
3615
3615
|
|
|
3616
|
-
|
|
3617
|
-
.el-button.is-disabled:focus,
|
|
3618
|
-
.el-button.is-disabled:hover {
|
|
3619
|
-
color: #8f959e;
|
|
3620
|
-
cursor: not-allowed;
|
|
3621
|
-
background-image: none;
|
|
3622
|
-
background-color: var(--bg-white);
|
|
3623
|
-
border-color: #dee0e3;
|
|
3624
|
-
}
|
|
3616
|
+
|
|
3625
3617
|
|
|
3626
3618
|
.el-button.is-disabled.el-button--text {
|
|
3627
3619
|
background-color: transparent;
|
|
@@ -7833,15 +7825,7 @@
|
|
|
7833
7825
|
border-color: #004ac3;
|
|
7834
7826
|
}
|
|
7835
7827
|
|
|
7836
|
-
|
|
7837
|
-
.el-button.is-disabled:focus,
|
|
7838
|
-
.el-button.is-disabled:hover {
|
|
7839
|
-
color: #8f959e;
|
|
7840
|
-
cursor: not-allowed;
|
|
7841
|
-
background-image: none;
|
|
7842
|
-
background-color: var(--bg-white);
|
|
7843
|
-
border-color: #dee0e3;
|
|
7844
|
-
}
|
|
7828
|
+
|
|
7845
7829
|
|
|
7846
7830
|
.el-button.is-disabled.el-button--text {
|
|
7847
7831
|
background-color: transparent;
|
|
@@ -9193,6 +9177,8 @@
|
|
|
9193
9177
|
border-right-width: 0;
|
|
9194
9178
|
border-bottom-width: 0;
|
|
9195
9179
|
padding: 0;
|
|
9180
|
+
border-right: 1px solid var(--color-table-border) !important;
|
|
9181
|
+
border-bottom: 1px solid var(--color-table-border) !important;
|
|
9196
9182
|
}
|
|
9197
9183
|
|
|
9198
9184
|
.el-table .el-table__cell.is-hidden>* {
|
|
@@ -9346,7 +9332,11 @@
|
|
|
9346
9332
|
|
|
9347
9333
|
.el-table--border th.el-table__cell.gutter:last-of-type {
|
|
9348
9334
|
border-right: 1px solid var(--color-table-border);
|
|
9335
|
+
border-bottom: 1px solid var(--color-table-border);
|
|
9349
9336
|
border-bottom-width: 1px;
|
|
9337
|
+
border-right: var(--color-table-border) !important;
|
|
9338
|
+
border-bottom: 1px solid var(--color-table-border) !important;
|
|
9339
|
+
|
|
9350
9340
|
}
|
|
9351
9341
|
|
|
9352
9342
|
.el-table--border th.el-table__cell {
|
|
@@ -9366,6 +9356,7 @@
|
|
|
9366
9356
|
overflow-y: hidden;
|
|
9367
9357
|
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
|
|
9368
9358
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
|
|
9359
|
+
|
|
9369
9360
|
}
|
|
9370
9361
|
|
|
9371
9362
|
.el-table__fixed-right::before,
|
|
@@ -9378,6 +9369,11 @@
|
|
|
9378
9369
|
height: 1px;
|
|
9379
9370
|
background-color: #dee0e3;
|
|
9380
9371
|
z-index: 4;
|
|
9372
|
+
|
|
9373
|
+
/* */
|
|
9374
|
+
border-color: var(--color-table-border) !important;
|
|
9375
|
+
background: transparent !important;
|
|
9376
|
+
border-bottom: 0px solid var(--color-table-border) !important;
|
|
9381
9377
|
}
|
|
9382
9378
|
|
|
9383
9379
|
.el-table__fixed-right-patch {
|
|
@@ -9386,6 +9382,7 @@
|
|
|
9386
9382
|
right: 0;
|
|
9387
9383
|
background-color: var(--bg-white);
|
|
9388
9384
|
border-right: 1px solid var(--color-table-border);
|
|
9385
|
+
border-bottom: 1px solid var(--color-table-border) !important ;
|
|
9389
9386
|
}
|
|
9390
9387
|
|
|
9391
9388
|
.el-table__fixed-right {
|
|
@@ -14485,7 +14482,7 @@
|
|
|
14485
14482
|
color: #8f959e;
|
|
14486
14483
|
cursor: not-allowed;
|
|
14487
14484
|
background-image: none;
|
|
14488
|
-
background-color:
|
|
14485
|
+
background-color: transparent;
|
|
14489
14486
|
border-color: #dee0e3;
|
|
14490
14487
|
}
|
|
14491
14488
|
|
|
@@ -14496,7 +14493,7 @@
|
|
|
14496
14493
|
.el-button.is-disabled.is-plain,
|
|
14497
14494
|
.el-button.is-disabled.is-plain:focus,
|
|
14498
14495
|
.el-button.is-disabled.is-plain:hover {
|
|
14499
|
-
background-color:
|
|
14496
|
+
background-color: transparent;
|
|
14500
14497
|
border-color: #dee0e3;
|
|
14501
14498
|
color: #8f959e;
|
|
14502
14499
|
}
|
|
@@ -26515,15 +26512,7 @@
|
|
|
26515
26512
|
border-color: #004ac3;
|
|
26516
26513
|
}
|
|
26517
26514
|
|
|
26518
|
-
|
|
26519
|
-
.el-button.is-disabled:focus,
|
|
26520
|
-
.el-button.is-disabled:hover {
|
|
26521
|
-
color: #8f959e;
|
|
26522
|
-
cursor: not-allowed;
|
|
26523
|
-
background-image: none;
|
|
26524
|
-
background-color: var(--bg-white);
|
|
26525
|
-
border-color: #dee0e3;
|
|
26526
|
-
}
|
|
26515
|
+
|
|
26527
26516
|
|
|
26528
26517
|
.el-button.is-disabled.el-button--text {
|
|
26529
26518
|
background-color: transparent;
|
|
@@ -28307,15 +28296,7 @@
|
|
|
28307
28296
|
border-color: #1f5b6c;
|
|
28308
28297
|
}
|
|
28309
28298
|
|
|
28310
|
-
|
|
28311
|
-
.el-button.is-disabled:focus,
|
|
28312
|
-
.el-button.is-disabled:hover {
|
|
28313
|
-
color: #8f959e;
|
|
28314
|
-
cursor: not-allowed;
|
|
28315
|
-
background-image: none;
|
|
28316
|
-
background-color: var(--bg-white);
|
|
28317
|
-
border-color: #dee0e3;
|
|
28318
|
-
}
|
|
28299
|
+
|
|
28319
28300
|
|
|
28320
28301
|
.el-button.is-disabled.el-button--text {
|
|
28321
28302
|
background-color: transparent;
|
package/package.json
CHANGED
|
@@ -46,6 +46,7 @@ import useImg from '../config/use/UseImg'
|
|
|
46
46
|
import UseDrag from '../config/use/useDrag'
|
|
47
47
|
import useUpload from '../config/use/UseUpload'
|
|
48
48
|
import useFixedHeader from '../config/use/useFixedHeader'
|
|
49
|
+
import useCropper from '../config/use/useCropper'
|
|
49
50
|
|
|
50
51
|
const meixicomponents = [
|
|
51
52
|
baseAnchor,
|
|
@@ -91,7 +92,7 @@ const install = (Vue) => {
|
|
|
91
92
|
Vue.component(component.name, component)
|
|
92
93
|
})
|
|
93
94
|
Vue.use(DynamicMount)
|
|
94
|
-
Vue.use(VueCropper)
|
|
95
|
+
Vue.use(VueCropper)
|
|
95
96
|
}
|
|
96
97
|
|
|
97
98
|
if (typeof window !== 'undefined' && window.Vue) {
|
|
@@ -144,5 +145,6 @@ export default {
|
|
|
144
145
|
UseDrag,
|
|
145
146
|
useUpload,
|
|
146
147
|
useFixedHeader,
|
|
148
|
+
useCropper,
|
|
147
149
|
DynamicMountClass,
|
|
148
150
|
}
|
|
@@ -978,29 +978,6 @@ export default {
|
|
|
978
978
|
box-sizing: border-box;
|
|
979
979
|
padding-top: var(--padding-5);
|
|
980
980
|
}
|
|
981
|
-
|
|
982
|
-
/deep/ .el-table__fixed,
|
|
983
|
-
/deep/ .el-table__fixed-right,
|
|
984
|
-
/deep/.el-table__fixed-right-patch {
|
|
985
|
-
border-color: var(--color-table-border) !important;
|
|
986
|
-
background: var(--color-table-border) !important;
|
|
987
|
-
border-bottom: 1px solid var(--color-table-border) !important ;
|
|
988
|
-
&::before {
|
|
989
|
-
border-color: var(--color-table-border) !important;
|
|
990
|
-
background: var(--color-table-border) !important;
|
|
991
|
-
border-bottom: 1px solid var(--color-table-border) !important ;
|
|
992
|
-
}
|
|
993
|
-
}
|
|
994
|
-
/deep/ .el-table__cell {
|
|
995
|
-
.gutter {
|
|
996
|
-
border-right: 1px solid var(--color-table-border) !important;
|
|
997
|
-
border-bottom: 1px solid var(--color-table-border) !important;
|
|
998
|
-
&:last-of-type {
|
|
999
|
-
border-right: var(--color-table-border) !important;
|
|
1000
|
-
border-bottom: 1px solid var(--color-table-border) !important;
|
|
1001
|
-
}
|
|
1002
|
-
}
|
|
1003
|
-
}
|
|
1004
981
|
}
|
|
1005
982
|
.no-auth {
|
|
1006
983
|
display: flex;
|
|
@@ -3613,15 +3613,7 @@
|
|
|
3613
3613
|
border-color: #004ac3;
|
|
3614
3614
|
}
|
|
3615
3615
|
|
|
3616
|
-
|
|
3617
|
-
.el-button.is-disabled:focus,
|
|
3618
|
-
.el-button.is-disabled:hover {
|
|
3619
|
-
color: #8f959e;
|
|
3620
|
-
cursor: not-allowed;
|
|
3621
|
-
background-image: none;
|
|
3622
|
-
background-color: var(--bg-white);
|
|
3623
|
-
border-color: #dee0e3;
|
|
3624
|
-
}
|
|
3616
|
+
|
|
3625
3617
|
|
|
3626
3618
|
.el-button.is-disabled.el-button--text {
|
|
3627
3619
|
background-color: transparent;
|
|
@@ -7833,15 +7825,7 @@
|
|
|
7833
7825
|
border-color: #004ac3;
|
|
7834
7826
|
}
|
|
7835
7827
|
|
|
7836
|
-
|
|
7837
|
-
.el-button.is-disabled:focus,
|
|
7838
|
-
.el-button.is-disabled:hover {
|
|
7839
|
-
color: #8f959e;
|
|
7840
|
-
cursor: not-allowed;
|
|
7841
|
-
background-image: none;
|
|
7842
|
-
background-color: var(--bg-white);
|
|
7843
|
-
border-color: #dee0e3;
|
|
7844
|
-
}
|
|
7828
|
+
|
|
7845
7829
|
|
|
7846
7830
|
.el-button.is-disabled.el-button--text {
|
|
7847
7831
|
background-color: transparent;
|
|
@@ -9193,6 +9177,8 @@
|
|
|
9193
9177
|
border-right-width: 0;
|
|
9194
9178
|
border-bottom-width: 0;
|
|
9195
9179
|
padding: 0;
|
|
9180
|
+
border-right: 1px solid var(--color-table-border) !important;
|
|
9181
|
+
border-bottom: 1px solid var(--color-table-border) !important;
|
|
9196
9182
|
}
|
|
9197
9183
|
|
|
9198
9184
|
.el-table .el-table__cell.is-hidden>* {
|
|
@@ -9346,7 +9332,11 @@
|
|
|
9346
9332
|
|
|
9347
9333
|
.el-table--border th.el-table__cell.gutter:last-of-type {
|
|
9348
9334
|
border-right: 1px solid var(--color-table-border);
|
|
9335
|
+
border-bottom: 1px solid var(--color-table-border);
|
|
9349
9336
|
border-bottom-width: 1px;
|
|
9337
|
+
border-right: var(--color-table-border) !important;
|
|
9338
|
+
border-bottom: 1px solid var(--color-table-border) !important;
|
|
9339
|
+
|
|
9350
9340
|
}
|
|
9351
9341
|
|
|
9352
9342
|
.el-table--border th.el-table__cell {
|
|
@@ -9366,6 +9356,7 @@
|
|
|
9366
9356
|
overflow-y: hidden;
|
|
9367
9357
|
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
|
|
9368
9358
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
|
|
9359
|
+
|
|
9369
9360
|
}
|
|
9370
9361
|
|
|
9371
9362
|
.el-table__fixed-right::before,
|
|
@@ -9378,6 +9369,11 @@
|
|
|
9378
9369
|
height: 1px;
|
|
9379
9370
|
background-color: #dee0e3;
|
|
9380
9371
|
z-index: 4;
|
|
9372
|
+
|
|
9373
|
+
/* */
|
|
9374
|
+
border-color: var(--color-table-border) !important;
|
|
9375
|
+
background: transparent !important;
|
|
9376
|
+
border-bottom: 0px solid var(--color-table-border) !important;
|
|
9381
9377
|
}
|
|
9382
9378
|
|
|
9383
9379
|
.el-table__fixed-right-patch {
|
|
@@ -9386,6 +9382,7 @@
|
|
|
9386
9382
|
right: 0;
|
|
9387
9383
|
background-color: var(--bg-white);
|
|
9388
9384
|
border-right: 1px solid var(--color-table-border);
|
|
9385
|
+
border-bottom: 1px solid var(--color-table-border) !important ;
|
|
9389
9386
|
}
|
|
9390
9387
|
|
|
9391
9388
|
.el-table__fixed-right {
|
|
@@ -14485,7 +14482,7 @@
|
|
|
14485
14482
|
color: #8f959e;
|
|
14486
14483
|
cursor: not-allowed;
|
|
14487
14484
|
background-image: none;
|
|
14488
|
-
background-color:
|
|
14485
|
+
background-color: transparent;
|
|
14489
14486
|
border-color: #dee0e3;
|
|
14490
14487
|
}
|
|
14491
14488
|
|
|
@@ -14496,7 +14493,7 @@
|
|
|
14496
14493
|
.el-button.is-disabled.is-plain,
|
|
14497
14494
|
.el-button.is-disabled.is-plain:focus,
|
|
14498
14495
|
.el-button.is-disabled.is-plain:hover {
|
|
14499
|
-
background-color:
|
|
14496
|
+
background-color: transparent;
|
|
14500
14497
|
border-color: #dee0e3;
|
|
14501
14498
|
color: #8f959e;
|
|
14502
14499
|
}
|
|
@@ -26515,15 +26512,7 @@
|
|
|
26515
26512
|
border-color: #004ac3;
|
|
26516
26513
|
}
|
|
26517
26514
|
|
|
26518
|
-
|
|
26519
|
-
.el-button.is-disabled:focus,
|
|
26520
|
-
.el-button.is-disabled:hover {
|
|
26521
|
-
color: #8f959e;
|
|
26522
|
-
cursor: not-allowed;
|
|
26523
|
-
background-image: none;
|
|
26524
|
-
background-color: var(--bg-white);
|
|
26525
|
-
border-color: #dee0e3;
|
|
26526
|
-
}
|
|
26515
|
+
|
|
26527
26516
|
|
|
26528
26517
|
.el-button.is-disabled.el-button--text {
|
|
26529
26518
|
background-color: transparent;
|
|
@@ -28307,15 +28296,7 @@
|
|
|
28307
28296
|
border-color: #1f5b6c;
|
|
28308
28297
|
}
|
|
28309
28298
|
|
|
28310
|
-
|
|
28311
|
-
.el-button.is-disabled:focus,
|
|
28312
|
-
.el-button.is-disabled:hover {
|
|
28313
|
-
color: #8f959e;
|
|
28314
|
-
cursor: not-allowed;
|
|
28315
|
-
background-image: none;
|
|
28316
|
-
background-color: var(--bg-white);
|
|
28317
|
-
border-color: #dee0e3;
|
|
28318
|
-
}
|
|
28299
|
+
|
|
28319
28300
|
|
|
28320
28301
|
.el-button.is-disabled.el-button--text {
|
|
28321
28302
|
background-color: transparent;
|
package/src/component/test.vue
CHANGED
|
@@ -360,7 +360,9 @@ export default {
|
|
|
360
360
|
</template>
|
|
361
361
|
|
|
362
362
|
<!-- 自定义模板列 -->
|
|
363
|
-
<template v-slot:
|
|
363
|
+
<template v-slot:gmtCreate="data">
|
|
364
|
+
<el-button type="text" :disabled="false">222</el-button>
|
|
365
|
+
</template>
|
|
364
366
|
<template v-slot:address="data">template-{{ data.scope }}</template>
|
|
365
367
|
</base-pro-table>
|
|
366
368
|
</div>
|
|
@@ -506,7 +508,7 @@ export default {
|
|
|
506
508
|
lock: 'right',
|
|
507
509
|
// lock: false,
|
|
508
510
|
width: 280,
|
|
509
|
-
template:
|
|
511
|
+
template: true,
|
|
510
512
|
},
|
|
511
513
|
]
|
|
512
514
|
},
|
|
@@ -13,32 +13,7 @@ class CompanyInfoConfig extends LinkViewClass {
|
|
|
13
13
|
this.tableData = [
|
|
14
14
|
{ firmName: 1 },
|
|
15
15
|
{ firmName: '这是一段八个字的文字' },
|
|
16
|
-
|
|
17
|
-
{ firmName: 4 },
|
|
18
|
-
{ firmName: 5 },
|
|
19
|
-
{ firmName: 6 },
|
|
20
|
-
{ firmName: 7 },
|
|
21
|
-
{ firmName: 1 },
|
|
22
|
-
{ firmName: '这是一段八个字的文字' },
|
|
23
|
-
{ firmName: 3 },
|
|
24
|
-
{ firmName: 4 },
|
|
25
|
-
{ firmName: 5 },
|
|
26
|
-
{ firmName: 6 },
|
|
27
|
-
{ firmName: 7 },
|
|
28
|
-
{ firmName: 1 },
|
|
29
|
-
{ firmName: '这是一段八个字的文字' },
|
|
30
|
-
{ firmName: 3 },
|
|
31
|
-
{ firmName: 4 },
|
|
32
|
-
{ firmName: 5 },
|
|
33
|
-
{ firmName: 6 },
|
|
34
|
-
{ firmName: 7 },
|
|
35
|
-
{ firmName: 1 },
|
|
36
|
-
{ firmName: '这是一段八个字的文字' },
|
|
37
|
-
{ firmName: 3 },
|
|
38
|
-
{ firmName: 4 },
|
|
39
|
-
{ firmName: 5 },
|
|
40
|
-
{ firmName: 6 },
|
|
41
|
-
{ firmName: 7 },
|
|
16
|
+
|
|
42
17
|
]
|
|
43
18
|
}
|
|
44
19
|
}
|