@zscreate/form-component 1.1.649 → 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.
@@ -1609,51 +1609,45 @@ li.CodeMirror-hint-active {
1609
1609
  color: white;
1610
1610
  }
1611
1611
 
1612
- .option_row_header[data-v-0bed63c4] {
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-0bed63c4] {
1617
+ .option_row[data-v-242a9df4] {
1618
1618
  border-left: 1px solid #eee;
1619
1619
  }
1620
- .option_row .ant-col[data-v-0bed63c4] {
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-0bed63c4]:not(.code-col) {
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-0bed63c4] {
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-0bed63c4] {
1637
+ .code[data-v-242a9df4] {
1638
1638
  height: 180px;
1639
1639
  width: 100%;
1640
1640
  }
1641
- .getTemp[data-v-0bed63c4] {
1642
- position: absolute;
1643
- right: -10px;
1644
- top: 45px;
1645
- cursor: pointer;
1646
- }
1647
- .delete[data-v-0bed63c4] {
1641
+ .delete[data-v-242a9df4] {
1648
1642
  color: #ff0000;
1649
1643
  }
1650
- [data-v-0bed63c4] .vue-codemirror {
1644
+ [data-v-242a9df4] .vue-codemirror {
1651
1645
  height: 100%;
1652
1646
  }
1653
- [data-v-0bed63c4] .CodeMirror {
1647
+ [data-v-242a9df4] .CodeMirror {
1654
1648
  height: 178px !important;
1655
1649
  }
1656
- [data-v-0bed63c4] .CodeMirror-hints {
1650
+ [data-v-242a9df4] .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-0bed63c4] .CodeMirror-hint {
1660
+ [data-v-242a9df4] .CodeMirror-hint {
1667
1661
  padding: 6px 12px;
1668
1662
  font-size: 13px;
1669
1663
  line-height: 1.5;
@@ -1672,23 +1666,164 @@ li.CodeMirror-hint-active {
1672
1666
  background: white !important;
1673
1667
  cursor: pointer;
1674
1668
  }
1675
- [data-v-0bed63c4] .CodeMirror-hint:hover {
1669
+ [data-v-242a9df4] .CodeMirror-hint:hover {
1676
1670
  background-color: #f5f5f5 !important;
1677
1671
  }
1678
- [data-v-0bed63c4] .CodeMirror-hint-active {
1672
+ [data-v-242a9df4] .CodeMirror-hint-active {
1679
1673
  background-color: #1890ff !important;
1680
1674
  color: white !important;
1681
1675
  }
1682
- [data-v-0bed63c4] .custom-hint-item {
1676
+ [data-v-242a9df4] .custom-hint-item {
1683
1677
  font-weight: 500;
1684
1678
  }
1685
- [data-v-0bed63c4]:global(.CodeMirror-hints) {
1679
+ [data-v-242a9df4]: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
+ [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] {
1719
+ padding: 16px;
1720
+ border-radius: 6px;
1721
+ margin-bottom: 20px;
1722
+ }
1723
+ .debug-result .debug-status.success[data-v-242a9df4] {
1724
+ background-color: #f6ffed;
1725
+ border: 1px solid #b7eb8f;
1726
+ color: #389e0d;
1727
+ }
1728
+ .debug-result .debug-status.error[data-v-242a9df4] {
1729
+ background-color: #fff2f0;
1730
+ border: 1px solid #ffccc7;
1731
+ color: #cf1322;
1732
+ }
1733
+ .debug-result .debug-status h3[data-v-242a9df4] {
1734
+ margin: 0 0 8px 0;
1735
+ font-size: 16px;
1736
+ font-weight: 600;
1737
+ }
1738
+ .debug-result .debug-status p[data-v-242a9df4] {
1739
+ margin: 0;
1740
+ white-space: pre-wrap;
1741
+ font-family: 'Courier New', monospace;
1742
+ font-size: 12px;
1743
+ }
1744
+ .debug-result .debug-section[data-v-242a9df4] {
1745
+ margin-bottom: 20px;
1746
+ }
1747
+ .debug-result .debug-section h4[data-v-242a9df4] {
1748
+ margin: 0 0 8px 0;
1749
+ font-size: 14px;
1750
+ font-weight: 600;
1751
+ color: #1890ff;
1752
+ }
1753
+ .debug-result .debug-code[data-v-242a9df4] {
1754
+ background-color: #f5f5f5;
1755
+ border: 1px solid #d9d9d9;
1756
+ border-radius: 4px;
1757
+ padding: 12px;
1758
+ font-family: 'Courier New', monospace;
1759
+ font-size: 12px;
1760
+ white-space: pre-wrap;
1761
+ overflow-x: auto;
1762
+ max-height: 200px;
1763
+ overflow-y: auto;
1764
+ }
1765
+ .debug-result .debug-outputs[data-v-242a9df4] {
1766
+ background-color: #fafafa;
1767
+ border: 1px solid #e8e8e8;
1768
+ border-radius: 4px;
1769
+ padding: 12px;
1770
+ max-height: 300px;
1771
+ overflow-y: auto;
1772
+ }
1773
+ .debug-result .debug-outputs .debug-output-item[data-v-242a9df4] {
1774
+ font-family: 'Courier New', monospace;
1775
+ font-size: 12px;
1776
+ line-height: 1.5;
1777
+ color: #333;
1778
+ margin-bottom: 4px;
1779
+ }
1780
+ .debug-result .debug-outputs .debug-output-item[data-v-242a9df4]:last-child {
1781
+ margin-bottom: 0;
1782
+ }
1783
+ .debug-result .debug-actions[data-v-242a9df4] {
1784
+ text-align: right;
1785
+ padding-top: 16px;
1786
+ border-top: 1px solid #e8e8e8;
1787
+ }
1788
+ .debug-result .debug-actions .ant-btn[data-v-242a9df4] {
1789
+ margin-left: 8px;
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
+ }
1692
1827
 
1693
1828
 
1694
1829
  [data-v-dd940658] .ant-select-selection__rendered {