@zscreate/form-component 1.1.221-test.1 → 1.1.221-test.2

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/demo.html CHANGED
@@ -1 +1,9 @@
1
- <!doctype html><meta charset="utf-8"><title>form-component demo</title><script src="./form-component.umd.js"></script><link rel="stylesheet" href="./form-component.css"><script>console.log(form-component)</script>
1
+ <!DOCTYPE html>
2
+ <meta charset="utf-8">
3
+ <title>form-component demo</title>
4
+ <script src="./form-component.umd.js"></script>
5
+
6
+
7
+ <script>
8
+ console.log(form-component)
9
+ </script>
@@ -2275,6 +2275,42 @@ span.CodeMirror-selectedtext { background: none; }
2275
2275
  align-items: center;
2276
2276
  }
2277
2277
 
2278
+ .dataTableSet[data-v-4f329ffa] .ant-table-placeholder {
2279
+ border-left: none !important;
2280
+ border-right: none !important;
2281
+ border-bottom: none !important;
2282
+ padding: 0 !important;
2283
+ padding-top: var(--paddingTop) !important;
2284
+ }
2285
+ .dataTableSet[data-v-4f329ffa] table {
2286
+ border-left: none !important;
2287
+ border-right: none !important;
2288
+ }
2289
+
2290
+
2291
+ .datasetManagement[data-v-7ce5eb14] {
2292
+ -webkit-user-select: none;
2293
+ -moz-user-select: none;
2294
+ user-select: none;
2295
+ }
2296
+ .content[data-v-7ce5eb14] {
2297
+ margin-top: 20px;
2298
+ }
2299
+ .classificationItem[data-v-7ce5eb14] {
2300
+ background-color: #e6f7ff;
2301
+ }
2302
+ .ellipsis[data-v-7ce5eb14] {
2303
+ margin: 5px 0;
2304
+ white-space: nowrap;
2305
+ overflow: hidden;
2306
+ text-overflow: ellipsis;
2307
+ /* cursor: pointer; */
2308
+ }
2309
+ .ellipsis[data-v-7ce5eb14]:hover {
2310
+ background-color: #e6f7ff;
2311
+ cursor: pointer;
2312
+ }
2313
+
2278
2314
  .mydiy[data-v-330b4adb] {
2279
2315
  z-index: 9999 !important;
2280
2316
  }
@@ -3179,23 +3215,23 @@ span.CodeMirror-selectedtext { background: none; }
3179
3215
  margin-top: 0 !important;
3180
3216
  }
3181
3217
 
