@zscreate/form-component 1.1.651 → 1.1.653
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 +40 -40
- package/dist/form-component.umd.js +139239 -138834
- package/package.json +1 -1
package/dist/form-component.css
CHANGED
|
@@ -376,7 +376,7 @@ ul li[data-v-c8780a30] {
|
|
|
376
376
|
}
|
|
377
377
|
|
|
378
378
|
|
|
379
|
-
[data-v-
|
|
379
|
+
[data-v-cbf6f694] .ant-btn > span {
|
|
380
380
|
display: block !important;
|
|
381
381
|
}
|
|
382
382
|
|
|
@@ -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-08dcecee] {
|
|
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-08dcecee] {
|
|
1618
1618
|
border-left: 1px solid #eee;
|
|
1619
1619
|
}
|
|
1620
|
-
.option_row .ant-col[data-v-
|
|
1620
|
+
.option_row .ant-col[data-v-08dcecee] {
|
|
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-08dcecee]: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-08dcecee] {
|
|
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-08dcecee] {
|
|
1638
1638
|
height: 180px;
|
|
1639
1639
|
width: 100%;
|
|
1640
1640
|
}
|
|
1641
|
-
.delete[data-v-
|
|
1641
|
+
.delete[data-v-08dcecee] {
|
|
1642
1642
|
color: #ff0000;
|
|
1643
1643
|
}
|
|
1644
|
-
[data-v-
|
|
1644
|
+
[data-v-08dcecee] .vue-codemirror {
|
|
1645
1645
|
height: 100%;
|
|
1646
1646
|
}
|
|
1647
|
-
[data-v-
|
|
1647
|
+
[data-v-08dcecee] .CodeMirror {
|
|
1648
1648
|
height: 178px !important;
|
|
1649
1649
|
}
|
|
1650
|
-
[data-v-
|
|
1650
|
+
[data-v-08dcecee] .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-08dcecee] .CodeMirror-hint {
|
|
1661
1661
|
padding: 6px 12px;
|
|
1662
1662
|
font-size: 13px;
|
|
1663
1663
|
line-height: 1.5;
|
|
@@ -1666,29 +1666,29 @@ li.CodeMirror-hint-active {
|
|
|
1666
1666
|
background: white !important;
|
|
1667
1667
|
cursor: pointer;
|
|
1668
1668
|
}
|
|
1669
|
-
[data-v-
|
|
1669
|
+
[data-v-08dcecee] .CodeMirror-hint:hover {
|
|
1670
1670
|
background-color: #f5f5f5 !important;
|
|
1671
1671
|
}
|
|
1672
|
-
[data-v-
|
|
1672
|
+
[data-v-08dcecee] .CodeMirror-hint-active {
|
|
1673
1673
|
background-color: #1890ff !important;
|
|
1674
1674
|
color: white !important;
|
|
1675
1675
|
}
|
|
1676
|
-
[data-v-
|
|
1676
|
+
[data-v-08dcecee] .custom-hint-item {
|
|
1677
1677
|
font-weight: 500;
|
|
1678
1678
|
}
|
|
1679
|
-
[data-v-
|
|
1679
|
+
[data-v-08dcecee]: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
|
-
[data-v-
|
|
1686
|
+
[data-v-08dcecee] .CodeMirror-gutter.breakpoints {
|
|
1687
1687
|
width: 16px !important;
|
|
1688
1688
|
background: #2c3e50;
|
|
1689
1689
|
border-right: 1px solid #34495e;
|
|
1690
1690
|
}
|
|
1691
|
-
[data-v-
|
|
1691
|
+
[data-v-08dcecee] .CodeMirror-breakpoint {
|
|
1692
1692
|
width: 12px !important;
|
|
1693
1693
|
height: 12px !important;
|
|
1694
1694
|
border-radius: 50% !important;
|
|
@@ -1699,58 +1699,58 @@ li.CodeMirror-hint-active {
|
|
|
1699
1699
|
position: relative !important;
|
|
1700
1700
|
display: inline-block !important;
|
|
1701
1701
|
}
|
|
1702
|
-
[data-v-
|
|
1702
|
+
[data-v-08dcecee] .CodeMirror-breakpoint:hover {
|
|
1703
1703
|
background-color: #c0392b !important;
|
|
1704
1704
|
transform: scale(1.1) !important;
|
|
1705
1705
|
}
|
|
1706
|
-
[data-v-
|
|
1706
|
+
[data-v-08dcecee] .CodeMirror-breakpoint-line {
|
|
1707
1707
|
background-color: rgba(231, 76, 60, 0.1) !important;
|
|
1708
1708
|
}
|
|
1709
|
-
[data-v-
|
|
1709
|
+
[data-v-08dcecee] .CodeMirror-linenumber {
|
|
1710
1710
|
cursor: pointer !important;
|
|
1711
1711
|
-webkit-user-select: none !important;
|
|
1712
1712
|
-moz-user-select: none !important;
|
|
1713
1713
|
user-select: none !important;
|
|
1714
1714
|
}
|
|
1715
|
-
[data-v-
|
|
1715
|
+
[data-v-08dcecee] .CodeMirror-linenumber:hover {
|
|
1716
1716
|
background-color: rgba(255, 255, 255, 0.1) !important;
|
|
1717
1717
|
}
|
|
1718
|
-
.debug-result .debug-status[data-v-
|
|
1718
|
+
.debug-result .debug-status[data-v-08dcecee] {
|
|
1719
1719
|
padding: 16px;
|
|
1720
1720
|
border-radius: 6px;
|
|
1721
1721
|
margin-bottom: 20px;
|
|
1722
1722
|
}
|
|
1723
|
-
.debug-result .debug-status.success[data-v-
|
|
1723
|
+
.debug-result .debug-status.success[data-v-08dcecee] {
|
|
1724
1724
|
background-color: #f6ffed;
|
|
1725
1725
|
border: 1px solid #b7eb8f;
|
|
1726
1726
|
color: #389e0d;
|
|
1727
1727
|
}
|
|
1728
|
-
.debug-result .debug-status.error[data-v-
|
|
1728
|
+
.debug-result .debug-status.error[data-v-08dcecee] {
|
|
1729
1729
|
background-color: #fff2f0;
|
|
1730
1730
|
border: 1px solid #ffccc7;
|
|
1731
1731
|
color: #cf1322;
|
|
1732
1732
|
}
|
|
1733
|
-
.debug-result .debug-status h3[data-v-
|
|
1733
|
+
.debug-result .debug-status h3[data-v-08dcecee] {
|
|
1734
1734
|
margin: 0 0 8px 0;
|
|
1735
1735
|
font-size: 16px;
|
|
1736
1736
|
font-weight: 600;
|
|
1737
1737
|
}
|
|
1738
|
-
.debug-result .debug-status p[data-v-
|
|
1738
|
+
.debug-result .debug-status p[data-v-08dcecee] {
|
|
1739
1739
|
margin: 0;
|
|
1740
1740
|
white-space: pre-wrap;
|
|
1741
1741
|
font-family: 'Courier New', monospace;
|
|
1742
1742
|
font-size: 12px;
|
|
1743
1743
|
}
|
|
1744
|
-
.debug-result .debug-section[data-v-
|
|
1744
|
+
.debug-result .debug-section[data-v-08dcecee] {
|
|
1745
1745
|
margin-bottom: 20px;
|
|
1746
1746
|
}
|
|
1747
|
-
.debug-result .debug-section h4[data-v-
|
|
1747
|
+
.debug-result .debug-section h4[data-v-08dcecee] {
|
|
1748
1748
|
margin: 0 0 8px 0;
|
|
1749
1749
|
font-size: 14px;
|
|
1750
1750
|
font-weight: 600;
|
|
1751
1751
|
color: #1890ff;
|
|
1752
1752
|
}
|
|
1753
|
-
.debug-result .debug-code[data-v-
|
|
1753
|
+
.debug-result .debug-code[data-v-08dcecee] {
|
|
1754
1754
|
background-color: #f5f5f5;
|
|
1755
1755
|
border: 1px solid #d9d9d9;
|
|
1756
1756
|
border-radius: 4px;
|
|
@@ -1762,7 +1762,7 @@ li.CodeMirror-hint-active {
|
|
|
1762
1762
|
max-height: 200px;
|
|
1763
1763
|
overflow-y: auto;
|
|
1764
1764
|
}
|
|
1765
|
-
.debug-result .debug-outputs[data-v-
|
|
1765
|
+
.debug-result .debug-outputs[data-v-08dcecee] {
|
|
1766
1766
|
background-color: #fafafa;
|
|
1767
1767
|
border: 1px solid #e8e8e8;
|
|
1768
1768
|
border-radius: 4px;
|
|
@@ -1770,25 +1770,25 @@ li.CodeMirror-hint-active {
|
|
|
1770
1770
|
max-height: 300px;
|
|
1771
1771
|
overflow-y: auto;
|
|
1772
1772
|
}
|
|
1773
|
-
.debug-result .debug-outputs .debug-output-item[data-v-
|
|
1773
|
+
.debug-result .debug-outputs .debug-output-item[data-v-08dcecee] {
|
|
1774
1774
|
font-family: 'Courier New', monospace;
|
|
1775
1775
|
font-size: 12px;
|
|
1776
1776
|
line-height: 1.5;
|
|
1777
1777
|
color: #333;
|
|
1778
1778
|
margin-bottom: 4px;
|
|
1779
1779
|
}
|
|
1780
|
-
.debug-result .debug-outputs .debug-output-item[data-v-
|
|
1780
|
+
.debug-result .debug-outputs .debug-output-item[data-v-08dcecee]:last-child {
|
|
1781
1781
|
margin-bottom: 0;
|
|
1782
1782
|
}
|
|
1783
|
-
.debug-result .debug-actions[data-v-
|
|
1783
|
+
.debug-result .debug-actions[data-v-08dcecee] {
|
|
1784
1784
|
text-align: right;
|
|
1785
1785
|
padding-top: 16px;
|
|
1786
1786
|
border-top: 1px solid #e8e8e8;
|
|
1787
1787
|
}
|
|
1788
|
-
.debug-result .debug-actions .ant-btn[data-v-
|
|
1788
|
+
.debug-result .debug-actions .ant-btn[data-v-08dcecee] {
|
|
1789
1789
|
margin-left: 8px;
|
|
1790
1790
|
}
|
|
1791
|
-
.debug-result .thumbnail-section[data-v-
|
|
1791
|
+
.debug-result .thumbnail-section[data-v-08dcecee] {
|
|
1792
1792
|
margin-top: 16px;
|
|
1793
1793
|
padding: 12px;
|
|
1794
1794
|
background-color: #f9f9f9;
|
|
@@ -1797,13 +1797,13 @@ li.CodeMirror-hint-active {
|
|
|
1797
1797
|
display: flex;
|
|
1798
1798
|
justify-content: flex-start;
|
|
1799
1799
|
}
|
|
1800
|
-
.debug-result .thumbnail-section .thumbnail-container[data-v-
|
|
1800
|
+
.debug-result .thumbnail-section .thumbnail-container[data-v-08dcecee] {
|
|
1801
1801
|
display: flex;
|
|
1802
1802
|
flex-direction: column;
|
|
1803
1803
|
align-items: flex-start;
|
|
1804
1804
|
gap: 8px;
|
|
1805
1805
|
}
|
|
1806
|
-
.debug-result .thumbnail-section .thumbnail-image[data-v-
|
|
1806
|
+
.debug-result .thumbnail-section .thumbnail-image[data-v-08dcecee] {
|
|
1807
1807
|
max-width: 150px;
|
|
1808
1808
|
max-height: 100px;
|
|
1809
1809
|
border: 1px solid #d9d9d9;
|
|
@@ -1811,11 +1811,11 @@ li.CodeMirror-hint-active {
|
|
|
1811
1811
|
cursor: pointer;
|
|
1812
1812
|
transition: all 0.3s ease;
|
|
1813
1813
|
}
|
|
1814
|
-
.debug-result .thumbnail-section .thumbnail-image[data-v-
|
|
1814
|
+
.debug-result .thumbnail-section .thumbnail-image[data-v-08dcecee]:hover {
|
|
1815
1815
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
|
|
1816
1816
|
transform: scale(1.05);
|
|
1817
1817
|
}
|
|
1818
|
-
.debug-result .thumbnail-section .debug-time[data-v-
|
|
1818
|
+
.debug-result .thumbnail-section .debug-time[data-v-08dcecee] {
|
|
1819
1819
|
font-size: 12px;
|
|
1820
1820
|
color: #666;
|
|
1821
1821
|
text-align: left;
|