@zscreate/form-component 1.1.4-hnkj-13 → 1.1.5
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
CHANGED
|
@@ -2652,36 +2652,36 @@
|
|
|
2652
2652
|
font-size: 20px !important;
|
|
2653
2653
|
}
|
|
2654
2654
|
|
|
2655
|
-
.components-list[data-v-
|
|
2655
|
+
.components-list[data-v-4e696ea4] {
|
|
2656
2656
|
padding: 0;
|
|
2657
2657
|
padding-top: 5px;
|
|
2658
2658
|
margin: 0;
|
|
2659
2659
|
line-height: 20px;
|
|
2660
2660
|
position: relative;
|
|
2661
2661
|
}
|
|
2662
|
-
.components-list .tabs[data-v-
|
|
2662
|
+
.components-list .tabs[data-v-4e696ea4] {
|
|
2663
2663
|
margin-bottom: 10px;
|
|
2664
2664
|
overflow: hidden;
|
|
2665
2665
|
}
|
|
2666
|
-
.components-list .tabs > div[data-v-
|
|
2666
|
+
.components-list .tabs > div[data-v-4e696ea4] {
|
|
2667
2667
|
float: left;
|
|
2668
2668
|
}
|
|
2669
|
-
.components-list .tabs > div[data-v-
|
|
2669
|
+
.components-list .tabs > div[data-v-4e696ea4]:not(:last-child) {
|
|
2670
2670
|
border-right: 1px solid #ccc;
|
|
2671
2671
|
}
|
|
2672
|
-
.components-list .tabs span[data-v-
|
|
2672
|
+
.components-list .tabs span[data-v-4e696ea4] {
|
|
2673
2673
|
cursor: pointer;
|
|
2674
2674
|
display: inline-block;
|
|
2675
2675
|
margin: 0 5px;
|
|
2676
2676
|
font-size: 12px;
|
|
2677
2677
|
padding: 2px 5px;
|
|
2678
2678
|
}
|
|
2679
|
-
.components-list .tabs .activeTab[data-v-
|
|
2679
|
+
.components-list .tabs .activeTab[data-v-4e696ea4] {
|
|
2680
2680
|
background: #4991f2;
|
|
2681
2681
|
border-radius: 10px;
|
|
2682
2682
|
color: #fff;
|
|
2683
2683
|
}
|
|
2684
|
-
.components-list .widget-control[data-v-
|
|
2684
|
+
.components-list .widget-control[data-v-4e696ea4] {
|
|
2685
2685
|
display: inline-block;
|
|
2686
2686
|
min-width: 70px;
|
|
2687
2687
|
box-sizing: border-box;
|
|
@@ -2690,10 +2690,10 @@
|
|
|
2690
2690
|
border: 1px solid #ccc;
|
|
2691
2691
|
cursor: move;
|
|
2692
2692
|
}
|
|
2693
|
-
.components-list .widget-control[data-v-
|
|
2693
|
+
.components-list .widget-control[data-v-4e696ea4]:not(:last-child) {
|
|
2694
2694
|
border-right: none;
|
|
2695
2695
|
}
|
|
2696
|
-
.components-list .widget-control a[data-v-
|
|
2696
|
+
.components-list .widget-control a[data-v-4e696ea4] {
|
|
2697
2697
|
color: #666;
|
|
2698
2698
|
display: flex;
|
|
2699
2699
|
flex-direction: column;
|
|
@@ -2701,40 +2701,40 @@
|
|
|
2701
2701
|
align-items: center;
|
|
2702
2702
|
font-size: 12px;
|
|
2703
2703
|
}
|
|
2704
|
-
.components-list .preview-options[data-v-
|
|
2704
|
+
.components-list .preview-options[data-v-4e696ea4] {
|
|
2705
2705
|
position: absolute;
|
|
2706
2706
|
height: 30px;
|
|
2707
2707
|
right: 250px;
|
|
2708
2708
|
bottom: 0;
|
|
2709
2709
|
}
|
|
2710
|
-
.components-list .preview-options .ant-btn-link[data-v-
|
|
2710
|
+
.components-list .preview-options .ant-btn-link[data-v-4e696ea4] {
|
|
2711
2711
|
color: #666;
|
|
2712
2712
|
padding: 0 2px;
|
|
2713
2713
|
}
|
|
2714
|
-
.components-list .preview-options .ant-btn-link.btn-active[data-v-
|
|
2714
|
+
.components-list .preview-options .ant-btn-link.btn-active[data-v-4e696ea4] {
|
|
2715
2715
|
color: #1890ff;
|
|
2716
2716
|
}
|
|
2717
|
-
.control[data-v-
|
|
2717
|
+
.control[data-v-4e696ea4] {
|
|
2718
2718
|
margin-top: 20px;
|
|
2719
2719
|
width: 350px;
|
|
2720
2720
|
background: #ffffff;
|
|
2721
2721
|
box-shadow: 0 0 15px #ffffff;
|
|
2722
2722
|
}
|
|
2723
|
-
.control .title[data-v-
|
|
2723
|
+
.control .title[data-v-4e696ea4] {
|
|
2724
2724
|
height: 50px;
|
|
2725
2725
|
line-height: 50px;
|
|
2726
2726
|
padding: 0 15px;
|
|
2727
2727
|
border-bottom: 1px solid #f0f0f0;
|
|
2728
2728
|
}
|
|
2729
|
-
.control .list_wrap[data-v-
|
|
2729
|
+
.control .list_wrap[data-v-4e696ea4] {
|
|
2730
2730
|
padding-top: 15px;
|
|
2731
2731
|
font-size: 0;
|
|
2732
2732
|
min-height: 680px;
|
|
2733
2733
|
}
|
|
2734
|
-
.control .list_wrap .list_box[data-v-
|
|
2734
|
+
.control .list_wrap .list_box[data-v-4e696ea4] {
|
|
2735
2735
|
display: inline-block;
|
|
2736
2736
|
}
|
|
2737
|
-
.control .list_wrap .list[data-v-
|
|
2737
|
+
.control .list_wrap .list[data-v-4e696ea4] {
|
|
2738
2738
|
border: 1px dashed #d1d1d1;
|
|
2739
2739
|
margin: 0 7.5px 15px 7.5px;
|
|
2740
2740
|
width: 160px;
|
|
@@ -2750,17 +2750,17 @@
|
|
|
2750
2750
|
position: relative;
|
|
2751
2751
|
overflow: hidden;
|
|
2752
2752
|
}
|
|
2753
|
-
.control .list_wrap .list i[data-v-
|
|
2753
|
+
.control .list_wrap .list i[data-v-4e696ea4] {
|
|
2754
2754
|
position: absolute;
|
|
2755
2755
|
right: 10px;
|
|
2756
2756
|
top: 0px;
|
|
2757
2757
|
font-size: 22px;
|
|
2758
2758
|
color: #999;
|
|
2759
2759
|
}
|
|
2760
|
-
.control .list_wrap .list[data-v-
|
|
2760
|
+
.control .list_wrap .list[data-v-4e696ea4]:nth-child(2n) {
|
|
2761
2761
|
margin-right: 0;
|
|
2762
2762
|
}
|
|
2763
|
-
.control .list_wrap .list[data-v-
|
|
2763
|
+
.control .list_wrap .list[data-v-4e696ea4]:hover {
|
|
2764
2764
|
background: #f1f1f1;
|
|
2765
2765
|
}
|
|
2766
2766
|
|