@zscreate/form-component 1.1.703 → 1.1.705
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/form-component.css +77 -75
- package/dist/form-component.umd.js +151 -513
- package/package.json +1 -1
package/dist/form-component.css
CHANGED
|
@@ -1965,7 +1965,7 @@ li.CodeMirror-hint-active {
|
|
|
1965
1965
|
}
|
|
1966
1966
|
|
|
1967
1967
|
|
|
1968
|
-
[data-v-
|
|
1968
|
+
[data-v-1aad17d9] .ant-select-selection__rendered::after {
|
|
1969
1969
|
content: "";
|
|
1970
1970
|
display: none;
|
|
1971
1971
|
height: 0;
|
|
@@ -3815,31 +3815,33 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3815
3815
|
}
|
|
3816
3816
|
|
|
3817
3817
|
|
|
3818
|
-
[data-v-
|
|
3818
|
+
[data-v-b03bbbfe] .ant-upload-picture-card-wrapper {
|
|
3819
3819
|
display: flex;
|
|
3820
3820
|
align-items: center;
|
|
3821
3821
|
}
|
|
3822
|
-
[data-v-
|
|
3822
|
+
[data-v-b03bbbfe] .ant-upload-list {
|
|
3823
3823
|
display: flex;
|
|
3824
3824
|
}
|
|
3825
|
-
[data-v-
|
|
3825
|
+
[data-v-b03bbbfe] .ant-upload.ant-upload-select-picture-card {
|
|
3826
3826
|
width: var(--img-upload-list-item-width);
|
|
3827
3827
|
height: var(--img-upload-list-item-height);
|
|
3828
3828
|
}
|
|
3829
|
-
[data-v-
|
|
3829
|
+
[data-v-b03bbbfe] .ant-upload-list-item,[data-v-b03bbbfe] .ant-upload-list-picture-card-container {
|
|
3830
3830
|
width: var(--img-upload-list-item-width);
|
|
3831
3831
|
height: var(--img-upload-list-item-height);
|
|
3832
3832
|
}
|
|
3833
|
-
[data-v-
|
|
3833
|
+
[data-v-b03bbbfe] .ant-upload-list-picture-card .ant-upload-list-item,[data-v-b03bbbfe] .ant-upload-list-picture-card-container {
|
|
3834
3834
|
margin: 0 ;
|
|
3835
3835
|
margin-right: 8px;
|
|
3836
3836
|
}
|
|
3837
|
-
[data-v-
|
|
3838
|
-
width:
|
|
3839
|
-
|
|
3837
|
+
[data-v-b03bbbfe] .ant-modal {
|
|
3838
|
+
max-width: 100vw;
|
|
3839
|
+
max-height: 100vh;
|
|
3840
3840
|
}
|
|
3841
|
-
[data-v-
|
|
3841
|
+
[data-v-b03bbbfe] .ant-modal .ant-modal-body {
|
|
3842
3842
|
padding-top: 35px !important;
|
|
3843
|
+
max-height: calc(100vh - 55px);
|
|
3844
|
+
overflow: auto;
|
|
3843
3845
|
}
|
|
3844
3846
|
|
|
3845
3847
|
|
|
@@ -5120,46 +5122,46 @@ div {
|
|
|
5120
5122
|
align-items: center;
|
|
5121
5123
|
}
|
|
5122
5124
|
|
|
5123
|
-
.t-border[data-v-
|
|
5125
|
+
.t-border[data-v-2cba71f6] {
|
|
5124
5126
|
border-right: 1px solid #333;
|
|
5125
5127
|
border-bottom: 1px solid #333;
|
|
5126
5128
|
}
|
|
5127
|
-
[data-v-
|
|
5129
|
+
[data-v-2cba71f6] * {
|
|
5128
5130
|
font-size: var(--paperFontSize);
|
|
5129
5131
|
}
|
|
5130
|
-
[data-v-
|
|
5132
|
+
[data-v-2cba71f6] .custom_form_item {
|
|
5131
5133
|
height: -moz-fit-content;
|
|
5132
5134
|
height: fit-content;
|
|
5133
5135
|
}
|
|
5134
|
-
.save-pdf[data-v-
|
|
5136
|
+
.save-pdf[data-v-2cba71f6] .ant-input {
|
|
5135
5137
|
border: none !important;
|
|
5136
5138
|
}
|
|
5137
|
-
.save-pdf[data-v-
|
|
5139
|
+
.save-pdf[data-v-2cba71f6] .ant-select-selection {
|
|
5138
5140
|
border: none !important;
|
|
5139
5141
|
}
|
|
5140
|
-
.save-pdf[data-v-
|
|
5142
|
+
.save-pdf[data-v-2cba71f6] .ant-select-arrow svg {
|
|
5141
5143
|
display: none;
|
|
5142
5144
|
}
|
|
5143
|
-
.save-pdf[data-v-
|
|
5145
|
+
.save-pdf[data-v-2cba71f6] .ant-upload.ant-upload-select-picture-card {
|
|
5144
5146
|
display: none;
|
|
5145
5147
|
}
|
|
5146
|
-
.save-pdf[data-v-
|
|
5148
|
+
.save-pdf[data-v-2cba71f6] .anticon svg {
|
|
5147
5149
|
display: none;
|
|
5148
5150
|
}
|
|
5149
|
-
.save-pdf[data-v-
|
|
5151
|
+
.save-pdf[data-v-2cba71f6] .ant-time-picker-input {
|
|
5150
5152
|
border: none !important;
|
|
5151
5153
|
}
|
|
5152
|
-
.save-pdf[data-v-
|
|
5154
|
+
.save-pdf[data-v-2cba71f6] .ant-upload.ant-upload-select {
|
|
5153
5155
|
display: none;
|
|
5154
5156
|
}
|
|
5155
5157
|
/**打印非固定高度标签 高度不确定bug**/
|
|
5156
|
-
.computed-wrap[data-v-
|
|
5158
|
+
.computed-wrap[data-v-2cba71f6] {
|
|
5157
5159
|
background: #f5f5f5;
|
|
5158
5160
|
}
|
|
5159
|
-
.computed-wrap .item[data-v-
|
|
5161
|
+
.computed-wrap .item[data-v-2cba71f6] {
|
|
5160
5162
|
display: flex;
|
|
5161
5163
|
}
|
|
5162
|
-
.computed-wrap .item > div[data-v-
|
|
5164
|
+
.computed-wrap .item > div[data-v-2cba71f6] {
|
|
5163
5165
|
height: 35px;
|
|
5164
5166
|
line-height: 35px;
|
|
5165
5167
|
flex: 1;
|
|
@@ -5167,130 +5169,130 @@ div {
|
|
|
5167
5169
|
border-bottom: 1px solid #000;
|
|
5168
5170
|
text-align: center;
|
|
5169
5171
|
}
|
|
5170
|
-
.computed-wrap .item > div + div[data-v-
|
|
5172
|
+
.computed-wrap .item > div + div[data-v-2cba71f6] {
|
|
5171
5173
|
flex: 2;
|
|
5172
5174
|
}
|
|
5173
|
-
.layout .paper[data-v-
|
|
5175
|
+
.layout .paper[data-v-2cba71f6] {
|
|
5174
5176
|
position: relative;
|
|
5175
5177
|
}
|
|
5176
|
-
.layout .paper .form-title[data-v-
|
|
5178
|
+
.layout .paper .form-title[data-v-2cba71f6] {
|
|
5177
5179
|
text-align: center;
|
|
5178
5180
|
font-weight: 600;
|
|
5179
5181
|
font-size: 16px;
|
|
5180
5182
|
min-height: 40px;
|
|
5181
5183
|
line-height: 30px;
|
|
5182
5184
|
}
|
|
5183
|
-
.row-item[data-v-
|
|
5185
|
+
.row-item[data-v-2cba71f6] {
|
|
5184
5186
|
height: -moz-fit-content;
|
|
5185
5187
|
height: fit-content;
|
|
5186
5188
|
/**打印非固定高度标签 高度不确定bug**/
|
|
5187
5189
|
}
|
|
5188
|
-
.no-row-item[data-v-
|
|
5190
|
+
.no-row-item[data-v-2cba71f6] {
|
|
5189
5191
|
border-right: none;
|
|
5190
5192
|
border-bottom: none;
|
|
5191
5193
|
}
|
|
5192
5194
|
/****page边框内的 ***/
|
|
5193
|
-
.page-border[data-v-
|
|
5195
|
+
.page-border[data-v-2cba71f6] {
|
|
5194
5196
|
background: #fff;
|
|
5195
5197
|
box-sizing: border-box;
|
|
5196
5198
|
}
|
|
5197
|
-
.page-border .row-item[data-v-
|
|
5199
|
+
.page-border .row-item[data-v-2cba71f6]:first-child {
|
|
5198
5200
|
border-top: 1px solid #000;
|
|
5199
5201
|
}
|
|
5200
|
-
.page-border .row-item[data-v-
|
|
5202
|
+
.page-border .row-item[data-v-2cba71f6] {
|
|
5201
5203
|
border-left: 1px solid #000;
|
|
5202
5204
|
}
|
|
5203
|
-
.page-border .item-bottom[data-v-
|
|
5205
|
+
.page-border .item-bottom[data-v-2cba71f6] {
|
|
5204
5206
|
border-bottom: 1px solid #000;
|
|
5205
5207
|
}
|
|
5206
|
-
.page-border .row-item[data-v-
|
|
5208
|
+
.page-border .row-item[data-v-2cba71f6]:not(:last-child) {
|
|
5207
5209
|
position: relative;
|
|
5208
5210
|
}
|
|
5209
|
-
.page-border li.sortable-chosen[data-v-
|
|
5211
|
+
.page-border li.sortable-chosen[data-v-2cba71f6] {
|
|
5210
5212
|
height: 2px !important;
|
|
5211
5213
|
overflow: hidden !important;
|
|
5212
5214
|
background: red !important;
|
|
5213
5215
|
}
|
|
5214
|
-
.page-border .ant-time-picker-panel[data-v-
|
|
5216
|
+
.page-border .ant-time-picker-panel[data-v-2cba71f6] {
|
|
5215
5217
|
z-index: 200000 !important;
|
|
5216
5218
|
}
|
|
5217
|
-
.page-border .ant-calendar-picker-container[data-v-
|
|
5219
|
+
.page-border .ant-calendar-picker-container[data-v-2cba71f6] {
|
|
5218
5220
|
z-index: 200000 !important;
|
|
5219
5221
|
}
|
|
5220
|
-
[data-v-
|
|
5222
|
+
[data-v-2cba71f6] .ant-time-picker-panel {
|
|
5221
5223
|
z-index: 9999 !important;
|
|
5222
5224
|
}
|
|
5223
|
-
.ant-calendar-picker-container[data-v-
|
|
5225
|
+
.ant-calendar-picker-container[data-v-2cba71f6] {
|
|
5224
5226
|
z-index: 200000 !important;
|
|
5225
5227
|
}
|
|
5226
|
-
[data-v-
|
|
5228
|
+
[data-v-2cba71f6] .ant-form-item-children {
|
|
5227
5229
|
display: block;
|
|
5228
5230
|
}
|
|
5229
|
-
[data-v-
|
|
5231
|
+
[data-v-2cba71f6] .ant-form-item {
|
|
5230
5232
|
width: 100%;
|
|
5231
5233
|
height: 100%;
|
|
5232
5234
|
margin-bottom: 0;
|
|
5233
5235
|
display: flex;
|
|
5234
5236
|
}
|
|
5235
|
-
[data-v-
|
|
5237
|
+
[data-v-2cba71f6] .ant-form-item .is_required::before {
|
|
5236
5238
|
content: "*";
|
|
5237
5239
|
color: #f56c6c;
|
|
5238
5240
|
margin-right: 4px;
|
|
5239
5241
|
}
|
|
5240
|
-
[data-v-
|
|
5242
|
+
[data-v-2cba71f6] .ant-form-item .ant-form-item-label {
|
|
5241
5243
|
border-right: 1px solid #000;
|
|
5242
5244
|
}
|
|
5243
|
-
[data-v-
|
|
5245
|
+
[data-v-2cba71f6] .ant-form-item .ant-form-item-label label {
|
|
5244
5246
|
display: flex;
|
|
5245
5247
|
justify-content: center;
|
|
5246
5248
|
align-items: center;
|
|
5247
5249
|
height: 100%;
|
|
5248
5250
|
}
|
|
5249
|
-
[data-v-
|
|
5251
|
+
[data-v-2cba71f6] .ant-form-item .ant-form-item-label > label.ant-form-item-no-colon::after {
|
|
5250
5252
|
display: none;
|
|
5251
5253
|
}
|
|
5252
|
-
[data-v-
|
|
5254
|
+
[data-v-2cba71f6] .ant-form-item .ant-form-item-control-wrapper {
|
|
5253
5255
|
display: flex;
|
|
5254
5256
|
align-items: center;
|
|
5255
5257
|
text-align: left;
|
|
5256
5258
|
}
|
|
5257
|
-
[data-v-
|
|
5259
|
+
[data-v-2cba71f6] .ant-form-item .ant-form-item-control {
|
|
5258
5260
|
width: 98%;
|
|
5259
5261
|
margin: 0 auto;
|
|
5260
5262
|
}
|
|
5261
|
-
[data-v-
|
|
5263
|
+
[data-v-2cba71f6] .ant-form-item .is_required::before {
|
|
5262
5264
|
content: "*";
|
|
5263
5265
|
color: #f56c6c;
|
|
5264
5266
|
margin-right: 4px;
|
|
5265
5267
|
}
|
|
5266
|
-
.row-table[data-v-
|
|
5268
|
+
.row-table[data-v-2cba71f6] {
|
|
5267
5269
|
display: flex;
|
|
5268
5270
|
}
|
|
5269
|
-
.row-table[data-v-
|
|
5270
|
-
.row-table[data-v-
|
|
5271
|
+
.row-table[data-v-2cba71f6] .ant-spin-container,
|
|
5272
|
+
.row-table[data-v-2cba71f6] {
|
|
5271
5273
|
display: flex;
|
|
5272
5274
|
width: 100%;
|
|
5273
5275
|
}
|
|
5274
|
-
.row-table[data-v-
|
|
5275
|
-
.row-table .table-left[data-v-
|
|
5276
|
+
.row-table[data-v-2cba71f6] .ant-spin-container .table-left,
|
|
5277
|
+
.row-table .table-left[data-v-2cba71f6] {
|
|
5276
5278
|
width: 100px;
|
|
5277
5279
|
text-align: center;
|
|
5278
5280
|
border-right: 1px solid #333;
|
|
5279
5281
|
border-bottom: 1px solid #333;
|
|
5280
5282
|
position: relative;
|
|
5281
5283
|
}
|
|
5282
|
-
.row-table[data-v-
|
|
5283
|
-
.row-table .table-left p[data-v-
|
|
5284
|
+
.row-table[data-v-2cba71f6] .ant-spin-container .table-left p,
|
|
5285
|
+
.row-table .table-left p[data-v-2cba71f6] {
|
|
5284
5286
|
position: absolute;
|
|
5285
5287
|
top: 50%;
|
|
5286
5288
|
left: 50%;
|
|
5287
5289
|
transform: translate(-50%, -50%);
|
|
5288
5290
|
}
|
|
5289
|
-
.row-table[data-v-
|
|
5290
|
-
.row-table .table-right[data-v-
|
|
5291
|
+
.row-table[data-v-2cba71f6] .ant-spin-container .table-right,
|
|
5292
|
+
.row-table .table-right[data-v-2cba71f6] {
|
|
5291
5293
|
flex: 1;
|
|
5292
5294
|
}
|
|
5293
|
-
.table-content[data-v-
|
|
5295
|
+
.table-content[data-v-2cba71f6] {
|
|
5294
5296
|
width: 100%;
|
|
5295
5297
|
height: 40px;
|
|
5296
5298
|
line-height: 40px;
|
|
@@ -5299,11 +5301,11 @@ div {
|
|
|
5299
5301
|
border-bottom: 1px solid #333;
|
|
5300
5302
|
border-right: 1px solid #333;
|
|
5301
5303
|
}
|
|
5302
|
-
.sub-table-col[data-v-
|
|
5304
|
+
.sub-table-col[data-v-2cba71f6] {
|
|
5303
5305
|
display: flex;
|
|
5304
5306
|
box-sizing: border-box;
|
|
5305
5307
|
}
|
|
5306
|
-
.sub-table-col > span[data-v-
|
|
5308
|
+
.sub-table-col > span[data-v-2cba71f6] {
|
|
5307
5309
|
flex: 2;
|
|
5308
5310
|
border-bottom: 1px solid #000;
|
|
5309
5311
|
border-right: 1px solid #000;
|
|
@@ -5311,34 +5313,34 @@ div {
|
|
|
5311
5313
|
line-height: 40px;
|
|
5312
5314
|
text-align: center;
|
|
5313
5315
|
}
|
|
5314
|
-
.sub-table-col > .last-one[data-v-
|
|
5316
|
+
.sub-table-col > .last-one[data-v-2cba71f6] {
|
|
5315
5317
|
width: 87px;
|
|
5316
5318
|
flex: 0 0 87px;
|
|
5317
5319
|
border-right: 1px solid #333;
|
|
5318
5320
|
border-bottom: 1px solid #333;
|
|
5319
5321
|
}
|
|
5320
|
-
.sub-table-col-no-border > span[data-v-
|
|
5322
|
+
.sub-table-col-no-border > span[data-v-2cba71f6] {
|
|
5321
5323
|
border: none;
|
|
5322
5324
|
height: auto;
|
|
5323
5325
|
width: 0;
|
|
5324
5326
|
}
|
|
5325
|
-
.sub-table-col-no-border > .sub-table-title[data-v-
|
|
5326
|
-
.sub-table-col-no-border > .sub-table-item[data-v-
|
|
5327
|
+
.sub-table-col-no-border > .sub-table-title[data-v-2cba71f6]:last-child,
|
|
5328
|
+
.sub-table-col-no-border > .sub-table-item[data-v-2cba71f6]:last-child {
|
|
5327
5329
|
border-right: none !important;
|
|
5328
5330
|
}
|
|
5329
|
-
.sub-table-col-no-border > .last-one[data-v-
|
|
5331
|
+
.sub-table-col-no-border > .last-one[data-v-2cba71f6] {
|
|
5330
5332
|
width: 87px;
|
|
5331
5333
|
flex: 0 0 87px;
|
|
5332
5334
|
display: flex;
|
|
5333
5335
|
justify-content: center;
|
|
5334
5336
|
align-items: center;
|
|
5335
5337
|
}
|
|
5336
|
-
.pagiAfter + .row-item[data-v-
|
|
5338
|
+
.pagiAfter + .row-item[data-v-2cba71f6] {
|
|
5337
5339
|
border-top-width: 1px;
|
|
5338
5340
|
border-top-style: solid;
|
|
5339
5341
|
}
|
|
5340
5342
|
/* 选择所有后面还有其他非.hiddenWidget的.row-item元素的.hasWidgetAfter */
|
|
5341
|
-
.row-item:not(:last-child) .hasWidgetAfter[data-v-
|
|
5343
|
+
.row-item:not(:last-child) .hasWidgetAfter[data-v-2cba71f6] {
|
|
5342
5344
|
/* 为这些.hasWidgetAfter设置样式 */
|
|
5343
5345
|
width: calc(100% + 1px);
|
|
5344
5346
|
border-left-width: 1px;
|
|
@@ -5347,7 +5349,7 @@ div {
|
|
|
5347
5349
|
border-right-style: solid;
|
|
5348
5350
|
left: -1px;
|
|
5349
5351
|
}
|
|
5350
|
-
.row-item:not(:last-child):has(+ .row-item.hiddenWidget) .hasWidgetAfter[data-v-
|
|
5352
|
+
.row-item:not(:last-child):has(+ .row-item.hiddenWidget) .hasWidgetAfter[data-v-2cba71f6] {
|
|
5351
5353
|
/* 为这些.hasWidgetAfter设置样式 */
|
|
5352
5354
|
width: calc(100% + 1px);
|
|
5353
5355
|
border-left: none;
|
|
@@ -5355,33 +5357,33 @@ div {
|
|
|
5355
5357
|
left: -1px;
|
|
5356
5358
|
}
|
|
5357
5359
|
/*****无border *****/
|
|
5358
|
-
.no-border .page-border[data-v-
|
|
5360
|
+
.no-border .page-border[data-v-2cba71f6] {
|
|
5359
5361
|
border: none;
|
|
5360
5362
|
}
|
|
5361
|
-
.no-border .page-border .row-item[data-v-
|
|
5363
|
+
.no-border .page-border .row-item[data-v-2cba71f6]:not(:last-child) {
|
|
5362
5364
|
border: none;
|
|
5363
5365
|
}
|
|
5364
|
-
.no-border .page-border[data-v-
|
|
5366
|
+
.no-border .page-border[data-v-2cba71f6] .ant-form-item .ant-form-item-label {
|
|
5365
5367
|
border: none;
|
|
5366
5368
|
}
|
|
5367
|
-
.table_border[data-v-
|
|
5369
|
+
.table_border[data-v-2cba71f6] {
|
|
5368
5370
|
border-bottom: 0;
|
|
5369
5371
|
border-right: 0;
|
|
5370
5372
|
}
|
|
5371
5373
|
/*****无border *****/
|
|
5372
|
-
[data-v-
|
|
5374
|
+
[data-v-2cba71f6] .ant-form-item-children > div > p,[data-v-2cba71f6] .ant-form-item-children > div > h1,[data-v-2cba71f6] .ant-form-item-children > div > h2,[data-v-2cba71f6] .ant-form-item-children > div > h3,[data-v-2cba71f6] .ant-form-item-children > div > h4,[data-v-2cba71f6] .ant-form-item-children > div > h5,[data-v-2cba71f6] .ant-form-item-children > div > table /deep/ .ant-form-item-children > div > pre {
|
|
5373
5375
|
margin: 10px 0;
|
|
5374
5376
|
line-height: 1.5;
|
|
5375
5377
|
}
|
|
5376
|
-
[data-v-
|
|
5378
|
+
[data-v-2cba71f6] .ant-spin-dot {
|
|
5377
5379
|
font-size: 20px !important;
|
|
5378
5380
|
}
|
|
5379
|
-
.form_skeleton[data-v-
|
|
5381
|
+
.form_skeleton[data-v-2cba71f6] {
|
|
5380
5382
|
display: block;
|
|
5381
5383
|
width: 700px;
|
|
5382
5384
|
margin: 55px auto;
|
|
5383
5385
|
}
|
|
5384
|
-
.form_skeleton[data-v-
|
|
5386
|
+
.form_skeleton[data-v-2cba71f6] .ant-skeleton-title {
|
|
5385
5387
|
margin: 0 auto;
|
|
5386
5388
|
}
|
|
5387
5389
|
|