@zscreate/form-component 1.1.650 → 1.1.651
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 +96 -28
- package/dist/form-component.umd.js +51960 -50886
- package/package.json +1 -1
package/dist/form-component.css
CHANGED
|
@@ -1609,45 +1609,45 @@ li.CodeMirror-hint-active {
|
|
|
1609
1609
|
color: white;
|
|
1610
1610
|
}
|
|
1611
1611
|
|
|
1612
|
-
.option_row_header[data-v-
|
|
1612
|
+
.option_row_header[data-v-242a9df4] {
|
|
1613
1613
|
background: #eee;
|
|
1614
1614
|
text-align: center;
|
|
1615
1615
|
line-height: 45px;
|
|
1616
1616
|
}
|
|
1617
|
-
.option_row[data-v-
|
|
1617
|
+
.option_row[data-v-242a9df4] {
|
|
1618
1618
|
border-left: 1px solid #eee;
|
|
1619
1619
|
}
|
|
1620
|
-
.option_row .ant-col[data-v-
|
|
1620
|
+
.option_row .ant-col[data-v-242a9df4] {
|
|
1621
1621
|
border-right: 1px solid #eee;
|
|
1622
1622
|
border-bottom: 1px solid #eee;
|
|
1623
1623
|
text-align: left;
|
|
1624
1624
|
height: 180px;
|
|
1625
1625
|
}
|
|
1626
|
-
.option_row .ant-col[data-v-
|
|
1626
|
+
.option_row .ant-col[data-v-242a9df4]:not(.code-col) {
|
|
1627
1627
|
line-height: 180px;
|
|
1628
1628
|
text-align: center;
|
|
1629
1629
|
}
|
|
1630
|
-
.no-data[data-v-
|
|
1630
|
+
.no-data[data-v-242a9df4] {
|
|
1631
1631
|
border: 1px solid #eee;
|
|
1632
1632
|
line-height: 45px;
|
|
1633
1633
|
text-align: center;
|
|
1634
1634
|
cursor: pointer;
|
|
1635
1635
|
color: #ccc;
|
|
1636
1636
|
}
|
|
1637
|
-
.code[data-v-
|
|
1637
|
+
.code[data-v-242a9df4] {
|
|
1638
1638
|
height: 180px;
|
|
1639
1639
|
width: 100%;
|
|
1640
1640
|
}
|
|
1641
|
-
.delete[data-v-
|
|
1641
|
+
.delete[data-v-242a9df4] {
|
|
1642
1642
|
color: #ff0000;
|
|
1643
1643
|
}
|
|
1644
|
-
[data-v-
|
|
1644
|
+
[data-v-242a9df4] .vue-codemirror {
|
|
1645
1645
|
height: 100%;
|
|
1646
1646
|
}
|
|
1647
|
-
[data-v-
|
|
1647
|
+
[data-v-242a9df4] .CodeMirror {
|
|
1648
1648
|
height: 178px !important;
|
|
1649
1649
|
}
|
|
1650
|
-
[data-v-
|
|
1650
|
+
[data-v-242a9df4] .CodeMirror-hints {
|
|
1651
1651
|
z-index: 999999 !important;
|
|
1652
1652
|
max-height: 200px;
|
|
1653
1653
|
overflow-y: auto;
|
|
@@ -1657,7 +1657,7 @@ li.CodeMirror-hint-active {
|
|
|
1657
1657
|
border: 1px solid #d9d9d9 !important;
|
|
1658
1658
|
position: fixed !important;
|
|
1659
1659
|
}
|
|
1660
|
-
[data-v-
|
|
1660
|
+
[data-v-242a9df4] .CodeMirror-hint {
|
|
1661
1661
|
padding: 6px 12px;
|
|
1662
1662
|
font-size: 13px;
|
|
1663
1663
|
line-height: 1.5;
|
|
@@ -1666,59 +1666,91 @@ li.CodeMirror-hint-active {
|
|
|
1666
1666
|
background: white !important;
|
|
1667
1667
|
cursor: pointer;
|
|
1668
1668
|
}
|
|
1669
|
-
[data-v-
|
|
1669
|
+
[data-v-242a9df4] .CodeMirror-hint:hover {
|
|
1670
1670
|
background-color: #f5f5f5 !important;
|
|
1671
1671
|
}
|
|
1672
|
-
[data-v-
|
|
1672
|
+
[data-v-242a9df4] .CodeMirror-hint-active {
|
|
1673
1673
|
background-color: #1890ff !important;
|
|
1674
1674
|
color: white !important;
|
|
1675
1675
|
}
|
|
1676
|
-
[data-v-
|
|
1676
|
+
[data-v-242a9df4] .custom-hint-item {
|
|
1677
1677
|
font-weight: 500;
|
|
1678
1678
|
}
|
|
1679
|
-
[data-v-
|
|
1679
|
+
[data-v-242a9df4]:global(.CodeMirror-hints) {
|
|
1680
1680
|
z-index: 999999 !important;
|
|
1681
1681
|
position: fixed !important;
|
|
1682
1682
|
background: white !important;
|
|
1683
1683
|
border: 1px solid #d9d9d9 !important;
|
|
1684
1684
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
|
|
1685
1685
|
}
|
|
1686
|
-
|
|
1686
|
+
[data-v-242a9df4] .CodeMirror-gutter.breakpoints {
|
|
1687
|
+
width: 16px !important;
|
|
1688
|
+
background: #2c3e50;
|
|
1689
|
+
border-right: 1px solid #34495e;
|
|
1690
|
+
}
|
|
1691
|
+
[data-v-242a9df4] .CodeMirror-breakpoint {
|
|
1692
|
+
width: 12px !important;
|
|
1693
|
+
height: 12px !important;
|
|
1694
|
+
border-radius: 50% !important;
|
|
1695
|
+
background-color: #e74c3c !important;
|
|
1696
|
+
border: 2px solid #c0392b !important;
|
|
1697
|
+
margin-left: 2px !important;
|
|
1698
|
+
cursor: pointer !important;
|
|
1699
|
+
position: relative !important;
|
|
1700
|
+
display: inline-block !important;
|
|
1701
|
+
}
|
|
1702
|
+
[data-v-242a9df4] .CodeMirror-breakpoint:hover {
|
|
1703
|
+
background-color: #c0392b !important;
|
|
1704
|
+
transform: scale(1.1) !important;
|
|
1705
|
+
}
|
|
1706
|
+
[data-v-242a9df4] .CodeMirror-breakpoint-line {
|
|
1707
|
+
background-color: rgba(231, 76, 60, 0.1) !important;
|
|
1708
|
+
}
|
|
1709
|
+
[data-v-242a9df4] .CodeMirror-linenumber {
|
|
1710
|
+
cursor: pointer !important;
|
|
1711
|
+
-webkit-user-select: none !important;
|
|
1712
|
+
-moz-user-select: none !important;
|
|
1713
|
+
user-select: none !important;
|
|
1714
|
+
}
|
|
1715
|
+
[data-v-242a9df4] .CodeMirror-linenumber:hover {
|
|
1716
|
+
background-color: rgba(255, 255, 255, 0.1) !important;
|
|
1717
|
+
}
|
|
1718
|
+
.debug-result .debug-status[data-v-242a9df4] {
|
|
1687
1719
|
padding: 16px;
|
|
1688
1720
|
border-radius: 6px;
|
|
1689
1721
|
margin-bottom: 20px;
|
|
1690
1722
|
}
|
|
1691
|
-
.debug-result .debug-status.success[data-v-
|
|
1723
|
+
.debug-result .debug-status.success[data-v-242a9df4] {
|
|
1692
1724
|
background-color: #f6ffed;
|
|
1693
1725
|
border: 1px solid #b7eb8f;
|
|
1694
1726
|
color: #389e0d;
|
|
1695
1727
|
}
|
|
1696
|
-
.debug-result .debug-status.error[data-v-
|
|
1728
|
+
.debug-result .debug-status.error[data-v-242a9df4] {
|
|
1697
1729
|
background-color: #fff2f0;
|
|
1698
1730
|
border: 1px solid #ffccc7;
|
|
1699
1731
|
color: #cf1322;
|
|
1700
1732
|
}
|
|
1701
|
-
.debug-result .debug-status h3[data-v-
|
|
1733
|
+
.debug-result .debug-status h3[data-v-242a9df4] {
|
|
1702
1734
|
margin: 0 0 8px 0;
|
|
1703
1735
|
font-size: 16px;
|
|
1704
1736
|
font-weight: 600;
|
|
1705
1737
|
}
|
|
1706
|
-
.debug-result .debug-status p[data-v-
|
|
1738
|
+
.debug-result .debug-status p[data-v-242a9df4] {
|
|
1707
1739
|
margin: 0;
|
|
1708
1740
|
white-space: pre-wrap;
|
|
1709
1741
|
font-family: 'Courier New', monospace;
|
|
1710
1742
|
font-size: 12px;
|
|
1711
1743
|
}
|
|
1712
|
-
.debug-result .debug-section[data-v-
|
|
1744
|
+
.debug-result .debug-section[data-v-242a9df4] {
|
|
1713
1745
|
margin-bottom: 20px;
|
|
1714
1746
|
}
|
|
1715
|
-
.debug-result .debug-section h4[data-v-
|
|
1747
|
+
.debug-result .debug-section h4[data-v-242a9df4] {
|
|
1716
1748
|
margin: 0 0 8px 0;
|
|
1717
1749
|
font-size: 14px;
|
|
1718
1750
|
font-weight: 600;
|
|
1719
1751
|
color: #1890ff;
|
|
1720
1752
|
}
|
|
1721
|
-
.debug-result .debug-code[data-v-
|
|
1753
|
+
.debug-result .debug-code[data-v-242a9df4] {
|
|
1722
1754
|
background-color: #f5f5f5;
|
|
1723
1755
|
border: 1px solid #d9d9d9;
|
|
1724
1756
|
border-radius: 4px;
|
|
@@ -1730,7 +1762,7 @@ li.CodeMirror-hint-active {
|
|
|
1730
1762
|
max-height: 200px;
|
|
1731
1763
|
overflow-y: auto;
|
|
1732
1764
|
}
|
|
1733
|
-
.debug-result .debug-outputs[data-v-
|
|
1765
|
+
.debug-result .debug-outputs[data-v-242a9df4] {
|
|
1734
1766
|
background-color: #fafafa;
|
|
1735
1767
|
border: 1px solid #e8e8e8;
|
|
1736
1768
|
border-radius: 4px;
|
|
@@ -1738,24 +1770,60 @@ li.CodeMirror-hint-active {
|
|
|
1738
1770
|
max-height: 300px;
|
|
1739
1771
|
overflow-y: auto;
|
|
1740
1772
|
}
|
|
1741
|
-
.debug-result .debug-outputs .debug-output-item[data-v-
|
|
1773
|
+
.debug-result .debug-outputs .debug-output-item[data-v-242a9df4] {
|
|
1742
1774
|
font-family: 'Courier New', monospace;
|
|
1743
1775
|
font-size: 12px;
|
|
1744
1776
|
line-height: 1.5;
|
|
1745
1777
|
color: #333;
|
|
1746
1778
|
margin-bottom: 4px;
|
|
1747
1779
|
}
|
|
1748
|
-
.debug-result .debug-outputs .debug-output-item[data-v-
|
|
1780
|
+
.debug-result .debug-outputs .debug-output-item[data-v-242a9df4]:last-child {
|
|
1749
1781
|
margin-bottom: 0;
|
|
1750
1782
|
}
|
|
1751
|
-
.debug-result .debug-actions[data-v-
|
|
1783
|
+
.debug-result .debug-actions[data-v-242a9df4] {
|
|
1752
1784
|
text-align: right;
|
|
1753
1785
|
padding-top: 16px;
|
|
1754
1786
|
border-top: 1px solid #e8e8e8;
|
|
1755
1787
|
}
|
|
1756
|
-
.debug-result .debug-actions .ant-btn[data-v-
|
|
1788
|
+
.debug-result .debug-actions .ant-btn[data-v-242a9df4] {
|
|
1757
1789
|
margin-left: 8px;
|
|
1758
1790
|
}
|
|
1791
|
+
.debug-result .thumbnail-section[data-v-242a9df4] {
|
|
1792
|
+
margin-top: 16px;
|
|
1793
|
+
padding: 12px;
|
|
1794
|
+
background-color: #f9f9f9;
|
|
1795
|
+
border: 1px solid #e8e8e8;
|
|
1796
|
+
border-radius: 4px;
|
|
1797
|
+
display: flex;
|
|
1798
|
+
justify-content: flex-start;
|
|
1799
|
+
}
|
|
1800
|
+
.debug-result .thumbnail-section .thumbnail-container[data-v-242a9df4] {
|
|
1801
|
+
display: flex;
|
|
1802
|
+
flex-direction: column;
|
|
1803
|
+
align-items: flex-start;
|
|
1804
|
+
gap: 8px;
|
|
1805
|
+
}
|
|
1806
|
+
.debug-result .thumbnail-section .thumbnail-image[data-v-242a9df4] {
|
|
1807
|
+
max-width: 150px;
|
|
1808
|
+
max-height: 100px;
|
|
1809
|
+
border: 1px solid #d9d9d9;
|
|
1810
|
+
border-radius: 4px;
|
|
1811
|
+
cursor: pointer;
|
|
1812
|
+
transition: all 0.3s ease;
|
|
1813
|
+
}
|
|
1814
|
+
.debug-result .thumbnail-section .thumbnail-image[data-v-242a9df4]:hover {
|
|
1815
|
+
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
|
|
1816
|
+
transform: scale(1.05);
|
|
1817
|
+
}
|
|
1818
|
+
.debug-result .thumbnail-section .debug-time[data-v-242a9df4] {
|
|
1819
|
+
font-size: 12px;
|
|
1820
|
+
color: #666;
|
|
1821
|
+
text-align: left;
|
|
1822
|
+
background-color: rgba(255, 255, 255, 0.8);
|
|
1823
|
+
padding: 4px 8px;
|
|
1824
|
+
border-radius: 4px;
|
|
1825
|
+
border: 1px solid #e8e8e8;
|
|
1826
|
+
}
|
|
1759
1827
|
|
|
1760
1828
|
|
|
1761
1829
|
[data-v-dd940658] .ant-select-selection__rendered {
|