@fecp/designer 5.4.78 → 5.4.79

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.
Files changed (25) hide show
  1. package/es/designer/package.json.mjs +1 -1
  2. package/es/designer/src/packages/dialog/index.vue.mjs +1 -1
  3. package/es/designer/src/packages/dialog/useDialogDialog.mjs +1 -1
  4. package/es/designer/src/packages/dialogGlobal/index.vue.mjs +1 -1
  5. package/es/designer/src/packages/dialogGlobal/useDialogGlobalDialog.mjs +1 -1
  6. package/es/designer/src/packages/form/property/widgets.vue.mjs +2 -2
  7. package/es/designer.css +160 -141
  8. package/es/packages/mobile/src/components/base/button/Button.vue.mjs +3 -3
  9. package/es/packages/mobile/src/components/navigation/tabbar/Tabbar.vue.mjs +22 -8
  10. package/es/packages/vue/src/components/forms/form/Form.vue.mjs +3 -3
  11. package/es/packages/vue/src/components/forms/h2/H2.vue.mjs +1 -1
  12. package/es/packages/vue/src/components/layout/Layout.vue.mjs +8 -15
  13. package/lib/designer/package.json.js +1 -1
  14. package/lib/designer/src/packages/dialog/index.vue.js +1 -1
  15. package/lib/designer/src/packages/dialog/useDialogDialog.js +1 -1
  16. package/lib/designer/src/packages/dialogGlobal/index.vue.js +1 -1
  17. package/lib/designer/src/packages/dialogGlobal/useDialogGlobalDialog.js +1 -1
  18. package/lib/designer/src/packages/form/property/widgets.vue.js +2 -2
  19. package/lib/designer.css +160 -141
  20. package/lib/packages/mobile/src/components/base/button/Button.vue.js +2 -2
  21. package/lib/packages/mobile/src/components/navigation/tabbar/Tabbar.vue.js +21 -7
  22. package/lib/packages/vue/src/components/forms/form/Form.vue.js +3 -3
  23. package/lib/packages/vue/src/components/forms/h2/H2.vue.js +1 -1
  24. package/lib/packages/vue/src/components/layout/Layout.vue.js +8 -15
  25. package/package.json +1 -1
package/es/designer.css CHANGED
@@ -1688,7 +1688,7 @@
1688
1688
  }
1689
1689
  [data-v-1b079e6c] .el-form-item__content {
1690
1690
  flex-wrap: wrap !important;
1691
- }.dialog-menu-item[data-v-24bfc32a] {
1691
+ }.dialog-menu-item[data-v-47900630] {
1692
1692
  padding: 10px;
1693
1693
  border: 1px solid #ebeef5;
1694
1694
  margin-bottom: 8px;
@@ -1697,74 +1697,74 @@
1697
1697
  cursor: pointer;
1698
1698
  transition: all 0.3s;
1699
1699
  }