3182
- .no-boder[data-v-5e8c04b6] {
3218
+ .no-boder[data-v-6fe27568] {
3183
3219
  border: none;
3184
3220
  }
3185
3221
  /***label对齐方式 */
3186
3222
  /***label对齐方式 */
3187
3223
  /*****公共boder ****/
3188
- [data-v-5e8c04b6] .ant-form-item-control-wrapper {
3224
+ [data-v-6fe27568] .ant-form-item-control-wrapper {
3189
3225
  border: none !important;
3190
3226
  }
3191
- [data-v-5e8c04b6] .ant-form-item {
3227
+ [data-v-6fe27568] .ant-form-item {
3192
3228
  display: flex;
3193
3229
  }
3194
- [data-v-5e8c04b6] .ant-form-item-label {
3230
+ [data-v-6fe27568] .ant-form-item-label {
3195
3231
  border: none !important;
3196
3232
  }
3197
3233
  /*****公共boder ****/
3198
- .correction[data-v-5e8c04b6] {
3234
+ .correction[data-v-6fe27568] {
3199
3235
  display: block;
3200
3236
  position: absolute;
3201
3237
  right: 0;
@@ -3232,12 +3268,12 @@ span.CodeMirror-selectedtext { background: none; }
3232
3268
  }
3233
3269
 
3234
3270
  /***label对齐方式 */
3235
- [data-v-13fd66f8] .custom_form_item .break {
3271
+ [data-v-16aa8d52] .custom_form_item .break {
3236
3272
  white-space: normal;
3237
3273
  word-break: break-all;
3238
3274
  word-wrap: break-word;
3239
3275
  }
3240
- [data-v-13fd66f8] .custom_form_item .align-between {
3276
+ [data-v-16aa8d52] .custom_form_item .align-between {
3241
3277
  white-space: normal;
3242
3278
  word-break: break-all;
3243
3279
  word-wrap: break-word;
@@ -3246,28 +3282,28 @@ span.CodeMirror-selectedtext { background: none; }
3246
3282
  text-align-last: justify;
3247
3283
  width: 80%;
3248
3284
  }
3249
- [data-v-13fd66f8] .custom_form_item .align-middle {
3285
+ [data-v-16aa8d52] .custom_form_item .align-middle {
3250
3286
  white-space: normal;
3251
3287
  word-break: break-all;
3252
3288
  word-wrap: break-word;
3253
3289
  text-align: center;
3254
3290
  width: 80%;
3255
3291
  }
3256
- [data-v-13fd66f8] .custom_form_item .align-left {
3292
+ [data-v-16aa8d52] .custom_form_item .align-left {
3257
3293
  white-space: normal;
3258
3294
  word-break: break-all;
3259
3295
  word-wrap: break-word;
3260
3296
  text-align: left;
3261
3297
  width: 80%;
3262
3298
  }
3263
- [data-v-13fd66f8] .custom_form_item .align-right {
3299
+ [data-v-16aa8d52] .custom_form_item .align-right {
3264
3300
  white-space: normal;
3265
3301
  word-break: break-all;
3266
3302
  word-wrap: break-word;
3267
3303
  text-align: right;
3268
3304
  width: 80%;
3269
3305
  }
3270
- [data-v-13fd66f8] .custom_form_item .align-center {
3306
+ [data-v-16aa8d52] .custom_form_item .align-center {
3271
3307
  white-space: normal;
3272
3308
  word-break: break-all;
3273
3309
  word-wrap: break-word;
@@ -3276,15 +3312,15 @@ span.CodeMirror-selectedtext { background: none; }
3276
3312
  }
3277
3313
  /***label对齐方式 */
3278
3314
  /*****公共boder ****/
3279
- [data-v-13fd66f8] .ant-form-item-control-wrapper {
3315
+ [data-v-16aa8d52] .ant-form-item-control-wrapper {
3280
3316
  border-right: 1px solid #000;
3281
3317
  border-bottom: 1px solid #000;
3282
3318
  }
3283
- [data-v-13fd66f8] .ant-form-item-label {
3319
+ [data-v-16aa8d52] .ant-form-item-label {
3284
3320
  border-bottom: 1px solid #000;
3285
3321
  }
3286
3322
  /*****公共boder ****/
3287
- .correction[data-v-13fd66f8] {
3323
+ .correction[data-v-16aa8d52] {
3288
3324
  display: block;
3289
3325
  position: absolute;
3290
3326
  right: 1px;
@@ -3580,36 +3616,36 @@ span.CodeMirror-selectedtext { background: none; }
3580
3616
  display: none ;
3581
3617
  }
3582
3618
 
3583
- .components-list[data-v-88a3b080] {
3619
+ .components-list[data-v-431e15ca] {
3584
3620
  padding: 0;
3585
3621
  padding-top: 5px;
3586
3622
  margin: 0;
3587
3623
  line-height: 20px;
3588
3624
  position: relative;
3589
3625
  }
3590
- .components-list .tabs[data-v-88a3b080] {
3626
+ .components-list .tabs[data-v-431e15ca] {
3591
3627
  margin-bottom: 10px;
3592
3628
  overflow: hidden;
3593
3629
  }
3594
- .components-list .tabs > div[data-v-88a3b080] {
3630
+ .components-list .tabs > div[data-v-431e15ca] {
3595
3631
  float: left;
3596
3632
  }
3597
- .components-list .tabs > div[data-v-88a3b080]:not(:last-child) {
3633
+ .components-list .tabs > div[data-v-431e15ca]:not(:last-child) {
3598
3634
  border-right: 1px solid #ccc;
3599
3635
  }
3600
- .components-list .tabs span[data-v-88a3b080] {
3636
+ .components-list .tabs span[data-v-431e15ca] {
3601
3637
  cursor: pointer;
3602
3638
  display: inline-block;
3603
3639
  margin: 0 5px;
3604
3640
  font-size: 12px;
3605
3641
  padding: 2px 5px;
3606
3642
  }
3607
- .components-list .tabs .activeTab[data-v-88a3b080] {
3643
+ .components-list .tabs .activeTab[data-v-431e15ca] {
3608
3644
  background: #4991f2;
3609
3645
  border-radius: 10px;
3610
3646
  color: #fff;
3611
3647
  }
3612
- .components-list .widget-control[data-v-88a3b080] {
3648
+ .components-list .widget-control[data-v-431e15ca] {
3613
3649
  display: inline-block;
3614
3650
  min-width: 70px;
3615
3651
  box-sizing: border-box;
@@ -3618,10 +3654,10 @@ span.CodeMirror-selectedtext { background: none; }
3618
3654
  border: 1px solid #ccc;
3619
3655
  cursor: move;
3620
3656
  }
3621
- .components-list .widget-control[data-v-88a3b080]:not(:last-child) {
3657
+ .components-list .widget-control[data-v-431e15ca]:not(:last-child) {
3622
3658
  border-right: none;
3623
3659
  }
3624
- .components-list .widget-control a[data-v-88a3b080] {
3660
+ .components-list .widget-control a[data-v-431e15ca] {
3625
3661
  color: #666;
3626
3662
  display: flex;
3627
3663
  flex-direction: column;
@@ -3629,40 +3665,40 @@ span.CodeMirror-selectedtext { background: none; }
3629
3665
  align-items: center;
3630
3666
  font-size: 12px;
3631
3667
  }
3632
- .components-list .preview-options[data-v-88a3b080] {
3668
+ .components-list .preview-options[data-v-431e15ca] {
3633
3669
  position: absolute;
3634
3670
  height: 30px;
3635
3671
  right: 250px;
3636
3672
  bottom: 0;
3637
3673
  }
3638
- .components-list .preview-options .ant-btn-link[data-v-88a3b080] {
3674
+ .components-list .preview-options .ant-btn-link[data-v-431e15ca] {
3639
3675
  color: #666;
3640
3676
  padding: 0 2px;
3641
3677
  }
3642
- .components-list .preview-options .ant-btn-link.btn-active[data-v-88a3b080] {
3678
+ .components-list .preview-options .ant-btn-link.btn-active[data-v-431e15ca] {
3643
3679
  color: #1890ff;
3644
3680
  }
3645
- .control[data-v-88a3b080] {
3681
+ .control[data-v-431e15ca] {
3646
3682
  margin-top: 20px;
3647
3683
  width: 350px;
3648
3684
  background: #ffffff;
3649
3685
  box-shadow: 0 0 15px #ffffff;
3650
3686
  }
3651
- .control .title[data-v-88a3b080] {
3687
+ .control .title[data-v-431e15ca] {
3652
3688
  height: 50px;
3653
3689
  line-height: 50px;
3654
3690
  padding: 0 15px;
3655
3691
  border-bottom: 1px solid #f0f0f0;
3656
3692
  }
3657
- .control .list_wrap[data-v-88a3b080] {
3693
+ .control .list_wrap[data-v-431e15ca] {
3658
3694
  padding-top: 15px;
3659
3695
  font-size: 0;
3660
3696
  min-height: 680px;
3661
3697
  }
3662
- .control .list_wrap .list_box[data-v-88a3b080] {
3698
+ .control .list_wrap .list_box[data-v-431e15ca] {
3663
3699
  display: inline-block;
3664
3700
  }
3665
- .control .list_wrap .list[data-v-88a3b080] {
3701
+ .control .list_wrap .list[data-v-431e15ca] {
3666
3702
  border: 1px dashed #d1d1d1;
3667
3703
  margin: 0 7.5px 15px 7.5px;
3668
3704
  width: 160px;
@@ -3678,25 +3714,25 @@ span.CodeMirror-selectedtext { background: none; }
3678
3714
  position: relative;
3679
3715
  overflow: hidden;
3680
3716
  }
3681
- .control .list_wrap .list i[data-v-88a3b080] {
3717
+ .control .list_wrap .list i[data-v-431e15ca] {
3682
3718
  position: absolute;
3683
3719
  right: 10px;
3684
3720
  top: 0px;
3685
3721
  font-size: 22px;
3686
3722
  color: #999;
3687
3723
  }
3688
- .control .list_wrap .list[data-v-88a3b080]:nth-child(2n) {
3724
+ .control .list_wrap .list[data-v-431e15ca]:nth-child(2n) {
3689
3725
  margin-right: 0;
3690
3726
  }
3691
- .control .list_wrap .list[data-v-88a3b080]:hover {
3727
+ .control .list_wrap .list[data-v-431e15ca]:hover {
3692
3728
  background: #f1f1f1;
3693
3729
  }
3694
3730
 
3695
- .widget-view[data-v-e5819d94] {
3731
+ .widget-view[data-v-11507e88] {
3696
3732
  position: relative;
3697
3733
  z-index: 8;
3698
3734
  }
3699
- .widget-view .widget-view-model[data-v-e5819d94] {
3735
+ .widget-view .widget-view-model[data-v-11507e88] {
3700
3736
  position: absolute;
3701
3737
  top: 0px;
3702
3738
  right: 3px;
@@ -4048,18 +4084,18 @@ span.CodeMirror-selectedtext { background: none; }
4048
4084
  /***label对齐方式 */
4049
4085
 
4050
4086
 
4051
- [data-v-53467f40] .m-colorPicker {
4087
+ [data-v-339ce332] .m-colorPicker {
4052
4088
  z-index: 2;
4053
4089
  }
4054
- [data-v-53467f40] .m-colorPicker .colorBtn {
4090
+ [data-v-339ce332] .m-colorPicker .colorBtn {
4055
4091
  border: 1px solid #e3e3e3;
4056
4092
  }
4057
4093
 
4058
4094
 
4059
- [data-v-7718daa8] .ant-form-item {
4095
+ [data-v-1f57611e] .ant-form-item {
4060
4096
  margin-bottom: 0;
4061
4097
  }
4062
- [data-v-7718daa8] .ant-form-item ul {
4098
+ [data-v-1f57611e] .ant-form-item ul {
4063
4099
  position: initial !important;
4064
4100
  overflow-y: auto !important;
4065
4101
  }