@zscreate/form-component 1.1.649 → 1.1.650
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 +88 -21
- package/dist/form-component.umd.js +864 -708
- package/package.json +1 -1
package/dist/form-component.css
CHANGED
|
@@ -1609,51 +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-3cd409c4] {
|
|
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-3cd409c4] {
|
|
1618
1618
|
border-left: 1px solid #eee;
|
|
1619
1619
|
}
|
|
1620
|
-
.option_row .ant-col[data-v-
|
|
1620
|
+
.option_row .ant-col[data-v-3cd409c4] {
|
|
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-3cd409c4]: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-3cd409c4] {
|
|
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-3cd409c4] {
|
|
1638
1638
|
height: 180px;
|
|
1639
1639
|
width: 100%;
|
|
1640
1640
|
}
|
|
1641
|
-
.
|
|
1642
|
-
position: absolute;
|
|
1643
|
-
right: -10px;
|
|
1644
|
-
top: 45px;
|
|
1645
|
-
cursor: pointer;
|
|
1646
|
-
}
|
|
1647
|
-
.delete[data-v-0bed63c4] {
|
|
1641
|
+
.delete[data-v-3cd409c4] {
|
|
1648
1642
|
color: #ff0000;
|
|
1649
1643
|
}
|
|
1650
|
-
[data-v-
|
|
1644
|
+
[data-v-3cd409c4] .vue-codemirror {
|
|
1651
1645
|
height: 100%;
|
|
1652
1646
|
}
|
|
1653
|
-
[data-v-
|
|
1647
|
+
[data-v-3cd409c4] .CodeMirror {
|
|
1654
1648
|
height: 178px !important;
|
|
1655
1649
|
}
|
|
1656
|
-
[data-v-
|
|
1650
|
+
[data-v-3cd409c4] .CodeMirror-hints {
|
|
1657
1651
|
z-index: 999999 !important;
|
|
1658
1652
|
max-height: 200px;
|
|
1659
1653
|
overflow-y: auto;
|
|
@@ -1663,7 +1657,7 @@ li.CodeMirror-hint-active {
|
|
|
1663
1657
|
border: 1px solid #d9d9d9 !important;
|
|
1664
1658
|
position: fixed !important;
|
|
1665
1659
|
}
|
|
1666
|
-
[data-v-
|
|
1660
|
+
[data-v-3cd409c4] .CodeMirror-hint {
|
|
1667
1661
|
padding: 6px 12px;
|
|
1668
1662
|
font-size: 13px;
|
|
1669
1663
|
line-height: 1.5;
|
|
@@ -1672,23 +1666,96 @@ li.CodeMirror-hint-active {
|
|
|
1672
1666
|
background: white !important;
|
|
1673
1667
|
cursor: pointer;
|
|
1674
1668
|
}
|
|
1675
|
-
[data-v-
|
|
1669
|
+
[data-v-3cd409c4] .CodeMirror-hint:hover {
|
|
1676
1670
|
background-color: #f5f5f5 !important;
|
|
1677
1671
|
}
|
|
1678
|
-
[data-v-
|
|
1672
|
+
[data-v-3cd409c4] .CodeMirror-hint-active {
|
|
1679
1673
|
background-color: #1890ff !important;
|
|
1680
1674
|
color: white !important;
|
|
1681
1675
|
}
|
|
1682
|
-
[data-v-
|
|
1676
|
+
[data-v-3cd409c4] .custom-hint-item {
|
|
1683
1677
|
font-weight: 500;
|
|
1684
1678
|
}
|
|
1685
|
-
[data-v-
|
|
1679
|
+
[data-v-3cd409c4]:global(.CodeMirror-hints) {
|
|
1686
1680
|
z-index: 999999 !important;
|
|
1687
1681
|
position: fixed !important;
|
|
1688
1682
|
background: white !important;
|
|
1689
1683
|
border: 1px solid #d9d9d9 !important;
|
|
1690
1684
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
|
|
1691
1685
|
}
|
|
1686
|
+
.debug-result .debug-status[data-v-3cd409c4] {
|
|
1687
|
+
padding: 16px;
|
|
1688
|
+
border-radius: 6px;
|
|
1689
|
+
margin-bottom: 20px;
|
|
1690
|
+
}
|
|
1691
|
+
.debug-result .debug-status.success[data-v-3cd409c4] {
|
|
1692
|
+
background-color: #f6ffed;
|
|
1693
|
+
border: 1px solid #b7eb8f;
|
|
1694
|
+
color: #389e0d;
|
|
1695
|
+
}
|
|
1696
|
+
.debug-result .debug-status.error[data-v-3cd409c4] {
|
|
1697
|
+
background-color: #fff2f0;
|
|
1698
|
+
border: 1px solid #ffccc7;
|
|
1699
|
+
color: #cf1322;
|
|
1700
|
+
}
|
|
1701
|
+
.debug-result .debug-status h3[data-v-3cd409c4] {
|
|
1702
|
+
margin: 0 0 8px 0;
|
|
1703
|
+
font-size: 16px;
|
|
1704
|
+
font-weight: 600;
|
|
1705
|
+
}
|
|
1706
|
+
.debug-result .debug-status p[data-v-3cd409c4] {
|
|
1707
|
+
margin: 0;
|
|
1708
|
+
white-space: pre-wrap;
|
|
1709
|
+
font-family: 'Courier New', monospace;
|
|
1710
|
+
font-size: 12px;
|
|
1711
|
+
}
|
|
1712
|
+
.debug-result .debug-section[data-v-3cd409c4] {
|
|
1713
|
+
margin-bottom: 20px;
|
|
1714
|
+
}
|
|
1715
|
+
.debug-result .debug-section h4[data-v-3cd409c4] {
|
|
1716
|
+
margin: 0 0 8px 0;
|
|
1717
|
+
font-size: 14px;
|
|
1718
|
+
font-weight: 600;
|
|
1719
|
+
color: #1890ff;
|
|
1720
|
+
}
|
|
1721
|
+
.debug-result .debug-code[data-v-3cd409c4] {
|
|
1722
|
+
background-color: #f5f5f5;
|
|
1723
|
+
border: 1px solid #d9d9d9;
|
|
1724
|
+
border-radius: 4px;
|
|
1725
|
+
padding: 12px;
|
|
1726
|
+
font-family: 'Courier New', monospace;
|
|
1727
|
+
font-size: 12px;
|
|
1728
|
+
white-space: pre-wrap;
|
|
1729
|
+
overflow-x: auto;
|
|
1730
|
+
max-height: 200px;
|
|
1731
|
+
overflow-y: auto;
|
|
1732
|
+
}
|
|
1733
|
+
.debug-result .debug-outputs[data-v-3cd409c4] {
|
|
1734
|
+
background-color: #fafafa;
|
|
1735
|
+
border: 1px solid #e8e8e8;
|
|
1736
|
+
border-radius: 4px;
|
|
1737
|
+
padding: 12px;
|
|
1738
|
+
max-height: 300px;
|
|
1739
|
+
overflow-y: auto;
|
|
1740
|
+
}
|
|
1741
|
+
.debug-result .debug-outputs .debug-output-item[data-v-3cd409c4] {
|
|
1742
|
+
font-family: 'Courier New', monospace;
|
|
1743
|
+
font-size: 12px;
|
|
1744
|
+
line-height: 1.5;
|
|
1745
|
+
color: #333;
|
|
1746
|
+
margin-bottom: 4px;
|
|
1747
|
+
}
|
|
1748
|
+
.debug-result .debug-outputs .debug-output-item[data-v-3cd409c4]:last-child {
|
|
1749
|
+
margin-bottom: 0;
|
|
1750
|
+
}
|
|
1751
|
+
.debug-result .debug-actions[data-v-3cd409c4] {
|
|
1752
|
+
text-align: right;
|
|
1753
|
+
padding-top: 16px;
|
|
1754
|
+
border-top: 1px solid #e8e8e8;
|
|
1755
|
+
}
|
|
1756
|
+
.debug-result .debug-actions .ant-btn[data-v-3cd409c4] {
|
|
1757
|
+
margin-left: 8px;
|
|
1758
|
+
}
|
|
1692
1759
|
|
|
1693
1760
|
|
|
1694
1761
|
[data-v-dd940658] .ant-select-selection__rendered {
|