kmkf-work-order-service-component 0.4.0-alpha.1 → 0.4.0-alpha.10
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/esm/FormRender/index.d.ts +3 -1
- package/dist/esm/FormRender/index.js +104 -40
- package/dist/esm/FormRender/index.less +6 -0
- package/dist/esm/ShopList/index.d.ts +19 -0
- package/dist/esm/ShopList/index.js +88 -0
- package/dist/esm/WorkOrder/components/CustomizeWorkOrderList/index.js +11 -3
- package/dist/esm/WorkOrder/components/CustomizeWorkOrderList/index.less +83 -0
- package/dist/esm/WorkOrder/components/Widget/common/formItemWrap.d.ts +1 -2
- package/dist/esm/WorkOrder/components/Widget/common/formItemWrap.js +2 -16
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/model/customizeWorkOrder/api.d.ts +6 -1
- package/dist/esm/model/customizeWorkOrder/api.js +26 -0
- package/dist/esm/model/customizeWorkOrder/types.d.ts +5 -0
- package/package.json +1 -1
- package/dist/esm/WorkOrder/components/CustomizeWorkOrderList/components/CustomizeFormModal/index.d.ts +0 -17
- package/dist/esm/WorkOrder/components/CustomizeWorkOrderList/components/CustomizeFormModal/index.js +0 -681
- package/dist/esm/WorkOrder/components/CustomizeWorkOrderList/components/CustomizeFormModal/index.less +0 -134
@@ -1,134 +0,0 @@
|
|
1
|
-
.customizeFormModalWrapper {
|
2
|
-
p,
|
3
|
-
lable {
|
4
|
-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
|
5
|
-
'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
|
6
|
-
'Noto Color Emoji';
|
7
|
-
}
|
8
|
-
.ant-modal-body {
|
9
|
-
overflow-x: hidden;
|
10
|
-
overflow-y: auto;
|
11
|
-
}
|
12
|
-
.ant-select.ant-select-single.ant-select-show-arrow.ant-select-show-search {
|
13
|
-
margin-bottom: 8px;
|
14
|
-
}
|
15
|
-
.ant-picker-suffix,
|
16
|
-
.ant-select-arrow svg {
|
17
|
-
color: #4e5969;
|
18
|
-
}
|
19
|
-
.status-payment--basic {
|
20
|
-
.ant-row.ant-form-item {
|
21
|
-
margin-bottom: 5px;
|
22
|
-
}
|
23
|
-
}
|
24
|
-
.ant-modal-footer {
|
25
|
-
margin-top: 20px;
|
26
|
-
}
|
27
|
-
.ant-input[disabled],
|
28
|
-
.ant-input-number-disabled {
|
29
|
-
border: none;
|
30
|
-
}
|
31
|
-
.ant-select-disabled .ant-select-arrow svg {
|
32
|
-
color: #c9cdd4;
|
33
|
-
}
|
34
|
-
}
|
35
|
-
|
36
|
-
.customizeFormModalClassName {
|
37
|
-
:global(.goods-uploaded-state) {
|
38
|
-
margin: 6px 0 5px 0;
|
39
|
-
padding-left: 7px;
|
40
|
-
font-size: 12px;
|
41
|
-
}
|
42
|
-
|
43
|
-
:global(.ant-picker) {
|
44
|
-
width: 100%;
|
45
|
-
|
46
|
-
box-shadow: none;
|
47
|
-
// background: #f2f3f5;
|
48
|
-
// border: none;
|
49
|
-
|
50
|
-
input {
|
51
|
-
&::placeholder {
|
52
|
-
color: #86909c;
|
53
|
-
}
|
54
|
-
}
|
55
|
-
|
56
|
-
&:hover {
|
57
|
-
border-color: #4583ff;
|
58
|
-
}
|
59
|
-
}
|
60
|
-
|
61
|
-
:global(.ant-radio-inner) {
|
62
|
-
background-color: #fff;
|
63
|
-
}
|
64
|
-
|
65
|
-
:global(.ant-select) {
|
66
|
-
width: 100% !important;
|
67
|
-
|
68
|
-
.ant-select-selector {
|
69
|
-
background: #f2f3f5 !important;
|
70
|
-
}
|
71
|
-
}
|
72
|
-
|
73
|
-
:global(.ant-form-item) {
|
74
|
-
margin-bottom: 8px;
|
75
|
-
}
|
76
|
-
|
77
|
-
:global(.ant-form-item .ant-form-item-label) {
|
78
|
-
padding: 0px;
|
79
|
-
}
|
80
|
-
|
81
|
-
:global(.ant-form-item-label) {
|
82
|
-
position: relative;
|
83
|
-
max-width: 100px;
|
84
|
-
overflow: initial;
|
85
|
-
color: rgba(0, 0, 0, 0.55);
|
86
|
-
// font-weight: bold;
|
87
|
-
font-size: 14px;
|
88
|
-
white-space: normal;
|
89
|
-
text-align: left;
|
90
|
-
}
|
91
|
-
|
92
|
-
:global(.form-item-label--index .ant-form-item-label label) {
|
93
|
-
// padding-left: 23px;
|
94
|
-
text-align: left;
|
95
|
-
// font-family: 'PingFangSC-Semibold';
|
96
|
-
|
97
|
-
// &[title='处理客服'] {
|
98
|
-
// padding-left: 0;
|
99
|
-
// font-weight: lighter;
|
100
|
-
// font-family: 'PingFangSC-Regular';
|
101
|
-
// }
|
102
|
-
}
|
103
|
-
|
104
|
-
:global(.label-title--index) {
|
105
|
-
position: absolute;
|
106
|
-
color: #86909c;
|
107
|
-
font-family: 'PingFangSC-Semibold';
|
108
|
-
}
|
109
|
-
|
110
|
-
:global(.goods-title) {
|
111
|
-
color: #4e5969;
|
112
|
-
font-size: 12px;
|
113
|
-
}
|
114
|
-
|
115
|
-
:global(div.ant-form-item.invoice-title--basic label) {
|
116
|
-
padding-left: 0;
|
117
|
-
font-weight: normal;
|
118
|
-
font-family: 'PingFangSC-Regular';
|
119
|
-
}
|
120
|
-
|
121
|
-
:global(.payment-widgets--basic div.ant-form-item-label label) {
|
122
|
-
padding-left: 0;
|
123
|
-
font-weight: lighter;
|
124
|
-
font-family: 'PingFangSC-Regular';
|
125
|
-
}
|
126
|
-
}
|
127
|
-
|
128
|
-
.tipBox {
|
129
|
-
position: sticky;
|
130
|
-
top: -24px;
|
131
|
-
z-index: 1;
|
132
|
-
color: #e99d42;
|
133
|
-
background-color: #fff;
|
134
|
-
}
|