1700
- .dialog-menu-item.is-active[data-v-24bfc32a] {
1700
+ .dialog-menu-item.is-active[data-v-47900630] {
1701
1701
  border-color: #409eff;
1702
1702
  background-color: #ecf5ff;
1703
1703
  }
1704
- .dialog-menu-item.is-editing[data-v-24bfc32a] {
1704
+ .dialog-menu-item.is-editing[data-v-47900630] {
1705
1705
  cursor: default;
1706
1706
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
1707
1707
  border-color: #91d5ff;
1708
1708
  }
1709
- .dialog-menu-item.is-editing .new-item-content[data-v-24bfc32a] {
1709
+ .dialog-menu-item.is-editing .new-item-content[data-v-47900630] {
1710
1710
  display: flex;
1711
1711
  flex-direction: column;
1712
1712
  gap: 12px;
1713
1713
  }
1714
- .dialog-menu-item.is-editing .new-item-content .edit-actions[data-v-24bfc32a] {
1714
+ .dialog-menu-item.is-editing .new-item-content .edit-actions[data-v-47900630] {
1715
1715
  display: flex;
1716
1716
  justify-content: flex-end;
1717
1717
  align-items: center;
1718
1718
  }
1719
- .dialog-menu-item.is-editing .new-item-content .new-item-input[data-v-24bfc32a] .el-input__wrapper {
1719
+ .dialog-menu-item.is-editing .new-item-content .new-item-input[data-v-47900630] .el-input__wrapper {
1720
1720
  border-color: #91d5ff;
1721
1721
  box-shadow: 0 0 0 1px #91d5ff inset;
1722
1722
  }
1723
- .dialog-menu-item.is-editing .new-item-content .new-item-input[data-v-24bfc32a] .el-input__wrapper:focus-within {
1723
+ .dialog-menu-item.is-editing .new-item-content .new-item-input[data-v-47900630] .el-input__wrapper:focus-within {
1724
1724
  border-color: #409eff;
1725
1725
  box-shadow: 0 0 0 1px #409eff inset;
1726
1726
  }
1727
- .dialog-menu-item[data-v-24bfc32a]:hover:not(.is-editing) {
1727
+ .dialog-menu-item[data-v-47900630]:hover:not(.is-editing) {
1728
1728
  border-color: #c6e2ff;
1729
1729
  }
1730
- .dialog-menu-item .dialog-content[data-v-24bfc32a] {
1730
+ .dialog-menu-item .dialog-content[data-v-47900630] {
1731
1731
  display: flex;
1732
1732
  justify-content: space-between;
1733
1733
  align-items: center;
1734
1734
  gap: 12px;
1735
1735
  }
1736
- .dialog-menu-item .dialog-name-wrapper[data-v-24bfc32a] {
1736
+ .dialog-menu-item .dialog-name-wrapper[data-v-47900630] {
1737
1737
  flex: 1;
1738
1738
  display: flex;
1739
1739
  align-items: center;
1740
1740
  }
1741
- .dialog-menu-item .delete-icon[data-v-24bfc32a] {
1741
+ .dialog-menu-item .delete-icon[data-v-47900630] {
1742
1742
  color: #909399;
1743
1743
  transition: color 0.2s;
1744
1744
  }
1745
- .dialog-menu-item .delete-icon[data-v-24bfc32a]:hover {
1745
+ .dialog-menu-item .delete-icon[data-v-47900630]:hover {
1746
1746
  color: #f56c6c;
1747
1747
  }
1748
- .param-list[data-v-24bfc32a] {
1748
+ .param-list[data-v-47900630] {
1749
1749
  padding-left: 20px;
1750
1750
  margin-top: -10px;
1751
1751
  margin-bottom: 10px;
1752
1752
  }
1753
- .param-item[data-v-24bfc32a] {
1753
+ .param-item[data-v-47900630] {
1754
1754
  display: flex;
1755
1755
  align-items: center;
1756
1756
  gap: 8px;
1757
1757
  margin-bottom: 8px;
1758
1758
  }
1759
- .param-item .el-input[data-v-24bfc32a] {
1759
+ .param-item .el-input[data-v-47900630] {
1760
1760
  margin: 0;
1761
1761
  }
1762
- .param-item .el-button[data-v-24bfc32a] {
1762
+ .param-item .el-button[data-v-47900630] {
1763
1763
  height: 32px;
1764
1764
  width: 32px;
1765
1765
  padding: 0;
1766
1766
  }
1767
- .empty-selection[data-v-24bfc32a] {
1767
+ .empty-selection[data-v-47900630] {
1768
1768
  display: flex;
1769
1769
  align-items: center;
1770
1770
  justify-content: center;
@@ -1772,32 +1772,32 @@
1772
1772
  color: #909399;
1773
1773
  font-size: 14px;
1774
1774
  }
1775
- .dialog-header[data-v-24bfc32a] {
1775
+ .dialog-header[data-v-47900630] {
1776
1776
  font-weight: 600;
1777
1777
  color: #303133;
1778
1778
  border-bottom: 1px solid #ebeef5;
1779
1779
  background: #fff;
1780
1780
  line-height: 40px;
1781
1781
  }
1782
- .footer-buttons-container[data-v-24bfc32a] {
1782
+ .footer-buttons-container[data-v-47900630] {
1783
1783
  width: 100%;
1784
1784
  border: 1px solid #dcdfe6;
1785
1785
  border-radius: 4px;
1786
1786
  padding: 10px;
1787
1787
  background-color: #fafafa;
1788
1788
  }
1789
- .footer-buttons-container .empty-tip[data-v-24bfc32a] {
1789
+ .footer-buttons-container .empty-tip[data-v-47900630] {
1790
1790
  text-align: center;
1791
1791
  color: #909399;
1792
1792
  font-size: 13px;
1793
1793
  padding: 20px 0;
1794
1794
  }
1795
- .footer-buttons-container .footer-buttons[data-v-24bfc32a] {
1795
+ .footer-buttons-container .footer-buttons[data-v-47900630] {
1796
1796
  display: flex;
1797
1797
  gap: 8px;
1798
1798
  width: 100%;
1799
1799
  }
1800
- .footer-buttons-container .footer-buttons .el-checkbox[data-v-24bfc32a] {
1800
+ .footer-buttons-container .footer-buttons .el-checkbox[data-v-47900630] {
1801
1801
  display: flex;
1802
1802
  align-items: center;
1803
1803
  padding: 8px 12px;
@@ -1807,26 +1807,26 @@
1807
1807
  background-color: #fff;
1808
1808
  transition: all 0.2s;
1809
1809
  }
1810
- .footer-buttons-container .footer-buttons .el-checkbox[data-v-24bfc32a]:hover {
1810
+ .footer-buttons-container .footer-buttons .el-checkbox[data-v-47900630]:hover {
1811
1811
  border-color: #c6e2ff;
1812
1812
  background-color: #f5f7ff;
1813
1813
  }
1814
- .footer-buttons-container .footer-buttons .el-checkbox.is-checked[data-v-24bfc32a] {
1814
+ .footer-buttons-container .footer-buttons .el-checkbox.is-checked[data-v-47900630] {
1815
1815
  border-color: #409eff;
1816
1816
  background-color: #ecf5ff;
1817
1817
  }
1818
- .footer-buttons-container .footer-buttons .el-checkbox .button-checkbox-content[data-v-24bfc32a] {
1818
+ .footer-buttons-container .footer-buttons .el-checkbox .button-checkbox-content[data-v-47900630] {
1819
1819
  display: flex;
1820
1820
  align-items: center;
1821
1821
  gap: 8px;
1822
1822
  flex: 1;
1823
1823
  }
1824
- .footer-buttons-container .footer-buttons .el-checkbox .button-checkbox-content .button-name[data-v-24bfc32a] {
1824
+ .footer-buttons-container .footer-buttons .el-checkbox .button-checkbox-content .button-name[data-v-47900630] {
1825
1825
  font-size: 14px;
1826
1826
  color: #303133;
1827
1827
  font-weight: 500;
1828
1828
  }
1829
- .footer-buttons-container .footer-buttons .el-checkbox .button-checkbox-content .button-code[data-v-24bfc32a] {
1829
+ .footer-buttons-container .footer-buttons .el-checkbox .button-checkbox-content .button-code[data-v-47900630] {
1830
1830
  font-size: 12px;
1831
1831
  color: #909399;
1832
1832
  font-family: "Courier New", monospace;
@@ -1834,87 +1834,94 @@
1834
1834
  padding: 2px 6px;
1835
1835
  border-radius: 3px;
1836
1836
  }
1837
- .footer-buttons-container .footer-buttons[data-v-24bfc32a] {
1837
+ .footer-buttons-container .footer-buttons[data-v-47900630] {
1838
1838
  display: flex;
1839
1839
  flex-wrap: wrap;
1840
1840
  gap: 8px;
1841
1841
  width: 100%;
1842
1842
  }
1843
- .col-rules-list[data-v-24bfc32a] {
1843
+ .col-rules-list[data-v-47900630] {
1844
1844
  max-height: 300px;
1845
1845
  overflow-y: auto;
1846
1846
  }
1847
- .col-rules-list .col-rule-item[data-v-24bfc32a] {
1847
+ .col-rules-list .col-rule-item[data-v-47900630] {
1848
1848
  display: flex;
1849
1849
  align-items: center;
1850
1850
  gap: 10px;
1851
1851
  margin-bottom: 8px;
1852
1852
  transition: all 0.2s ease;
1853
1853
  }
1854
- .col-rules-list .col-rule-item[data-v-24bfc32a]:last-child {
1854
+ .col-rules-list .col-rule-item[data-v-47900630]:last-child {
1855
1855
  margin-bottom: 0;
1856
1856
  }
1857
- .col-rules-list .col-rule-item .drag-handle[data-v-24bfc32a] {
1857
+ .col-rules-list .col-rule-item .drag-handle[data-v-47900630] {
1858
1858
  cursor: move;
1859
1859
  color: #909399;
1860
1860
  display: flex;
1861
1861
  align-items: center;
1862
- padding: 2px;
1862
+ justify-content: center;
1863
+ padding: 4px;
1864
+ height: 24px;
1863
1865
  }
1864
- .col-rules-list .col-rule-item .drag-handle[data-v-24bfc32a]:hover {
1866
+ .col-rules-list .col-rule-item .drag-handle[data-v-47900630]:hover {
1865
1867
  color: #409eff;
1866
1868
  }
1867
- .col-rules-list .col-rule-item .custom-col-btns[data-v-24bfc32a] {
1869
+ .col-rules-list .col-rule-item .custom-col-btns[data-v-47900630] {
1868
1870
  margin-left: auto;
1869
1871
  display: flex;
1870
1872
  align-items: center;
1873
+ gap: 4px;
1871
1874
  }
1872
- .col-property[data-v-24bfc32a] {
1875
+ .col-property[data-v-47900630] {
1873
1876
  height: 750px;
1874
1877
  margin-right: -12px;
1875
1878
  margin-top: -13px;
1876
1879
  margin-bottom: -13px;
1877
1880
  }
1878
- .col-property[data-v-24bfc32a] .col-property-scrollbar {
1881
+ .col-property[data-v-47900630] .col-property-scrollbar {
1879
1882
  padding-right: 12px;
1880
1883
  }
1881
- .col-panel[data-v-24bfc32a] {
1884
+ .col-panel[data-v-47900630] {
1882
1885
  width: 100%;
1883
1886
  padding: 0px 0px 10px;
1884
1887
  }
1885
- .col-panel .col-header[data-v-24bfc32a] {
1888
+ .col-panel .col-header[data-v-47900630] {
1886
1889
  display: flex;
1887
1890
  justify-content: space-between;
1888
1891
  align-items: center;
1889
1892
  margin: 4px 0 8px 0;
1890
1893
  }
1891
- .col-panel .col-rules-list[data-v-24bfc32a] {
1894
+ .col-panel .col-rules-list[data-v-47900630] {
1892
1895
  max-height: 300px;
1893
1896
  overflow-y: auto;
1894
1897
  }
1895
- .col-panel .col-rules-list .col-rule-item[data-v-24bfc32a] {
1898
+ .col-panel .col-rules-list .col-rule-item[data-v-47900630] {
1896
1899
  display: flex;
1897
1900
  align-items: center;
1898
1901
  gap: 10px;
1899
1902
  margin-bottom: 8px;
1900
1903
  transition: all 0.2s ease;
1901
1904
  }
1902
- .col-panel .col-rules-list .col-rule-item[data-v-24bfc32a]:last-child {
1905
+ .col-panel .col-rules-list .col-rule-item[data-v-47900630]:last-child {
1903
1906
  margin-bottom: 0;
1904
1907
  }
1905
- .col-panel .col-rules-list .col-rule-item .drag-handle[data-v-24bfc32a] {
1908
+ .col-panel .col-rules-list .col-rule-item .drag-handle[data-v-47900630] {
1906
1909
  cursor: move;
1907
1910
  color: #909399;
1908
1911
  display: flex;
1909
1912
  align-items: center;
1910
- padding: 2px;
1913
+ justify-content: center;
1914
+ padding: 4px;
1915
+ height: 24px;
1911
1916
  }
1912
- .col-panel .col-rules-list .col-rule-item .drag-handle[data-v-24bfc32a]:hover {
1917
+ .col-panel .col-rules-list .col-rule-item .drag-handle[data-v-47900630]:hover {
1913
1918
  color: #409eff;
1914
1919
  }
1915
- .col-panel .col-rules-list .col-rule-item .delete-btn[data-v-24bfc32a] {
1920
+ .col-panel .col-rules-list .col-rule-item .delete-btn[data-v-47900630] {
1916
1921
  margin-left: auto;
1917
- }.dialog-menu-item[data-v-e641bf90] {
1922
+ display: flex;
1923
+ align-items: center;
1924
+ }.dialog-menu-item[data-v-60556147] {
1918
1925
  padding: 10px;
1919
1926
  border: 1px solid #ebeef5;
1920
1927
  margin-bottom: 8px;
@@ -1923,74 +1930,74 @@
1923
1930
  cursor: pointer;
1924
1931
  transition: all 0.3s;
1925
1932
  }
1926
- .dialog-menu-item.is-active[data-v-e641bf90] {
1933
+ .dialog-menu-item.is-active[data-v-60556147] {
1927
1934
  border-color: #409eff;
1928
1935
  background-color: #ecf5ff;
1929
1936
  }
1930
- .dialog-menu-item.is-editing[data-v-e641bf90] {
1937
+ .dialog-menu-item.is-editing[data-v-60556147] {
1931
1938
  cursor: default;
1932
1939
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
1933
1940
  border-color: #91d5ff;
1934
1941
  }
1935
- .dialog-menu-item.is-editing .new-item-content[data-v-e641bf90] {
1942
+ .dialog-menu-item.is-editing .new-item-content[data-v-60556147] {
1936
1943
  display: flex;
1937
1944
  flex-direction: column;
1938
1945
  gap: 12px;
1939
1946
  }
1940
- .dialog-menu-item.is-editing .new-item-content .edit-actions[data-v-e641bf90] {
1947
+ .dialog-menu-item.is-editing .new-item-content .edit-actions[data-v-60556147] {
1941
1948
  display: flex;
1942
1949
  justify-content: flex-end;
1943
1950
  align-items: center;
1944
1951
  }
1945
- .dialog-menu-item.is-editing .new-item-content .new-item-input[data-v-e641bf90] .el-input__wrapper {
1952
+ .dialog-menu-item.is-editing .new-item-content .new-item-input[data-v-60556147] .el-input__wrapper {
1946
1953
  border-color: #91d5ff;
1947
1954
  box-shadow: 0 0 0 1px #91d5ff inset;
1948
1955
  }
1949
- .dialog-menu-item.is-editing .new-item-content .new-item-input[data-v-e641bf90] .el-input__wrapper:focus-within {
1956
+ .dialog-menu-item.is-editing .new-item-content .new-item-input[data-v-60556147] .el-input__wrapper:focus-within {
1950
1957
  border-color: #409eff;
1951
1958
  box-shadow: 0 0 0 1px #409eff inset;
1952
1959
  }
1953
- .dialog-menu-item[data-v-e641bf90]:hover:not(.is-editing) {
1960
+ .dialog-menu-item[data-v-60556147]:hover:not(.is-editing) {
1954
1961
  border-color: #c6e2ff;
1955
1962
  }
1956
- .dialog-menu-item .dialog-content[data-v-e641bf90] {
1963
+ .dialog-menu-item .dialog-content[data-v-60556147] {
1957
1964
  display: flex;
1958
1965
  justify-content: space-between;
1959
1966
  align-items: center;
1960
1967
  gap: 12px;
1961
1968
  }
1962
- .dialog-menu-item .dialog-name-wrapper[data-v-e641bf90] {
1969
+ .dialog-menu-item .dialog-name-wrapper[data-v-60556147] {
1963
1970
  flex: 1;
1964
1971
  display: flex;
1965
1972
  align-items: center;
1966
1973
  }
1967
- .dialog-menu-item .delete-icon[data-v-e641bf90] {
1974
+ .dialog-menu-item .delete-icon[data-v-60556147] {
1968
1975
  color: #909399;
1969
1976
  transition: color 0.2s;
1970
1977
  }
1971
- .dialog-menu-item .delete-icon[data-v-e641bf90]:hover {
1978
+ .dialog-menu-item .delete-icon[data-v-60556147]:hover {
1972
1979
  color: #f56c6c;
1973
1980
  }
1974
- .param-list[data-v-e641bf90] {
1981
+ .param-list[data-v-60556147] {
1975
1982
  padding-left: 20px;
1976
1983
  margin-top: -10px;
1977
1984
  margin-bottom: 10px;
1978
1985
  }
1979
- .param-item[data-v-e641bf90] {
1986
+ .param-item[data-v-60556147] {
1980
1987
  display: flex;
1981
1988
  align-items: center;
1982
1989
  gap: 8px;
1983
1990
  margin-bottom: 8px;
1984
1991
  }
1985
- .param-item .el-input[data-v-e641bf90] {
1992
+ .param-item .el-input[data-v-60556147] {
1986
1993
  margin: 0;
1987
1994
  }
1988
- .param-item .el-button[data-v-e641bf90] {
1995
+ .param-item .el-button[data-v-60556147] {
1989
1996
  height: 32px;
1990
1997
  width: 32px;
1991
1998
  padding: 0;
1992
1999
  }
1993
- .empty-selection[data-v-e641bf90] {
2000
+ .empty-selection[data-v-60556147] {
1994
2001
  display: flex;
1995
2002
  align-items: center;
1996
2003
  justify-content: center;
@@ -1998,32 +2005,32 @@
1998
2005
  color: #909399;
1999
2006
  font-size: 14px;
2000
2007
  }
2001
- .dialog-header[data-v-e641bf90] {
2008
+ .dialog-header[data-v-60556147] {
2002
2009
  font-weight: 600;
2003
2010
  color: #303133;
2004
2011
  border-bottom: 1px solid #ebeef5;
2005
2012
  background: #fff;
2006
2013
  line-height: 40px;
2007
2014
  }
2008
- .footer-buttons-container[data-v-e641bf90] {
2015
+ .footer-buttons-container[data-v-60556147] {
2009
2016
  width: 100%;
2010
2017
  border: 1px solid #dcdfe6;
2011
2018
  border-radius: 4px;
2012
2019
  padding: 10px;
2013
2020
  background-color: #fafafa;
2014
2021
  }
2015
- .footer-buttons-container .empty-tip[data-v-e641bf90] {
2022
+ .footer-buttons-container .empty-tip[data-v-60556147] {
2016
2023
  text-align: center;
2017
2024
  color: #909399;
2018
2025
  font-size: 13px;
2019
2026
  padding: 20px 0;
2020
2027
  }
2021
- .footer-buttons-container .footer-buttons[data-v-e641bf90] {
2028
+ .footer-buttons-container .footer-buttons[data-v-60556147] {
2022
2029
  display: flex;
2023
2030
  gap: 8px;
2024
2031
  width: 100%;
2025
2032
  }
2026
- .footer-buttons-container .footer-buttons .el-checkbox[data-v-e641bf90] {
2033
+ .footer-buttons-container .footer-buttons .el-checkbox[data-v-60556147] {
2027
2034
  display: flex;
2028
2035
  align-items: center;
2029
2036
  padding: 8px 12px;
@@ -2033,26 +2040,26 @@
2033
2040
  background-color: #fff;
2034
2041
  transition: all 0.2s;
2035
2042
  }
2036
- .footer-buttons-container .footer-buttons .el-checkbox[data-v-e641bf90]:hover {
2043
+ .footer-buttons-container .footer-buttons .el-checkbox[data-v-60556147]:hover {
2037
2044
  border-color: #c6e2ff;
2038
2045
  background-color: #f5f7ff;
2039
2046
  }
2040
- .footer-buttons-container .footer-buttons .el-checkbox.is-checked[data-v-e641bf90] {
2047
+ .footer-buttons-container .footer-buttons .el-checkbox.is-checked[data-v-60556147] {
2041
2048
  border-color: #409eff;
2042
2049
  background-color: #ecf5ff;
2043
2050
  }
2044
- .footer-buttons-container .footer-buttons .el-checkbox .button-checkbox-content[data-v-e641bf90] {
2051
+ .footer-buttons-container .footer-buttons .el-checkbox .button-checkbox-content[data-v-60556147] {
2045
2052
  display: flex;
2046
2053
  align-items: center;
2047
2054
  gap: 8px;
2048
2055
  flex: 1;
2049
2056
  }
2050
- .footer-buttons-container .footer-buttons .el-checkbox .button-checkbox-content .button-name[data-v-e641bf90] {
2057
+ .footer-buttons-container .footer-buttons .el-checkbox .button-checkbox-content .button-name[data-v-60556147] {
2051
2058
  font-size: 14px;
2052
2059
  color: #303133;
2053
2060
  font-weight: 500;
2054
2061
  }
2055
- .footer-buttons-container .footer-buttons .el-checkbox .button-checkbox-content .button-code[data-v-e641bf90] {
2062
+ .footer-buttons-container .footer-buttons .el-checkbox .button-checkbox-content .button-code[data-v-60556147] {
2056
2063
  font-size: 12px;
2057
2064
  color: #909399;
2058
2065
  font-family: "Courier New", monospace;
@@ -2060,88 +2067,95 @@
2060
2067
  padding: 2px 6px;
2061
2068
  border-radius: 3px;
2062
2069
  }
2063
- .footer-buttons-container .footer-buttons[data-v-e641bf90] {
2070
+ .footer-buttons-container .footer-buttons[data-v-60556147] {
2064
2071
  display: flex;
2065
2072
  flex-wrap: wrap;
2066
2073
  gap: 8px;
2067
2074
  width: 100%;
2068
2075
  }
2069
- .col-rules-list[data-v-e641bf90] {
2076
+ .col-rules-list[data-v-60556147] {
2070
2077
  max-height: 300px;
2071
2078
  overflow-y: auto;
2072
2079
  }
2073
- .col-rules-list .col-rule-item[data-v-e641bf90] {
2080
+ .col-rules-list .col-rule-item[data-v-60556147] {
2074
2081
  display: flex;
2075
2082
  align-items: center;
2076
2083
  gap: 10px;
2077
2084
  margin-bottom: 8px;
2078
2085
  transition: all 0.2s ease;
2079
2086
  }
2080
- .col-rules-list .col-rule-item[data-v-e641bf90]:last-child {
2087
+ .col-rules-list .col-rule-item[data-v-60556147]:last-child {
2081
2088
  margin-bottom: 0;
2082
2089
  }
2083
- .col-rules-list .col-rule-item .drag-handle[data-v-e641bf90] {
2090
+ .col-rules-list .col-rule-item .drag-handle[data-v-60556147] {
2084
2091
  cursor: move;
2085
2092
  color: #909399;
2086
2093
  display: flex;
2087
2094
  align-items: center;
2088
- padding: 2px;
2095
+ justify-content: center;
2096
+ padding: 4px;
2097
+ height: 24px;
2089
2098
  }
2090
- .col-rules-list .col-rule-item .drag-handle[data-v-e641bf90]:hover {
2099
+ .col-rules-list .col-rule-item .drag-handle[data-v-60556147]:hover {
2091
2100
  color: #409eff;
2092
2101
  }
2093
- .col-rules-list .col-rule-item .custom-col-btns[data-v-e641bf90] {
2102
+ .col-rules-list .col-rule-item .custom-col-btns[data-v-60556147] {
2094
2103
  margin-left: auto;
2095
2104
  display: flex;
2096
2105
  align-items: center;
2106
+ gap: 4px;
2097
2107
  }
2098
- .col-property[data-v-e641bf90] {
2108
+ .col-property[data-v-60556147] {
2099
2109
  height: 750px;
2100
2110
  margin-right: -12px;
2101
2111
  margin-top: -13px;
2102
2112
  margin-bottom: -13px;
2103
2113
  }
2104
- .col-property[data-v-e641bf90] .col-property-scrollbar {
2114
+ .col-property[data-v-60556147] .col-property-scrollbar {
2105
2115
  padding-right: 12px;
2106
2116
  }
2107
- .col-panel[data-v-e641bf90] {
2117
+ .col-panel[data-v-60556147] {
2108
2118
  width: 100%;
2109
2119
  padding: 0px 0px 10px;
2110
2120
  }
2111
- .col-panel .col-header[data-v-e641bf90] {
2121
+ .col-panel .col-header[data-v-60556147] {
2112
2122
  display: flex;
2113
2123
  justify-content: space-between;
2114
2124
  align-items: center;
2115
2125
  margin: 4px 0 8px 0;
2116
2126
  }
2117
- .col-panel .col-rules-list[data-v-e641bf90] {
2127
+ .col-panel .col-rules-list[data-v-60556147] {
2118
2128
  max-height: 300px;
2119
2129
  overflow-y: auto;
2120
2130
  }
2121
- .col-panel .col-rules-list .col-rule-item[data-v-e641bf90] {
2131
+ .col-panel .col-rules-list .col-rule-item[data-v-60556147] {
2122
2132
  display: flex;
2123
2133
  align-items: center;
2124
2134
  gap: 10px;
2125
2135
  margin-bottom: 8px;
2126
2136
  transition: all 0.2s ease;
2127
2137
  }
2128
- .col-panel .col-rules-list .col-rule-item[data-v-e641bf90]:last-child {
2138
+ .col-panel .col-rules-list .col-rule-item[data-v-60556147]:last-child {
2129
2139
  margin-bottom: 0;
2130
2140
  }
2131
- .col-panel .col-rules-list .col-rule-item .drag-handle[data-v-e641bf90] {
2141
+ .col-panel .col-rules-list .col-rule-item .drag-handle[data-v-60556147] {
2132
2142
  cursor: move;
2133
2143
  color: #909399;
2134
2144
  display: flex;
2135
2145
  align-items: center;
2136
- padding: 2px;
2146
+ justify-content: center;
2147
+ padding: 4px;
2148
+ height: 24px;
2137
2149
  }
2138
- .col-panel .col-rules-list .col-rule-item .drag-handle[data-v-e641bf90]:hover {
2150
+ .col-panel .col-rules-list .col-rule-item .drag-handle[data-v-60556147]:hover {
2139
2151
  color: #409eff;
2140
2152
  }
2141
- .col-panel .col-rules-list .col-rule-item .delete-btn[data-v-e641bf90] {
2153
+ .col-panel .col-rules-list .col-rule-item .delete-btn[data-v-60556147] {
2142
2154
  margin-left: auto;
2155
+ display: flex;
2156
+ align-items: center;
2143
2157
  }
2144
- .loading-overlay[data-v-e641bf90] {
2158
+ .loading-overlay[data-v-60556147] {
2145
2159
  position: absolute;
2146
2160
  top: 0;
2147
2161
  left: 0;
@@ -2155,17 +2169,17 @@
2155
2169
  z-index: 1000;
2156
2170
  border-radius: 4px;
2157
2171
  }
2158
- .loading-overlay .loading-icon[data-v-e641bf90] {
2172
+ .loading-overlay .loading-icon[data-v-60556147] {
2159
2173
  font-size: 40px;
2160
2174
  color: #409eff;
2161
- animation: rotate-e641bf90 1s linear infinite;
2175
+ animation: rotate-60556147 1s linear infinite;
2162
2176
  }
2163
- .loading-overlay .loading-text[data-v-e641bf90] {
2177
+ .loading-overlay .loading-text[data-v-60556147] {
2164
2178
  margin-top: 12px;
2165
2179
  font-size: 14px;
2166
2180
  color: #606266;
2167
2181
  }
2168
- @keyframes rotate-e641bf90 {
2182
+ @keyframes rotate-60556147 {
2169
2183
  from {
2170
2184
  transform: rotate(0deg);
2171
2185
  }
@@ -5497,49 +5511,50 @@ body,
5497
5511
  flex-grow: 1;
5498
5512
  margin-left: 10px;
5499
5513
  background-image: linear-gradient(to right, #dedede, transparent, transparent);
5500
- }.fec-h2[data-v-2e23c430] {
5514
+ }.fec-h2[data-v-60bd3722] {
5501
5515
  width: 100%;
5502
- height: 100%;
5503
5516
  display: flex;
5504
5517
  align-items: center;
5505
- background-color: #f4f6f8;
5506
- border-radius: 2px;
5507
- height: 40px;
5508
- position: absolute;
5509
- top: 50%;
5510
- transform: translateY(-50%);
5518
+ justify-content: space-between;
5519
+ padding: 14px 16px;
5520
+ background-color: #fff;
5521
+ border-bottom: 1px solid #e4e7ed;
5522
+ box-sizing: border-box;
5523
+ position: relative;
5511
5524
  }
5512
- .fec-h2 .fec-label-line[data-v-2e23c430] {
5525
+ .fec-h2[data-v-60bd3722]::before {
5526
+ content: "";
5527
+ position: absolute;
5528
+ left: 0;
5529
+ top: 0;
5530
+ bottom: 0;
5513
5531
  width: 4px;
5514
- height: 100%;
5515
- background-color: var(--el-color-primary);
5516
- float: left;
5517
- margin-right: 10px;
5518
- border-top-left-radius: 2px;
5519
- border-bottom-left-radius: 2px;
5532
+ background: var(--el-color-primary, #409eff);
5520
5533
  }
5521
- .fec-h2 .fec-label[data-v-2e23c430] {
5534
+ .fec-h2 .fec-label[data-v-60bd3722] {
5522
5535
  display: flex;
5523
- align-items: flex-end;
5536
+ align-items: baseline;
5537
+ gap: 10px;
5524
5538
  }
5525
- .fec-h2 .fec-label .fec-label-title[data-v-2e23c430] {
5526
- font-size: 17px;
5539
+ .fec-h2 .fec-label .fec-label-title[data-v-60bd3722] {
5540
+ font-size: 16px;
5527
5541
  font-weight: 600;
5528
- color: #1a1a1a;
5529
- margin: 0 8px;
5542
+ color: #303133;
5543
+ letter-spacing: 0.3px;
5530
5544
  }
5531
- .fec-h2 .fec-label .fec-label-sub-title[data-v-2e23c430] {
5545
+ .fec-h2 .fec-label .fec-label-sub-title[data-v-60bd3722] {
5532
5546
  font-size: 12px;
5533
- color: #606266;
5534
- font-weight: 500;
5535
- margin-left: 12px;
5547
+ color: #909399;
5548
+ font-weight: 400;
5536
5549
  }
5537
- .fec-h2 .fec-buttons[data-v-2e23c430] {
5538
- margin-right: 12px;
5539
- flex: 1;
5550
+ .fec-h2 .fec-buttons[data-v-60bd3722] {
5540
5551
  display: flex;
5541
- margin-top: 2px;
5542
- justify-content: space-between;
5552
+ gap: 8px;
5553
+ }
5554
+ .fec-h2 .fec-buttons .left[data-v-60bd3722], .fec-h2 .fec-buttons .right[data-v-60bd3722] {
5555
+ display: flex;
5556
+ align-items: center;
5557
+ gap: 8px;
5543
5558
  }.el-timeline{--el-timeline-node-size-normal:12px;--el-timeline-node-size-large:14px;--el-timeline-node-color:var(--el-border-color-light);font-size:var(--el-font-size-base);margin:0;list-style:none}.el-timeline .el-timeline-item:last-child .el-timeline-item__tail{display:none}.el-timeline .el-timeline-item__center{align-items:center;display:flex}.el-timeline .el-timeline-item__center .el-timeline-item__wrapper{width:100%}.el-timeline .el-timeline-item__center .el-timeline-item__tail{top:0}.el-timeline .el-timeline-item__center:first-child .el-timeline-item__tail{height:calc(50% + 10px);top:calc(50% - 10px)}.el-timeline .el-timeline-item__center:last-child .el-timeline-item__tail{height:calc(50% - 10px);display:block}.el-timeline.is-start{padding-left:40px;padding-right:0}.el-timeline.is-end{padding-left:0;padding-right:40px}.el-timeline.is-alternate{padding-left:20px;padding-right:20px}.el-timeline.is-alternate .el-timeline-item:nth-child(odd) .el-timeline-item__wrapper{width:calc(50% - 28px);left:calc(50% - var(--el-timeline-node-size-large) / 2);padding-left:28px}.el-timeline.is-alternate .el-timeline-item:nth-child(2n) .el-timeline-item__wrapper{width:calc(50% - 28px + var(--el-timeline-node-size-large) / 2);text-align:right;padding-right:28px}.el-timeline.is-alternate-reverse{padding-left:20px;padding-right:20px}.el-timeline.is-alternate-reverse .el-timeline-item:nth-child(odd) .el-timeline-item__wrapper{width:calc(50% - 28px + var(--el-timeline-node-size-large) / 2);text-align:right;padding-right:28px}.el-timeline.is-alternate-reverse .el-timeline-item:nth-child(2n) .el-timeline-item__wrapper{width:calc(50% - 28px);left:calc(50% - var(--el-timeline-node-size-large) / 2);padding-left:28px}.el-timeline-item{padding-bottom:20px;position:relative}.el-timeline-item__wrapper{box-sizing:content-box;position:relative;top:-3px}.el-timeline-item__tail{border-left:2px solid var(--el-timeline-node-color);height:100%;position:absolute}.el-timeline-item .el-timeline-item__icon{color:var(--el-color-white);font-size:var(--el-font-size-small)}.el-timeline-item__node{background-color:var(--el-timeline-node-color);border-color:var(--el-timeline-node-color);box-sizing:border-box;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute}.el-timeline-item__node--normal{width:var(--el-timeline-node-size-normal);height:var(--el-timeline-node-size-normal)}.el-timeline-item__node--large{width:var(--el-timeline-node-size-large);height:var(--el-timeline-node-size-large)}.el-timeline-item__node.is-hollow{background:var(--el-color-white);border-style:solid;border-width:2px}.el-timeline-item__node--primary{background-color:var(--el-color-primary);border-color:var(--el-color-primary)}.el-timeline-item__node--success{background-color:var(--el-color-success);border-color:var(--el-color-success)}.el-timeline-item__node--warning{background-color:var(--el-color-warning);border-color:var(--el-color-warning)}.el-timeline-item__node--danger{background-color:var(--el-color-danger);border-color:var(--el-color-danger)}.el-timeline-item__node--info{background-color:var(--el-color-info);border-color:var(--el-color-info)}.el-timeline-item__dot{justify-content:center;align-items:center;display:flex;position:absolute}.el-timeline-item__content{color:var(--el-text-color-primary)}.el-timeline-item__timestamp{color:var(--el-text-color-secondary);line-height:1;font-size:var(--el-font-size-small)}.el-timeline-item__timestamp.is-top{margin-bottom:8px;padding-top:4px}.el-timeline-item__timestamp.is-bottom{margin-top:8px}.el-timeline-item.is-start .el-timeline-item__wrapper{padding-left:28px}.el-timeline-item.is-start .el-timeline-item__tail{left:4px}.el-timeline-item.is-start .el-timeline-item__node--normal{left:-1px}.el-timeline-item.is-start .el-timeline-item__node--large{left:-2px}.el-timeline-item.is-end .el-timeline-item__wrapper{text-align:right;padding-right:28px}.el-timeline-item.is-end .el-timeline-item__tail{right:4px}.el-timeline-item.is-end .el-timeline-item__node--normal{right:-1px}.el-timeline-item.is-end .el-timeline-item__node--large{right:-2px}.el-timeline-item.is-alternate .el-timeline-item__tail,.el-timeline-item.is-alternate .el-timeline-item__node,.el-timeline-item.is-alternate-reverse .el-timeline-item__tail,.el-timeline-item.is-alternate-reverse .el-timeline-item__node{left:50%;transform:translate(-50%)}
5544
5559
  .flowTimeline {
5545
5560
  width: 100%;
@@ -5912,22 +5927,22 @@ body,
5912
5927
  width: 80px;
5913
5928
  font-size: var(--el-font-size-extra-small);
5914
5929
  }
5915
- .fec-form[data-v-48d4542c] {
5930
+ .fec-form[data-v-2e861481] {
5916
5931
  height: 100%;
5917
5932
  }
5918
- [data-v-48d4542c] .vgl-item {
5933
+ [data-v-2e861481] .vgl-item {
5919
5934
  transition: none;
5920
5935
  }
5921
- [data-v-48d4542c] .vgl-item > .el-form-item {
5936
+ [data-v-2e861481] .vgl-item > .el-form-item {
5922
5937
  width: 100%;
5923
5938
  padding: 6px 8px 0 8px;
5924
5939
  height: calc(100% - 15px);
5925
5940
  display: flex;
5926
5941
  }
5927
- [data-v-48d4542c] .vgl-item > .el-form-item.el-form-item--label-top {
5942
+ [data-v-2e861481] .vgl-item > .el-form-item.el-form-item--label-top {
5928
5943
  flex-direction: column;
5929
5944
  }
5930
- [data-v-48d4542c] .vgl-item > .el-form-item .el-form-item__label {
5945
+ [data-v-2e861481] .vgl-item > .el-form-item .el-form-item__label {
5931
5946
  line-height: 20px;
5932
5947
  display: flex;
5933
5948
  align-items: center;
@@ -5936,12 +5951,12 @@ body,
5936
5951
  flex-wrap: wrap;
5937
5952
  white-space: normal;
5938
5953
  }
5939
- [data-v-48d4542c] .vgl-item > .el-form-item {
5954
+ [data-v-2e861481] .vgl-item > .el-form-item {
5940
5955
  /* .el-form-item__error {
5941
5956
  padding-top: 10px;
5942
5957
  } */
5943
5958
  }
5944
- [data-v-48d4542c] .vgl-item > .el-container {
5959
+ [data-v-2e861481] .vgl-item > .el-container {
5945
5960
  height: auto !important;
5946
5961
  }.cell-content .cell-text[data-v-77be03fc] {
5947
5962
  display: inline-block;
@@ -6301,18 +6316,18 @@ body,
6301
6316
  max-height: 90% !important;
6302
6317
  padding: 0 !important;
6303
6318
  }
6304
- .fec-layout-row[data-v-b2246cdb] {
6319
+ .fec-layout-row[data-v-317e7dd8] {
6305
6320
  width: 100%;
6306
6321
  height: 100%;
6307
6322
  overflow: hidden;
6308
6323
  }
6309
- .fec-layout-row[data-v-b2246cdb] .el-col {
6324
+ .fec-layout-row[data-v-317e7dd8] .el-col {
6310
6325
  height: 100%;
6311
6326
  }
6312
- .fec-layout-row[data-v-b2246cdb] .el-col .el-scrollbar__bar {
6327
+ .fec-layout-row[data-v-317e7dd8] .el-col .el-scrollbar__bar {
6313
6328
  display: none;
6314
6329
  }
6315
- .grid-content[data-v-b2246cdb] {
6330
+ .grid-content[data-v-317e7dd8] {
6316
6331
  border-radius: 9px 9px 4px 4px;
6317
6332
  background-color: #fff;
6318
6333
  position: relative;
@@ -6323,7 +6338,7 @@ body,
6323
6338
  padding: 16px 16px 16px 16px;
6324
6339
  } */
6325
6340
  }
6326
- .grid-content-statistics[data-v-b2246cdb] {
6341
+ .grid-content-statistics[data-v-317e7dd8] {
6327
6342
  height: 100%;
6328
6343
  display: flex;
6329
6344
  flex-direction: column;
@@ -6334,7 +6349,7 @@ body,
6334
6349
  height: 100%;
6335
6350
  } */
6336
6351
  }
6337
- .grid-content-statistics[data-v-b2246cdb] .fec-layout-card:last-child {
6352
+ .grid-content-statistics[data-v-317e7dd8] .fec-layout-card:last-child {
6338
6353
  margin-bottom: 0 !important;
6339
6354
  flex: 1;
6340
6355
  }
@@ -6375,8 +6390,12 @@ body,
6375
6390
  flex-grow: 1;
6376
6391
  padding-top: 12px;
6377
6392
  }
6378
- [data-v-191efc8d] .van-button__content:before {
6393
+ [data-v-96b4e696] .van-button__content:before {
6379
6394
  display: none;
6395
+ }
6396
+ .fec-button[data-v-96b4e696] {
6397
+ flex: 1;
6398
+ height: 100%;
6380
6399
  }:root,:host{--van-cell-font-size: var(--van-font-size-md);--van-cell-line-height: 24px;--van-cell-vertical-padding: 10px;--van-cell-horizontal-padding: var(--van-padding-md);--van-cell-text-color: var(--van-text-color);--van-cell-background: var(--van-background-2);--van-cell-border-color: var(--van-border-color);--van-cell-active-color: var(--van-active-color);--van-cell-required-color: var(--van-danger-color);--van-cell-label-color: var(--van-text-color-2);--van-cell-label-font-size: var(--van-font-size-sm);--van-cell-label-line-height: var(--van-line-height-sm);--van-cell-label-margin-top: var(--van-padding-base);--van-cell-value-color: var(--van-text-color-2);--van-cell-value-font-size: inherit;--van-cell-icon-size: 16px;--van-cell-right-icon-color: var(--van-gray-6);--van-cell-large-vertical-padding: var(--van-padding-sm);--van-cell-large-title-font-size: var(--van-font-size-lg);--van-cell-large-label-font-size: var(--van-font-size-md);--van-cell-large-value-font-size: inherit}.van-cell{position:relative;display:flex;box-sizing:border-box;width:100%;padding:var(--van-cell-vertical-padding) var(--van-cell-horizontal-padding);overflow:hidden;color:var(--van-cell-text-color);font-size:var(--van-cell-font-size);line-height:var(--van-cell-line-height);background:var(--van-cell-background)}.van-cell:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;right:var(--van-padding-md);bottom:0;left:var(--van-padding-md);border-bottom:1px solid var(--van-cell-border-color);transform:scaleY(.5)}.van-cell:last-child:after,.van-cell--borderless:after{display:none}.van-cell__label{margin-top:var(--van-cell-label-margin-top);color:var(--van-cell-label-color);font-size:var(--van-cell-label-font-size);line-height:var(--van-cell-label-line-height)}.van-cell__title,.van-cell__value{flex:1}.van-cell__value{position:relative;overflow:hidden;color:var(--van-cell-value-color);font-size:var(--van-cell-value-font-size);text-align:right;vertical-align:middle;word-wrap:break-word}.van-cell__left-icon,.van-cell__right-icon{height:var(--van-cell-line-height);font-size:var(--van-cell-icon-size);line-height:var(--van-cell-line-height)}.van-cell__left-icon{margin-right:var(--van-padding-base)}.van-cell__right-icon{margin-left:var(--van-padding-base);color:var(--van-cell-right-icon-color)}.van-cell--clickable{cursor:pointer}.van-cell--clickable:active{background-color:var(--van-cell-active-color)}.van-cell--required{overflow:visible}.van-cell--required:before{position:absolute;left:var(--van-padding-xs);color:var(--van-cell-required-color);font-size:var(--van-cell-font-size);content:"*"}.van-cell--center{align-items:center}.van-cell--large{padding-top:var(--van-cell-large-vertical-padding);padding-bottom:var(--van-cell-large-vertical-padding)}.van-cell--large .van-cell__title{font-size:var(--van-cell-large-title-font-size)}.van-cell--large .van-cell__label{font-size:var(--van-cell-large-label-font-size)}.van-cell--large .van-cell__value{font-size:var(--van-cell-large-value-font-size)}
6381
6400
  :root,:host{--van-cell-group-background: var(--van-background-2);--van-cell-group-title-color: var(--van-text-color-2);--van-cell-group-title-padding: var(--van-padding-md) var(--van-padding-md);--van-cell-group-title-font-size: var(--van-font-size-md);--van-cell-group-title-line-height: 16px;--van-cell-group-inset-padding: 0 var(--van-padding-md);--van-cell-group-inset-radius: var(--van-radius-lg);--van-cell-group-inset-title-padding: var(--van-padding-md) var(--van-padding-md)}.van-cell-group{background:var(--van-cell-group-background)}.van-cell-group--inset{margin:var(--van-cell-group-inset-padding);border-radius:var(--van-cell-group-inset-radius);overflow:hidden}.van-cell-group__title{padding:var(--van-cell-group-title-padding);color:var(--van-cell-group-title-color);font-size:var(--van-cell-group-title-font-size);line-height:var(--van-cell-group-title-line-height)}.van-cell-group__title--inset{padding:var(--van-cell-group-inset-title-padding)}
6382
6401
  .van-swipe-cell{position:relative;overflow:hidden;cursor:-webkit-grab;cursor:grab}.van-swipe-cell__wrapper{transition-timing-function:cubic-bezier(.18,.89,.32,1);transition-property:transform}.van-swipe-cell__left,.van-swipe-cell__right{position:absolute;top:0;height:100%}.van-swipe-cell__left{left:0;transform:translate3d(-100%,0,0)}.van-swipe-cell__right{right:0;transform:translate3d(100%,0,0)}