@zscreate/form-component 1.1.130 → 1.1.131-hbsf-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.
@@ -1520,22 +1520,22 @@
1520
1520
  }
1521
1521
 
1522
1522
 
1523
- [data-v-6ed57857] .ant-popover-inner-content {
1523
+ [data-v-650472f1] .ant-popover-inner-content {
1524
1524
  width: 190px;
1525
1525
  }
1526
- [data-v-6ed57857] .ant-form-item .ant-form-item-control-wrapper:first-child {
1526
+ [data-v-650472f1] .ant-form-item .ant-form-item-control-wrapper:first-child {
1527
1527
  width: calc(100% - 0px) !important;
1528
1528
  }
1529
- [data-v-6ed57857] .ant-form-item-control {
1529
+ [data-v-650472f1] .ant-form-item-control {
1530
1530
  height: 100%;
1531
1531
  }
1532
1532
  /***label对齐方式*/
1533
- .custom_form_item .break[data-v-6ed57857] {
1533
+ .custom_form_item .break[data-v-650472f1] {
1534
1534
  white-space: normal;
1535
1535
  word-break: break-all;
1536
1536
  word-wrap: break-word;
1537
1537
  }
1538
- .custom_form_item .align-between[data-v-6ed57857] {
1538
+ .custom_form_item .align-between[data-v-650472f1] {
1539
1539
  white-space: normal;
1540
1540
  word-break: break-all;
1541
1541
  word-wrap: break-word;
@@ -1544,28 +1544,28 @@
1544
1544
  text-align-last: justify;
1545
1545
  width: 80%;
1546
1546
  }
1547
- .custom_form_item .align-middle[data-v-6ed57857] {
1547
+ .custom_form_item .align-middle[data-v-650472f1] {
1548
1548
  white-space: normal;
1549
1549
  word-break: break-all;
1550
1550
  word-wrap: break-word;
1551
1551
  text-align: center;
1552
1552
  width: 80%;
1553
1553
  }
1554
- .custom_form_item .align-left[data-v-6ed57857] {
1554
+ .custom_form_item .align-left[data-v-650472f1] {
1555
1555
  white-space: normal;
1556
1556
  word-break: break-all;
1557
1557
  word-wrap: break-word;
1558
1558
  text-align: left;
1559
1559
  width: 80%;
1560
1560
  }
1561
- .custom_form_item .align-right[data-v-6ed57857] {
1561
+ .custom_form_item .align-right[data-v-650472f1] {
1562
1562
  white-space: normal;
1563
1563
  word-break: break-all;
1564
1564
  word-wrap: break-word;
1565
1565
  text-align: right;
1566
1566
  width: 80%;
1567
1567
  }
1568
- .custom_form_item .align-center[data-v-6ed57857] {
1568
+ .custom_form_item .align-center[data-v-650472f1] {
1569
1569
  white-space: normal;
1570
1570
  word-break: break-all;
1571
1571
  word-wrap: break-word;
@@ -1574,39 +1574,51 @@
1574
1574
  }
1575
1575
  /***label对齐方式 */
1576
1576
  /*****公共boder ****/
1577
- [data-v-6ed57857] .ant-form-item-control-wrapper {
1577
+ [data-v-650472f1] .ant-form-item-control-wrapper {
1578
1578
  border-bottom: 1px solid #000;
1579
1579
  }
1580
- [data-v-6ed57857] .ant-form-item-label {
1580
+ [data-v-650472f1] .ant-form-item-label {
1581
1581
  border-bottom: 1px solid #000;
1582
1582
  }
1583
- .verify-right[data-v-6ed57857] {
1583
+ .verify-right[data-v-650472f1] {
1584
1584
  border-right: 1px solid #000;
1585
1585
  }
1586
- .custom_form_item_special[data-v-6ed57857] .ant-form-item-children {
1586
+ .custom_form_item_special[data-v-650472f1] .ant-form-item-children {
1587
1587
  height: 100%;
1588
1588
  }
1589
1589
  /*****公共boder ****/
1590
- .custom_form_item_special[data-v-6ed57857] .ant-form-item .ant-form-item-control-wrapper:first-child .ant-form-item-control {
1590
+ .custom_form_item_special[data-v-650472f1] .ant-form-item .ant-form-item-control-wrapper:first-child .ant-form-item-control {
1591
1591
  width: 100%;
1592
1592
  }
1593
- .verify-no-border input[data-v-6ed57857],
1594
- .verify-no-border textarea[data-v-6ed57857] {
1593
+ .verify-no-border input[data-v-650472f1],
1594
+ .verify-no-border textarea[data-v-650472f1] {
1595
1595
  display: block;
1596
1596
  background: none;
1597
1597
  height: 90%;
1598
1598
  width: 98%;
1599
1599
  margin: 0 auto;
1600
1600
  }
1601
- .verify-no-border input[data-v-6ed57857]:disabled,
1602
- .verify-no-border textarea[data-v-6ed57857]:disabled {
1601
+ .verify-no-border input[data-v-650472f1]:disabled,
1602
+ .verify-no-border textarea[data-v-650472f1]:disabled {
1603
1603
  background: none !important;
1604
1604
  color: #333;
1605
1605
  }
1606
- .verify[data-v-6ed57857] {
1606
+ .verify[data-v-650472f1] {
1607
1607
  position: relative;
1608
1608
  }
1609
- .verify .verify-left[data-v-6ed57857] {
1609
+ .verify .inner-form-item[data-v-650472f1] .ant-form-item-control-wrapper {
1610
+ border-bottom: none !important;
1611
+ }
1612
+ .verify .inner-form-item[data-v-650472f1] .ant-form-item-children {
1613
+ display: flex;
1614
+ align-items: center;
1615
+ justify-content: center;
1616
+ width: 100%;
1617
+ }
1618
+ .verify .inner-form-item[data-v-650472f1] .ant-form-item-children .textarea-wrapper {
1619
+ width: 100%;
1620
+ }
1621
+ .verify .verify-left[data-v-650472f1] {
1610
1622
  position: absolute;
1611
1623
  left: 0;
1612
1624
  top: 0;
@@ -1617,56 +1629,56 @@
1617
1629
  -moz-text-align-last: justify;
1618
1630
  text-align-last: justify;
1619
1631
  }
1620
- .verify .verify-right[data-v-6ed57857] {
1632
+ .verify .verify-right[data-v-650472f1] {
1621
1633
  height: 100%;
1622
1634
  width: 100%;
1623
1635
  }
1624
- .verify .verify-right .verify-text[data-v-6ed57857] {
1636
+ .verify .verify-right .verify-text[data-v-650472f1] {
1625
1637
  position: relative;
1626
1638
  height: 70%;
1627
1639
  padding-top: 5px;
1628
1640
  border-bottom: 1px solid #e6e6e6;
1629
1641
  }
1630
- .verify .verify-right .verify-text .verify-btn[data-v-6ed57857] {
1642
+ .verify .verify-right .verify-text .verify-btn[data-v-650472f1] {
1631
1643
  position: absolute;
1632
1644
  right: 3%;
1633
1645
  bottom: 2%;
1634
1646
  z-index: 10;
1635
1647
  }
1636
- .verify .verify-right .verify-text span[data-v-6ed57857] {
1648
+ .verify .verify-right .verify-text span[data-v-650472f1] {
1637
1649
  display: block;
1638
1650
  border: none;
1639
1651
  height: 100%;
1640
1652
  }
1641
- .verify .verify-right .verify-seal[data-v-6ed57857] {
1653
+ .verify .verify-right .verify-seal[data-v-650472f1] {
1642
1654
  position: absolute;
1643
1655
  width: 35mm;
1644
1656
  height: 35mm;
1645
1657
  z-index: 9 !important;
1646
1658
  }
1647
- .verify .verify-right .verify-seal img[data-v-6ed57857] {
1659
+ .verify .verify-right .verify-seal img[data-v-650472f1] {
1648
1660
  width: 35mm;
1649
1661
  height: 35mm;
1650
1662
  }
1651
- .verify .verify-right .verify-icon[data-v-6ed57857] {
1663
+ .verify .verify-right .verify-icon[data-v-650472f1] {
1652
1664
  position: absolute;
1653
1665
  right: 3%;
1654
1666
  top: 3%;
1655
1667
  z-index: 20;
1656
1668
  cursor: pointer;
1657
1669
  }
1658
- .verify .verify-option[data-v-6ed57857] {
1670
+ .verify .verify-option[data-v-650472f1] {
1659
1671
  display: flex;
1660
1672
  height: 30%;
1661
1673
  }
1662
- .verify .verify-option > div[data-v-6ed57857] {
1674
+ .verify .verify-option > div[data-v-650472f1] {
1663
1675
  flex: 1;
1664
1676
  border-right: 1px solid #e6e6e6;
1665
1677
  display: flex;
1666
1678
  justify-content: space-between;
1667
1679
  align-items: center;
1668
1680
  }
1669
- .verify .verify-option > div span[data-v-6ed57857] {
1681
+ .verify .verify-option > div span[data-v-650472f1] {
1670
1682
  text-align: center;
1671
1683
  flex: 2;
1672
1684
  border-right: 1px solid #e6e6e6;
@@ -1675,15 +1687,16 @@
1675
1687
  align-items: center;
1676
1688
  justify-content: center;
1677
1689
  }
1678
- .verify .verify-option > div span + span[data-v-6ed57857] {
1690
+ .verify .verify-option > div span + span[data-v-650472f1],
1691
+ .verify .verify-option > div span + .inner-form-item[data-v-650472f1] {
1679
1692
  border-right: none;
1680
1693
  flex: 4;
1681
1694
  }
1682
- .verify .verify-option > div:nth-child(2) > span[data-v-6ed57857]:last-child {
1695
+ .verify .verify-option > div:nth-child(2) > span[data-v-650472f1]:last-child {
1683
1696
  box-sizing: border-box;
1684
1697
  padding: 1px;
1685
1698
  }
1686
- .verify .verify-option div[data-v-6ed57857]:last-child {
1699
+ .verify .verify-option div[data-v-650472f1]:last-child {
1687
1700
  border-right: none;
1688
1701
  }
1689
1702
 
@@ -2178,23 +2191,30 @@ span.CodeMirror-selectedtext { background: none; }
2178
2191
 
2179
2192
 
2180
2193
 
2181
- .table-page-search-wrapper[data-v-66ebf12a] {
2194
+ .table-page-search-wrapper[data-v-44bb5b82] {
2182
2195
  margin-bottom: 20px;
2183
2196
  }
2184
- [data-v-66ebf12a] .ant-col.ant-form-item-control-wrapper {
2197
+ [data-v-44bb5b82] .ant-col.ant-form-item-control-wrapper {
2185
2198
  width: 100%;
2186
2199
  }
2187
2200
 
2188
- .flex-warp[data-v-7eea8eda] {
2201
+
2202
+ [data-v-5224fe5e] .ant-select-selection__rendered::after {
2203
+ content: "";
2204
+ display: none;
2205
+ height: 0;
2206
+ }
2207
+
2208
+ .flex-warp[data-v-b10af91a] {
2189
2209
  display: flex;
2190
2210
  }
2191
- .flex-warp .flex-left[data-v-7eea8eda] {
2211
+ .flex-warp .flex-left[data-v-b10af91a] {
2192
2212
  flex: 3;
2193
2213
  }
2194
- .flex-warp .flex-right[data-v-7eea8eda] {
2214
+ .flex-warp .flex-right[data-v-b10af91a] {
2195
2215
  flex: 7;
2196
2216
  }
2197
- .checked[data-v-7eea8eda] {
2217
+ .checked[data-v-b10af91a] {
2198
2218
  box-shadow: 0 1px 1px #b7aaaa;
2199
2219
  border-color: #ededed;
2200
2220
  color: inherit;
@@ -2203,6 +2223,13 @@ span.CodeMirror-selectedtext { background: none; }
2203
2223
  }
2204
2224
 
2205
2225
 
2226
+ [data-v-19590680] .ant-select-selection__rendered::after {
2227
+ content: "";
2228
+ display: none;
2229
+ height: 0;
2230
+ }
2231
+
2232
+
2206
2233
  [data-v-5f1eea0a] .ant-upload-picture-card-wrapper {
2207
2234
  display: flex;
2208
2235
  align-items: center;
@@ -2569,6 +2596,32 @@ span.CodeMirror-selectedtext { background: none; }
2569
2596
  margin-right: 4px;
2570
2597
  }
2571
2598
 
2599
+ .is_required[data-v-ed9fab82]::before {
2600
+ content: "*";
2601
+ color: #f56c6c;
2602
+ margin-right: 4px;
2603
+ }
2604
+ .location-input[data-v-ed9fab82] {
2605
+ display: flex;
2606
+ align-items: center;
2607
+ }
2608
+ .location-input input[data-v-ed9fab82] {
2609
+ margin-right: 10px;
2610
+ }
2611
+
2612
+ .is_required[data-v-183e9dae]::before {
2613
+ content: "*";
2614
+ color: #f56c6c;
2615
+ margin-right: 4px;
2616
+ }
2617
+ .location-input[data-v-183e9dae] {
2618
+ display: flex;
2619
+ align-items: center;
2620
+ }
2621
+ .location-input input[data-v-183e9dae] {
2622
+ margin-right: 10px;
2623
+ }
2624
+
2572
2625
 
2573
2626
  [data-v-7ac066c0] .ant-form-item-children {
2574
2627
  position: relative;
@@ -2743,22 +2796,22 @@ span.CodeMirror-selectedtext { background: none; }
2743
2796
  }
2744
2797
 
2745
2798
 
2746
- [data-v-4a3e94a4] .ant-popover-inner-content {
2799
+ [data-v-ca06954a] .ant-popover-inner-content {
2747
2800
  width: 190px;
2748
2801
  }
2749
- [data-v-4a3e94a4] .ant-form-item .ant-form-item-control-wrapper:first-child {
2802
+ [data-v-ca06954a] .ant-form-item .ant-form-item-control-wrapper:first-child {
2750
2803
  width: calc(100% - 0px) !important;
2751
2804
  }
2752
- [data-v-4a3e94a4] .ant-form-item-control {
2805
+ [data-v-ca06954a] .ant-form-item-control {
2753
2806
  height: 100%;
2754
2807
  }
2755
2808
  /***label对齐方式*/
2756
- .custom_form_item .break[data-v-4a3e94a4] {
2809
+ .custom_form_item .break[data-v-ca06954a] {
2757
2810
  white-space: normal;
2758
2811
  word-break: break-all;
2759
2812
  word-wrap: break-word;
2760
2813
  }
2761
- .custom_form_item .align-between[data-v-4a3e94a4] {
2814
+ .custom_form_item .align-between[data-v-ca06954a] {
2762
2815
  white-space: normal;
2763
2816
  word-break: break-all;
2764
2817
  word-wrap: break-word;
@@ -2767,28 +2820,28 @@ span.CodeMirror-selectedtext { background: none; }
2767
2820
  text-align-last: justify;
2768
2821
  width: 80%;
2769
2822
  }
2770
- .custom_form_item .align-middle[data-v-4a3e94a4] {
2823
+ .custom_form_item .align-middle[data-v-ca06954a] {
2771
2824
  white-space: normal;
2772
2825
  word-break: break-all;
2773
2826
  word-wrap: break-word;
2774
2827
  text-align: center;
2775
2828
  width: 80%;
2776
2829
  }
2777
- .custom_form_item .align-left[data-v-4a3e94a4] {
2830
+ .custom_form_item .align-left[data-v-ca06954a] {
2778
2831
  white-space: normal;
2779
2832
  word-break: break-all;
2780
2833
  word-wrap: break-word;
2781
2834
  text-align: left;
2782
2835
  width: 80%;
2783
2836
  }
2784
- .custom_form_item .align-right[data-v-4a3e94a4] {
2837
+ .custom_form_item .align-right[data-v-ca06954a] {
2785
2838
  white-space: normal;
2786
2839
  word-break: break-all;
2787
2840
  word-wrap: break-word;
2788
2841
  text-align: right;
2789
2842
  width: 80%;
2790
2843
  }
2791
- .custom_form_item .align-center[data-v-4a3e94a4] {
2844
+ .custom_form_item .align-center[data-v-ca06954a] {
2792
2845
  white-space: normal;
2793
2846
  word-break: break-all;
2794
2847
  word-wrap: break-word;
@@ -2797,40 +2850,52 @@ span.CodeMirror-selectedtext { background: none; }
2797
2850
  }
2798
2851
  /***label对齐方式 */
2799
2852
  /*****公共boder ****/
2800
- [data-v-4a3e94a4] .ant-form-item-control-wrapper {
2853
+ [data-v-ca06954a] .ant-form-item-control-wrapper {
2801
2854
  border-right: none !important;
2802
2855
  border-bottom: 1px solid #000;
2803
2856
  }
2804
- [data-v-4a3e94a4] .ant-form-item-label {
2857
+ [data-v-ca06954a] .ant-form-item-label {
2805
2858
  border-bottom: 1px solid #000;
2806
2859
  }
2807
- .verify-right[data-v-4a3e94a4] {
2860
+ .verify-right[data-v-ca06954a] {
2808
2861
  border-right: 1px solid #000;
2809
2862
  }
2810
- .custom_form_item_special[data-v-4a3e94a4] .ant-form-item-children {
2863
+ .custom_form_item_special[data-v-ca06954a] .ant-form-item-children {
2811
2864
  height: 100%;
2812
2865
  }
2813
2866
  /*****公共boder ****/
2814
- .custom_form_item_special[data-v-4a3e94a4] .ant-form-item .ant-form-item-control-wrapper:first-child .ant-form-item-control {
2867
+ .custom_form_item_special[data-v-ca06954a] .ant-form-item .ant-form-item-control-wrapper:first-child .ant-form-item-control {
2815
2868
  width: 100%;
2816
2869
  }
2817
- .verify-no-border input[data-v-4a3e94a4],
2818
- .verify-no-border textarea[data-v-4a3e94a4] {
2870
+ .verify-no-border input[data-v-ca06954a],
2871
+ .verify-no-border textarea[data-v-ca06954a] {
2819
2872
  display: block;
2820
2873
  background: none;
2821
2874
  height: 90%;
2822
2875
  width: 98%;
2823
2876
  margin: 0 auto;
2824
2877
  }
2825
- .verify-no-border input[data-v-4a3e94a4]:disabled,
2826
- .verify-no-border textarea[data-v-4a3e94a4]:disabled {
2878
+ .verify-no-border input[data-v-ca06954a]:disabled,
2879
+ .verify-no-border textarea[data-v-ca06954a]:disabled {
2827
2880
  background: none !important;
2828
2881
  color: #333;
2829
2882
  }
2830
- .verify[data-v-4a3e94a4] {
2883
+ .verify[data-v-ca06954a] {
2831
2884
  position: relative;
2832
2885
  }
2833
- .verify .verify-left[data-v-4a3e94a4] {
2886
+ .verify .inner-form-item[data-v-ca06954a] .ant-form-item-control-wrapper {
2887
+ border-bottom: none !important;
2888
+ }
2889
+ .verify .inner-form-item[data-v-ca06954a] .ant-form-item-children {
2890
+ display: flex;
2891
+ align-items: center;
2892
+ justify-content: center;
2893
+ width: 100%;
2894
+ }
2895
+ .verify .inner-form-item[data-v-ca06954a] .ant-form-item-children .textarea-wrapper {
2896
+ width: 100%;
2897
+ }
2898
+ .verify .verify-left[data-v-ca06954a] {
2834
2899
  position: absolute;
2835
2900
  left: 0;
2836
2901
  top: 0;
@@ -2841,58 +2906,57 @@ span.CodeMirror-selectedtext { background: none; }
2841
2906
  -moz-text-align-last: justify;
2842
2907
  text-align-last: justify;
2843
2908
  }
2844
- .verify .verify-right[data-v-4a3e94a4] {
2909
+ .verify .verify-right[data-v-ca06954a] {
2845
2910
  height: 100%;
2846
2911
  width: 100%;
2847
2912
  position: relative;
2848
2913
  }
2849
- .verify .verify-right .verify-text[data-v-4a3e94a4] {
2914
+ .verify .verify-right .verify-text[data-v-ca06954a] {
2850
2915
  position: relative;
2851
2916
  height: 70%;
2852
2917
  padding-top: 5px;
2853
2918
  border-bottom: 1px solid #e6e6e6;
2854
2919
  }
2855
- .verify .verify-right .verify-text .verify-btn[data-v-4a3e94a4] {
2920
+ .verify .verify-right .verify-text .verify-btn[data-v-ca06954a] {
2856
2921
  position: absolute;
2857
2922
  right: 10px;
2858
2923
  bottom: 10px;
2859
2924
  z-index: 10;
2860
2925
  }
2861
- .verify .verify-right .verify-text span[data-v-4a3e94a4] {
2926
+ .verify .verify-right .verify-text span[data-v-ca06954a] {
2862
2927
  display: block;
2863
2928
  border: none;
2864
- width: 100%;
2865
2929
  height: 100%;
2866
2930
  }
2867
- .verify .verify-right .verify-seal[data-v-4a3e94a4] {
2931
+ .verify .verify-right .verify-seal[data-v-ca06954a] {
2868
2932
  position: absolute;
2869
2933
  width: 35mm;
2870
2934
  height: 35mm;
2871
2935
  z-index: 9 !important;
2872
2936
  }
2873
- .verify .verify-right .verify-seal img[data-v-4a3e94a4] {
2937
+ .verify .verify-right .verify-seal img[data-v-ca06954a] {
2874
2938
  width: 35mm;
2875
2939
  height: 35mm;
2876
2940
  }
2877
- .verify .verify-right .verify-icon[data-v-4a3e94a4] {
2941
+ .verify .verify-right .verify-icon[data-v-ca06954a] {
2878
2942
  position: absolute;
2879
2943
  right: 3%;
2880
2944
  top: 3%;
2881
2945
  z-index: 20;
2882
2946
  cursor: pointer;
2883
2947
  }
2884
- .verify .verify-option[data-v-4a3e94a4] {
2948
+ .verify .verify-option[data-v-ca06954a] {
2885
2949
  display: flex;
2886
2950
  height: 30%;
2887
2951
  }
2888
- .verify .verify-option > div[data-v-4a3e94a4] {
2952
+ .verify .verify-option > div[data-v-ca06954a] {
2889
2953
  flex: 1;
2890
2954
  border-right: 1px solid #e6e6e6;
2891
2955
  display: flex;
2892
2956
  justify-content: space-between;
2893
2957
  align-items: center;
2894
2958
  }
2895
- .verify .verify-option > div span[data-v-4a3e94a4] {
2959
+ .verify .verify-option > div span[data-v-ca06954a] {
2896
2960
  text-align: center;
2897
2961
  flex: 2;
2898
2962
  border-right: 1px solid #e6e6e6;
@@ -2901,35 +2965,36 @@ span.CodeMirror-selectedtext { background: none; }
2901
2965
  align-items: center;
2902
2966
  justify-content: center;
2903
2967
  }
2904
- .verify .verify-option > div span + span[data-v-4a3e94a4] {
2968
+ .verify .verify-option > div span + span[data-v-ca06954a],
2969
+ .verify .verify-option > div span + .inner-form-item[data-v-ca06954a] {
2905
2970
  border-right: none;
2906
2971
  flex: 4;
2907
2972
  }
2908
- .verify .verify-option > div:nth-child(2) > span[data-v-4a3e94a4]:last-child {
2973
+ .verify .verify-option > div:nth-child(2) > span[data-v-ca06954a]:last-child {
2909
2974
  box-sizing: border-box;
2910
2975
  padding: 1px;
2911
2976
  }
2912
- .verify .verify-option div[data-v-4a3e94a4]:last-child {
2977
+ .verify .verify-option div[data-v-ca06954a]:last-child {
2913
2978
  border-right: none;
2914
2979
  }
2915
- .verify-style_label_top > .ant-form-item[data-v-4a3e94a4] {
2980
+ .verify-style_label_top > .ant-form-item[data-v-ca06954a] {
2916
2981
  display: flex;
2917
2982
  flex-direction: column;
2918
2983
  height: 100%;
2919
2984
  }
2920
- .verify-style_label_top > .ant-form-item[data-v-4a3e94a4] .verify-right {
2985
+ .verify-style_label_top > .ant-form-item[data-v-ca06954a] .verify-right {
2921
2986
  height: 100% !important;
2922
2987
  }
2923
- .verify-style_label_top > .ant-form-item[data-v-4a3e94a4] .ant-form-item-label {
2988
+ .verify-style_label_top > .ant-form-item[data-v-ca06954a] .ant-form-item-label {
2924
2989
  position: relative;
2925
2990
  width: 100% !important;
2926
2991
  height: 50px;
2927
2992
  border-bottom: 1px solid #000 !important;
2928
2993
  }
2929
- .verify-style_label_top > .ant-form-item[data-v-4a3e94a4] .ant-form-item-label label {
2994
+ .verify-style_label_top > .ant-form-item[data-v-ca06954a] .ant-form-item-label label {
2930
2995
  width: 100%;
2931
2996
  }
2932
- .verify-style_label_top > .ant-form-item[data-v-4a3e94a4] .ant-form-item-label .align-between {
2997
+ .verify-style_label_top > .ant-form-item[data-v-ca06954a] .ant-form-item-label .align-between {
2933
2998
  width: 100% !important;
2934
2999
  align-items: flex-start;
2935
3000
  -moz-text-align-last: left;
@@ -2938,63 +3003,63 @@ span.CodeMirror-selectedtext { background: none; }
2938
3003
  letter-spacing: 8px;
2939
3004
  text-indent: 10px;
2940
3005
  }
2941
- .verify-style_label_top > .ant-form-item[data-v-4a3e94a4] .ant-form-item-control-wrapper {
3006
+ .verify-style_label_top > .ant-form-item[data-v-ca06954a] .ant-form-item-control-wrapper {
2942
3007
  width: 100%!important;
2943
3008
  height: initial !important;
2944
3009
  flex: 1;
2945
3010
  overflow: hidden;
2946
3011
  }
2947
- .verify-style_grid_verify[data-v-4a3e94a4] .verify .ant-form-item-control-wrapper {
3012
+ .verify-style_grid_verify[data-v-ca06954a] .verify .ant-form-item-control-wrapper {
2948
3013
  border-right: none;
2949
3014
  border-bottom: none;
2950
3015
  }
2951
- .verify-style_grid_verify[data-v-4a3e94a4] .verify .ant-form-item-label {
3016
+ .verify-style_grid_verify[data-v-ca06954a] .verify .ant-form-item-label {
2952
3017
  border-bottom: none;
2953
3018
  }
2954
- .verify-style_grid_verify .verify-style_label_top[data-v-4a3e94a4] .ant-form-item-label {
3019
+ .verify-style_grid_verify .verify-style_label_top[data-v-ca06954a] .ant-form-item-label {
2955
3020
  border-right: none !important;
2956
3021
  }
2957
- .verify-style_grid_verify[data-v-4a3e94a4] .verify-right {
3022
+ .verify-style_grid_verify[data-v-ca06954a] .verify-right {
2958
3023
  border: none;
2959
3024
  }
2960
- .verify-style_grid_verify[data-v-4a3e94a4] .verify-right .verify-text {
3025
+ .verify-style_grid_verify[data-v-ca06954a] .verify-right .verify-text {
2961
3026
  height: 50%;
2962
3027
  }
2963
- .verify-style_grid_verify[data-v-4a3e94a4] .verify-right .verify-option {
3028
+ .verify-style_grid_verify[data-v-ca06954a] .verify-right .verify-option {
2964
3029
  height: 50%;
2965
3030
  flex-wrap: wrap;
2966
3031
  display: grid;
2967
3032
  grid-template-rows: repeat(2, 50%);
2968
3033
  grid-template-columns: repeat(2, 50%);
2969
3034
  }
2970
- .verify-style_grid_verify[data-v-4a3e94a4] .verify-right .verify-option > div:first-child {
3035
+ .verify-style_grid_verify[data-v-ca06954a] .verify-right .verify-option > div:first-child {
2971
3036
  grid-area: 1 / span 1 / span 1;
2972
3037
  }
2973
- .verify-style_grid_verify[data-v-4a3e94a4] .verify-right .verify-option > div:nth-child(2) {
3038
+ .verify-style_grid_verify[data-v-ca06954a] .verify-right .verify-option > div:nth-child(2) {
2974
3039
  grid-area: 0.5 / span 1 / span 1;
2975
3040
  }
2976
- .verify-style_grid_verify[data-v-4a3e94a4] .verify-right .verify-option > div:nth-child(3) {
3041
+ .verify-style_grid_verify[data-v-ca06954a] .verify-right .verify-option > div:nth-child(3) {
2977
3042
  grid-area: 2 / span 2 / span 1;
2978
3043
  }
2979
- .verify-style_grid_verify[data-v-4a3e94a4] .verify-right .verify-option > div {
3044
+ .verify-style_grid_verify[data-v-ca06954a] .verify-right .verify-option > div {
2980
3045
  height: 100%;
2981
3046
  box-sizing: border-box;
2982
3047
  }
2983
- .verify-style_grid_verify[data-v-4a3e94a4] .verify-right .verify-option > div > span:first-child {
3048
+ .verify-style_grid_verify[data-v-ca06954a] .verify-right .verify-option > div > span:first-child {
2984
3049
  flex: initial;
2985
3050
  padding: 0 3px;
2986
3051
  }
2987
- .verify-style_grid_verify[data-v-4a3e94a4] .verify-right .verify-option > div span + span {
3052
+ .verify-style_grid_verify[data-v-ca06954a] .verify-right .verify-option > div span + span {
2988
3053
  flex: 3;
2989
3054
  overflow: hidden;
2990
3055
  }
2991
- .verify-style_grid_verify[data-v-4a3e94a4] .verify-right .verify-option > div:first-child {
3056
+ .verify-style_grid_verify[data-v-ca06954a] .verify-right .verify-option > div:first-child {
2992
3057
  flex: 0 1 calc(50% + 20px);
2993
3058
  }
2994
- .verify-style_grid_verify[data-v-4a3e94a4] .verify-right .verify-option > div:nth-child(2) {
3059
+ .verify-style_grid_verify[data-v-ca06954a] .verify-right .verify-option > div:nth-child(2) {
2995
3060
  border-right: none;
2996
3061
  }
2997
- .verify-style_grid_verify[data-v-4a3e94a4] .verify-right .verify-option > div:last-child {
3062
+ .verify-style_grid_verify[data-v-ca06954a] .verify-right .verify-option > div:last-child {
2998
3063
  flex: 0 0 100%;
2999
3064
  border-top: 1px solid #000;
3000
3065
  }
@@ -3157,12 +3222,12 @@ span.CodeMirror-selectedtext { background: none; }
3157
3222
  }
3158
3223
 
3159
3224
  /***label对齐方式 */
3160
- [data-v-7189174c] .custom_form_item .break {
3225
+ [data-v-eaa601e0] .custom_form_item .break {
3161
3226
  white-space: normal;
3162
3227
  word-break: break-all;
3163
3228
  word-wrap: break-word;
3164
3229
  }
3165
- [data-v-7189174c] .custom_form_item .align-between {
3230
+ [data-v-eaa601e0] .custom_form_item .align-between {
3166
3231
  white-space: normal;
3167
3232
  word-break: break-all;
3168
3233
  word-wrap: break-word;
@@ -3171,28 +3236,28 @@ span.CodeMirror-selectedtext { background: none; }
3171
3236
  text-align-last: justify;
3172
3237
  width: 80%;
3173
3238
  }
3174
- [data-v-7189174c] .custom_form_item .align-middle {
3239
+ [data-v-eaa601e0] .custom_form_item .align-middle {
3175
3240
  white-space: normal;
3176
3241
  word-break: break-all;
3177
3242
  word-wrap: break-word;
3178
3243
  text-align: center;
3179
3244
  width: 80%;
3180
3245
  }
3181
- [data-v-7189174c] .custom_form_item .align-left {
3246
+ [data-v-eaa601e0] .custom_form_item .align-left {
3182
3247
  white-space: normal;
3183
3248
  word-break: break-all;
3184
3249
  word-wrap: break-word;
3185
3250
  text-align: left;
3186
3251
  width: 80%;
3187
3252
  }
3188
- [data-v-7189174c] .custom_form_item .align-right {
3253
+ [data-v-eaa601e0] .custom_form_item .align-right {
3189
3254
  white-space: normal;
3190
3255
  word-break: break-all;
3191
3256
  word-wrap: break-word;
3192
3257
  text-align: right;
3193
3258
  width: 80%;
3194
3259
  }
3195
- [data-v-7189174c] .custom_form_item .align-center {
3260
+ [data-v-eaa601e0] .custom_form_item .align-center {
3196
3261
  white-space: normal;
3197
3262
  word-break: break-all;
3198
3263
  word-wrap: break-word;
@@ -3201,15 +3266,15 @@ span.CodeMirror-selectedtext { background: none; }
3201
3266
  }
3202
3267
  /***label对齐方式 */
3203
3268
  /*****公共boder ****/
3204
- [data-v-7189174c] .ant-form-item-control-wrapper {
3269
+ [data-v-eaa601e0] .ant-form-item-control-wrapper {
3205
3270
  border-right: 1px solid #000;
3206
3271
  border-bottom: 1px solid #000;
3207
3272
  }
3208
- [data-v-7189174c] .ant-form-item-label {
3273
+ [data-v-eaa601e0] .ant-form-item-label {
3209
3274
  border-bottom: 1px solid #000;
3210
3275
  }
3211
3276
  /*****公共boder ****/
3212
- .correction[data-v-7189174c] {
3277
+ .correction[data-v-eaa601e0] {
3213
3278
  display: block;
3214
3279
  position: absolute;
3215
3280
  right: 1px;
@@ -3497,36 +3562,36 @@ span.CodeMirror-selectedtext { background: none; }
3497
3562
  display: none ;
3498
3563
  }
3499
3564
 
3500
- .components-list[data-v-e51c1984] {
3565
+ .components-list[data-v-88a3b080] {
3501
3566
  padding: 0;
3502
3567
  padding-top: 5px;
3503
3568
  margin: 0;
3504
3569
  line-height: 20px;
3505
3570
  position: relative;
3506
3571
  }
3507
- .components-list .tabs[data-v-e51c1984] {
3572
+ .components-list .tabs[data-v-88a3b080] {
3508
3573
  margin-bottom: 10px;
3509
3574
  overflow: hidden;
3510
3575
  }
3511
- .components-list .tabs > div[data-v-e51c1984] {
3576
+ .components-list .tabs > div[data-v-88a3b080] {
3512
3577
  float: left;
3513
3578
  }
3514
- .components-list .tabs > div[data-v-e51c1984]:not(:last-child) {
3579
+ .components-list .tabs > div[data-v-88a3b080]:not(:last-child) {
3515
3580
  border-right: 1px solid #ccc;
3516
3581
  }
3517
- .components-list .tabs span[data-v-e51c1984] {
3582
+ .components-list .tabs span[data-v-88a3b080] {
3518
3583
  cursor: pointer;
3519
3584
  display: inline-block;
3520
3585
  margin: 0 5px;
3521
3586
  font-size: 12px;
3522
3587
  padding: 2px 5px;
3523
3588
  }
3524
- .components-list .tabs .activeTab[data-v-e51c1984] {
3589
+ .components-list .tabs .activeTab[data-v-88a3b080] {
3525
3590
  background: #4991f2;
3526
3591
  border-radius: 10px;
3527
3592
  color: #fff;
3528
3593
  }
3529
- .components-list .widget-control[data-v-e51c1984] {
3594
+ .components-list .widget-control[data-v-88a3b080] {
3530
3595
  display: inline-block;
3531
3596
  min-width: 70px;
3532
3597
  box-sizing: border-box;
@@ -3535,10 +3600,10 @@ span.CodeMirror-selectedtext { background: none; }
3535
3600
  border: 1px solid #ccc;
3536
3601
  cursor: move;
3537
3602
  }
3538
- .components-list .widget-control[data-v-e51c1984]:not(:last-child) {
3603
+ .components-list .widget-control[data-v-88a3b080]:not(:last-child) {
3539
3604
  border-right: none;
3540
3605
  }
3541
- .components-list .widget-control a[data-v-e51c1984] {
3606
+ .components-list .widget-control a[data-v-88a3b080] {
3542
3607
  color: #666;
3543
3608
  display: flex;
3544
3609
  flex-direction: column;
@@ -3546,40 +3611,40 @@ span.CodeMirror-selectedtext { background: none; }
3546
3611
  align-items: center;
3547
3612
  font-size: 12px;
3548
3613
  }
3549
- .components-list .preview-options[data-v-e51c1984] {
3614
+ .components-list .preview-options[data-v-88a3b080] {
3550
3615
  position: absolute;
3551
3616
  height: 30px;
3552
3617
  right: 250px;
3553
3618
  bottom: 0;
3554
3619
  }
3555
- .components-list .preview-options .ant-btn-link[data-v-e51c1984] {
3620
+ .components-list .preview-options .ant-btn-link[data-v-88a3b080] {
3556
3621
  color: #666;
3557
3622
  padding: 0 2px;
3558
3623
  }
3559
- .components-list .preview-options .ant-btn-link.btn-active[data-v-e51c1984] {
3624
+ .components-list .preview-options .ant-btn-link.btn-active[data-v-88a3b080] {
3560
3625
  color: #1890ff;
3561
3626
  }
3562
- .control[data-v-e51c1984] {
3627
+ .control[data-v-88a3b080] {
3563
3628
  margin-top: 20px;
3564
3629
  width: 350px;
3565
3630
  background: #ffffff;
3566
3631
  box-shadow: 0 0 15px #ffffff;
3567
3632
  }
3568
- .control .title[data-v-e51c1984] {
3633
+ .control .title[data-v-88a3b080] {
3569
3634
  height: 50px;
3570
3635
  line-height: 50px;
3571
3636
  padding: 0 15px;
3572
3637
  border-bottom: 1px solid #f0f0f0;
3573
3638
  }
3574
- .control .list_wrap[data-v-e51c1984] {
3639
+ .control .list_wrap[data-v-88a3b080] {
3575
3640
  padding-top: 15px;
3576
3641
  font-size: 0;
3577
3642
  min-height: 680px;
3578
3643
  }
3579
- .control .list_wrap .list_box[data-v-e51c1984] {
3644
+ .control .list_wrap .list_box[data-v-88a3b080] {
3580
3645
  display: inline-block;
3581
3646
  }
3582
- .control .list_wrap .list[data-v-e51c1984] {
3647
+ .control .list_wrap .list[data-v-88a3b080] {
3583
3648
  border: 1px dashed #d1d1d1;
3584
3649
  margin: 0 7.5px 15px 7.5px;
3585
3650
  width: 160px;
@@ -3595,25 +3660,25 @@ span.CodeMirror-selectedtext { background: none; }
3595
3660
  position: relative;
3596
3661
  overflow: hidden;
3597
3662
  }
3598
- .control .list_wrap .list i[data-v-e51c1984] {
3663
+ .control .list_wrap .list i[data-v-88a3b080] {
3599
3664
  position: absolute;
3600
3665
  right: 10px;
3601
3666
  top: 0px;
3602
3667
  font-size: 22px;
3603
3668
  color: #999;
3604
3669
  }
3605
- .control .list_wrap .list[data-v-e51c1984]:nth-child(2n) {
3670
+ .control .list_wrap .list[data-v-88a3b080]:nth-child(2n) {
3606
3671
  margin-right: 0;
3607
3672
  }
3608
- .control .list_wrap .list[data-v-e51c1984]:hover {
3673
+ .control .list_wrap .list[data-v-88a3b080]:hover {
3609
3674
  background: #f1f1f1;
3610
3675
  }
3611
3676
 
3612
- .widget-view[data-v-6552ccfc] {
3677
+ .widget-view[data-v-e5819d94] {
3613
3678
  position: relative;
3614
3679
  z-index: 8;
3615
3680
  }
3616
- .widget-view .widget-view-model[data-v-6552ccfc] {
3681
+ .widget-view .widget-view-model[data-v-e5819d94] {
3617
3682
  position: absolute;
3618
3683
  top: 0px;
3619
3684
  right: 3px;
@@ -3965,18 +4030,18 @@ span.CodeMirror-selectedtext { background: none; }
3965
4030
  /***label对齐方式 */
3966
4031
 
3967
4032
 
3968
- [data-v-ff5cb27a] .m-colorPicker {
4033
+ [data-v-48c55d1c] .m-colorPicker {
3969
4034
  z-index: 2;
3970
4035
  }
3971
- [data-v-ff5cb27a] .m-colorPicker .colorBtn {
4036
+ [data-v-48c55d1c] .m-colorPicker .colorBtn {
3972
4037
  border: 1px solid #e3e3e3;
3973
4038
  }
3974
4039
 
3975
4040
 
3976
- [data-v-ca5daa0e] .ant-form-item {
4041
+ [data-v-7718daa8] .ant-form-item {
3977
4042
  margin-bottom: 0;
3978
4043
  }
3979
- [data-v-ca5daa0e] .ant-form-item ul {
4044
+ [data-v-7718daa8] .ant-form-item ul {
3980
4045
  position: initial !important;
3981
4046
  overflow-y: auto !important;
3982
4047
  }