@fecp/designer 5.4.77 → 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 (51) 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/index.vue2.mjs +1 -1
  4. package/es/designer/src/packages/dialogGlobal/index.vue.mjs +1 -1
  5. package/es/designer/src/packages/form/property/approvalHistory.vue.mjs +8 -17
  6. package/es/designer/src/packages/form/property/contract.vue.mjs +13 -22
  7. package/es/designer/src/packages/form/property/document.vue.mjs +11 -20
  8. package/es/designer/src/packages/form/property/subForm.vue.mjs +16 -25
  9. package/es/designer/src/packages/form/property/subTable.vue.mjs +17 -26
  10. package/es/designer/src/packages/form/property/subTitleH2.vue.mjs +5 -14
  11. package/es/designer/src/packages/form/property/widgets.vue.mjs +81 -90
  12. package/es/designer/src/packages/table/property/widgets.vue.mjs +25 -34
  13. package/es/designer.css +248 -229
  14. package/es/packages/mobile/src/components/base/button/Button.vue.mjs +3 -3
  15. package/es/packages/mobile/src/components/navigation/tabbar/Tabbar.vue.mjs +22 -8
  16. package/es/packages/vue/index.mjs +2 -0
  17. package/es/packages/vue/src/components/details/footer/Footer.vue.mjs +7 -4
  18. package/es/packages/vue/src/components/details/header/Header.vue.mjs +7 -4
  19. package/es/packages/vue/src/components/forms/form/Form.vue.mjs +3 -3
  20. package/es/packages/vue/src/components/forms/h2/H2.vue.mjs +1 -1
  21. package/es/packages/vue/src/components/layout/Layout.vue.mjs +8 -15
  22. package/es/packages/vue/src/components/table/CustomButtons.vue.mjs +11 -6
  23. package/es/packages/vue/src/components/table/DynamicQuery.vue.mjs +7 -4
  24. package/es/packages/vue/src/components/table/TableColumn.vue.mjs +18 -2
  25. package/es/packages/vue/src/directive/auth.mjs +29 -0
  26. package/lib/designer/package.json.js +1 -1
  27. package/lib/designer/src/packages/dialog/index.vue.js +1 -1
  28. package/lib/designer/src/packages/dialog/index.vue2.js +1 -1
  29. package/lib/designer/src/packages/dialogGlobal/index.vue.js +1 -1
  30. package/lib/designer/src/packages/form/property/approvalHistory.vue.js +8 -17
  31. package/lib/designer/src/packages/form/property/contract.vue.js +13 -22
  32. package/lib/designer/src/packages/form/property/document.vue.js +11 -20
  33. package/lib/designer/src/packages/form/property/subForm.vue.js +16 -25
  34. package/lib/designer/src/packages/form/property/subTable.vue.js +17 -26
  35. package/lib/designer/src/packages/form/property/subTitleH2.vue.js +5 -14
  36. package/lib/designer/src/packages/form/property/widgets.vue.js +81 -90
  37. package/lib/designer/src/packages/table/property/widgets.vue.js +25 -34
  38. package/lib/designer.css +248 -229
  39. package/lib/packages/mobile/src/components/base/button/Button.vue.js +2 -2
  40. package/lib/packages/mobile/src/components/navigation/tabbar/Tabbar.vue.js +21 -7
  41. package/lib/packages/vue/index.js +2 -0
  42. package/lib/packages/vue/src/components/details/footer/Footer.vue.js +6 -3
  43. package/lib/packages/vue/src/components/details/header/Header.vue.js +6 -3
  44. package/lib/packages/vue/src/components/forms/form/Form.vue.js +3 -3
  45. package/lib/packages/vue/src/components/forms/h2/H2.vue.js +1 -1
  46. package/lib/packages/vue/src/components/layout/Layout.vue.js +8 -15
  47. package/lib/packages/vue/src/components/table/CustomButtons.vue.js +10 -5
  48. package/lib/packages/vue/src/components/table/DynamicQuery.vue.js +6 -3
  49. package/lib/packages/vue/src/components/table/TableColumn.vue.js +18 -2
  50. package/lib/packages/vue/src/directive/auth.js +29 -0
  51. package/package.json +1 -1
package/lib/designer.css CHANGED
@@ -1655,17 +1655,17 @@
1655
1655
  }
1656
1656
  .setting-btn.is-configured .edit-btn[data-v-db416ffc] {
1657
1657
  display: inline-block;
1658
- }.collapse-header[data-v-f6e822bf] {
1658
+ }.collapse-header[data-v-1b079e6c] {
1659
1659
  display: flex;
1660
1660
  align-items: center;
1661
1661
  justify-content: space-between;
1662
1662
  width: 100%;
1663
1663
  padding-right: 20px;
1664
1664
  }
1665
- .setting[data-v-f6e822bf] .el-collapse-item__content {
1665
+ .setting[data-v-1b079e6c] .el-collapse-item__content {
1666
1666
  position: relative;
1667
1667
  }
1668
- .field-type-select[data-v-f6e822bf] {
1668
+ .field-type-select[data-v-1b079e6c] {
1669
1669
  position: absolute;
1670
1670
  top: 11px;
1671
1671
  right: 16px;
@@ -1676,19 +1676,19 @@
1676
1676
  transition: all 0.3s;
1677
1677
  border-radius: 4px;
1678
1678
  }
1679
- .field-type-select[data-v-f6e822bf] .el-select__wrapper {
1679
+ .field-type-select[data-v-1b079e6c] .el-select__wrapper {
1680
1680
  background: transparent;
1681
1681
  box-shadow: none;
1682
1682
  }
1683
- .field-type-select[data-v-f6e822bf] .el-select__selected-item {
1683
+ .field-type-select[data-v-1b079e6c] .el-select__selected-item {
1684
1684
  text-align: center;
1685
1685
  }
1686
- .width-input[data-v-f6e822bf] {
1686
+ .width-input[data-v-1b079e6c] {
1687
1687
  width: 100%;
1688
1688
  }
1689
- [data-v-f6e822bf] .el-form-item__content {
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
  }
@@ -3235,17 +3249,17 @@ to {
3235
3249
  width: 100%;
3236
3250
  }
3237
3251
 
3238
- .collapse-header[data-v-70b9496e] {
3252
+ .collapse-header[data-v-b26b8fa8] {
3239
3253
  display: flex;
3240
3254
  align-items: center;
3241
3255
  justify-content: space-between;
3242
3256
  width: 100%;
3243
3257
  padding-right: 20px;
3244
3258
  }
3245
- .setting[data-v-70b9496e] .el-collapse-item__content {
3259
+ .setting[data-v-b26b8fa8] .el-collapse-item__content {
3246
3260
  position: relative;
3247
3261
  }
3248
- .field-type-select[data-v-70b9496e] {
3262
+ .field-type-select[data-v-b26b8fa8] {
3249
3263
  position: absolute;
3250
3264
  top: 11px;
3251
3265
  right: 16px;
@@ -3256,56 +3270,56 @@ to {
3256
3270
  transition: all 0.3s;
3257
3271
  border-radius: 4px;
3258
3272
  }
3259
- .field-type-select[data-v-70b9496e] .el-select__wrapper {
3273
+ .field-type-select[data-v-b26b8fa8] .el-select__wrapper {
3260
3274
  background: transparent;
3261
3275
  box-shadow: none;
3262
3276
  }
3263
- .field-type-select[data-v-70b9496e] .el-select__selected-item {
3277
+ .field-type-select[data-v-b26b8fa8] .el-select__selected-item {
3264
3278
  text-align: center;
3265
3279
  }
3266
- .width-input[data-v-70b9496e] {
3280
+ .width-input[data-v-b26b8fa8] {
3267
3281
  width: 100%;
3268
3282
  }
3269
- .data-source-fields[data-v-70b9496e] {
3283
+ .data-source-fields[data-v-b26b8fa8] {
3270
3284
  display: flex;
3271
3285
  flex-direction: column;
3272
3286
  gap: 8px;
3273
3287
  margin-bottom: 18px;
3274
3288
  }
3275
- .data-source-fields .field-item[data-v-70b9496e] {
3289
+ .data-source-fields .field-item[data-v-b26b8fa8] {
3276
3290
  display: flex;
3277
3291
  align-items: center;
3278
3292
  gap: 8px;
3279
3293
  }
3280
- .data-source-fields .field-item .field-label[data-v-70b9496e] {
3294
+ .data-source-fields .field-item .field-label[data-v-b26b8fa8] {
3281
3295
  width: 80px;
3282
3296
  font-size: 13px;
3283
3297
  color: #606266;
3284
3298
  text-align: right;
3285
3299
  flex-shrink: 0;
3286
3300
  }
3287
- .data-source-fields .field-item .field-label[data-v-70b9496e]::after {
3301
+ .data-source-fields .field-item .field-label[data-v-b26b8fa8]::after {
3288
3302
  content: ":";
3289
3303
  }
3290
- .data-source-fields .field-item .el-input[data-v-70b9496e] {
3304
+ .data-source-fields .field-item .el-input[data-v-b26b8fa8] {
3291
3305
  flex: 1;
3292
3306
  }
3293
- [data-v-70b9496e] .el-form-item__content {
3307
+ [data-v-b26b8fa8] .el-form-item__content {
3294
3308
  flex-wrap: wrap !important;
3295
3309
  }
3296
- .buttons-table[data-v-8ebdd5a8] {
3310
+ .buttons-table[data-v-5b24bf51] {
3297
3311
  width: 100%;
3298
3312
  border: 1px solid #dcdfe6;
3299
3313
  border-radius: 4px;
3300
3314
  overflow: hidden;
3301
3315
  }
3302
- .buttons-header[data-v-8ebdd5a8] {
3316
+ .buttons-header[data-v-5b24bf51] {
3303
3317
  display: flex;
3304
3318
  background-color: #f5f7fa;
3305
3319
  height: 26px;
3306
3320
  line-height: 26px;
3307
3321
  }
3308
- .buttons-cell[data-v-8ebdd5a8] {
3322
+ .buttons-cell[data-v-5b24bf51] {
3309
3323
  padding: 0px 12px;
3310
3324
  font-weight: 500;
3311
3325
  font-size: 13px;
@@ -3314,27 +3328,27 @@ to {
3314
3328
  display: flex;
3315
3329
  align-items: center;
3316
3330
  }
3317
- .buttons-cell[data-v-8ebdd5a8]:last-child {
3331
+ .buttons-cell[data-v-5b24bf51]:last-child {
3318
3332
  border-right: none;
3319
3333
  }
3320
- .name-header[data-v-8ebdd5a8] {
3334
+ .name-header[data-v-5b24bf51] {
3321
3335
  flex: 1;
3322
3336
  min-width: 100px;
3323
3337
  font-size: 12px;
3324
3338
  }
3325
- .action-header[data-v-8ebdd5a8] {
3339
+ .action-header[data-v-5b24bf51] {
3326
3340
  width: 180px;
3327
3341
  text-align: center;
3328
3342
  }
3329
- .buttons-row[data-v-8ebdd5a8] {
3343
+ .buttons-row[data-v-5b24bf51] {
3330
3344
  display: flex;
3331
3345
  border-top: 1px solid #ebeef5;
3332
3346
  }
3333
- .name-cell[data-v-8ebdd5a8] {
3347
+ .name-cell[data-v-5b24bf51] {
3334
3348
  flex: 1;
3335
3349
  min-width: 100px;
3336
3350
  }
3337
- .action-cell[data-v-8ebdd5a8] {
3351
+ .action-cell[data-v-5b24bf51] {
3338
3352
  width: 180px;
3339
3353
  display: flex;
3340
3354
  align-items: center;
@@ -3342,29 +3356,29 @@ to {
3342
3356
  gap: 4px;
3343
3357
  padding: 5px;
3344
3358
  }
3345
- .buttons-footer[data-v-8ebdd5a8] {
3359
+ .buttons-footer[data-v-5b24bf51] {
3346
3360
  padding: 8px 0;
3347
3361
  display: flex;
3348
3362
  gap: 8px;
3349
3363
  }
3350
- .buttons-config-container[data-v-8ebdd5a8] {
3364
+ .buttons-config-container[data-v-5b24bf51] {
3351
3365
  width: 100%;
3352
3366
  }
3353
- .button-dropdown-item[data-v-8ebdd5a8] {
3367
+ .button-dropdown-item[data-v-5b24bf51] {
3354
3368
  padding: 8px 12px;
3355
3369
  }
3356
- .button-dropdown-content[data-v-8ebdd5a8] {
3370
+ .button-dropdown-content[data-v-5b24bf51] {
3357
3371
  display: flex;
3358
3372
  justify-content: space-between;
3359
3373
  align-items: center;
3360
3374
  width: 100%;
3361
3375
  min-width: 200px;
3362
3376
  }
3363
- .button-name[data-v-8ebdd5a8] {
3377
+ .button-name[data-v-5b24bf51] {
3364
3378
  font-size: 13px;
3365
3379
  color: #606266;
3366
3380
  }
3367
- .button-type[data-v-8ebdd5a8] {
3381
+ .button-type[data-v-5b24bf51] {
3368
3382
  font-size: 11px;
3369
3383
  color: #909399;
3370
3384
  padding: 2px 4px;
@@ -3444,11 +3458,11 @@ to {
3444
3458
  .essential-param-container .param-table .param-footer[data-v-4262b43c] {
3445
3459
  padding: 5px 12px;
3446
3460
  text-align: left;
3447
- }.form-item-hint[data-v-d0160dcb] {
3461
+ }.form-item-hint[data-v-ca84a82c] {
3448
3462
  font-size: 12px;
3449
3463
  color: #909399;
3450
3464
  margin-top: 4px;
3451
- }.form-item-hint[data-v-482108da] {
3465
+ }.form-item-hint[data-v-80d84bee] {
3452
3466
  font-size: 12px;
3453
3467
  color: #909399;
3454
3468
  margin-top: 4px;
@@ -5435,12 +5449,12 @@ body,
5435
5449
  font-size: 13px;
5436
5450
  color: #606266;
5437
5451
  margin-left: 8px;
5438
- }.custom-buttons[data-v-e370363e] {
5452
+ }.custom-buttons[data-v-7610c2d4] {
5439
5453
  display: flex;
5440
5454
  align-items: center;
5441
5455
  margin: 0 0 0 0;
5442
5456
  }
5443
- .back-icon[data-v-e370363e] {
5457
+ .back-icon[data-v-7610c2d4] {
5444
5458
  display: flex;
5445
5459
  align-items: center;
5446
5460
  justify-content: center;
@@ -5453,15 +5467,15 @@ body,
5453
5467
  margin-left: 4px;
5454
5468
  margin-right: -6px;
5455
5469
  }
5456
- .back-icon .el-icon[data-v-e370363e] {
5470
+ .back-icon .el-icon[data-v-7610c2d4] {
5457
5471
  font-size: 14px;
5458
5472
  font-weight: 500;
5459
5473
  color: var(--el-color-primary);
5460
5474
  }
5461
- .back-icon[data-v-e370363e]:hover {
5475
+ .back-icon[data-v-7610c2d4]:hover {
5462
5476
  opacity: 0.7;
5463
5477
  }
5464
- .template-name[data-v-e370363e] {
5478
+ .template-name[data-v-7610c2d4] {
5465
5479
  font-size: 16px;
5466
5480
  font-weight: 600;
5467
5481
  color: #303133;
@@ -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%;
@@ -5848,7 +5863,7 @@ body,
5848
5863
  [data-v-3657e72b] .el-form-item__label {
5849
5864
  padding: 0 8px 0 0;
5850
5865
  }
5851
- .el-page-header.is-contentful .el-page-header__main{border-top:1px solid var(--el-border-color-light);margin-top:16px}.el-page-header__header{justify-content:space-between;align-items:center;line-height:24px;display:flex}.el-page-header__left{align-items:center;margin-right:40px;display:flex;position:relative}.el-page-header__back{cursor:pointer;align-items:center;display:flex}.el-page-header__left .el-divider--vertical{margin:0 16px}.el-page-header__icon{align-items:center;margin-right:10px;font-size:16px;display:flex}.el-page-header__icon .el-icon{font-size:inherit}.el-page-header__title{font-size:14px;font-weight:500}.el-page-header__content{color:var(--el-text-color-primary);font-size:18px}.el-page-header__breadcrumb{margin-bottom:16px}.fec-header[data-v-29cfb366] {
5866
+ .el-page-header.is-contentful .el-page-header__main{border-top:1px solid var(--el-border-color-light);margin-top:16px}.el-page-header__header{justify-content:space-between;align-items:center;line-height:24px;display:flex}.el-page-header__left{align-items:center;margin-right:40px;display:flex;position:relative}.el-page-header__back{cursor:pointer;align-items:center;display:flex}.el-page-header__left .el-divider--vertical{margin:0 16px}.el-page-header__icon{align-items:center;margin-right:10px;font-size:16px;display:flex}.el-page-header__icon .el-icon{font-size:inherit}.el-page-header__title{font-size:14px;font-weight:500}.el-page-header__content{color:var(--el-text-color-primary);font-size:18px}.el-page-header__breadcrumb{margin-bottom:16px}.fec-header[data-v-a55fc4ab] {
5852
5867
  padding: 0 20px;
5853
5868
  background-color: #fff;
5854
5869
  height: 55px;
@@ -5856,17 +5871,17 @@ body,
5856
5871
  align-items: center;
5857
5872
  flex-shrink: 0;
5858
5873
  }
5859
- .fec-header[data-v-29cfb366] .el-page-header__header {
5874
+ .fec-header[data-v-a55fc4ab] .el-page-header__header {
5860
5875
  border-bottom: 1px solid #e4e7ed;
5861
5876
  height: 100%;
5862
5877
  width: 100%;
5863
5878
  display: flex;
5864
5879
  align-items: center;
5865
5880
  }
5866
- .fec-header[data-v-29cfb366] .el-page-header__header .el-page-header__title {
5881
+ .fec-header[data-v-a55fc4ab] .el-page-header__header .el-page-header__title {
5867
5882
  display: none;
5868
5883
  }
5869
- .fec-header[data-v-29cfb366] .el-page-header__header .el-page-header__icon {
5884
+ .fec-header[data-v-a55fc4ab] .el-page-header__header .el-page-header__icon {
5870
5885
  margin-right: 0;
5871
5886
  font-size: 16px;
5872
5887
  font-weight: 500;
@@ -5874,30 +5889,30 @@ body,
5874
5889
  display: flex;
5875
5890
  align-items: center;
5876
5891
  }
5877
- .fec-header .fec-header__title[data-v-29cfb366] {
5892
+ .fec-header .fec-header__title[data-v-a55fc4ab] {
5878
5893
  font-size: 20px;
5879
5894
  font-weight: 700;
5880
5895
  color: #1a1a1a;
5881
5896
  margin-right: 12px;
5882
5897
  line-height: 1.2;
5883
5898
  }
5884
- .fec-header .fec-header__subtitle[data-v-29cfb366] {
5899
+ .fec-header .fec-header__subtitle[data-v-a55fc4ab] {
5885
5900
  font-size: 12px;
5886
5901
  color: #bbb;
5887
5902
  font-weight: 500;
5888
5903
  line-height: 1.2;
5889
5904
  }
5890
- .can-not-back[data-v-29cfb366] .el-subTitle {
5905
+ .can-not-back[data-v-a55fc4ab] .el-subTitle {
5891
5906
  display: none;
5892
5907
  }
5893
- .can-not-back[data-v-29cfb366] .el-divider {
5908
+ .can-not-back[data-v-a55fc4ab] .el-divider {
5894
5909
  display: none;
5895
5910
  }
5896
- [data-v-29cfb366] .el-page-header__content {
5911
+ [data-v-a55fc4ab] .el-page-header__content {
5897
5912
  display: flex;
5898
5913
  align-items: flex-end;
5899
5914
  }
5900
- .form-details-footer[data-v-97060b52] {
5915
+ .form-details-footer[data-v-97973006] {
5901
5916
  background-color: #fff;
5902
5917
  height: 50px;
5903
5918
  display: flex;
@@ -5908,26 +5923,26 @@ body,
5908
5923
  padding: 0;
5909
5924
  z-index: 1;
5910
5925
  }
5911
- .form-details-footer > .el-button[data-v-97060b52] {
5926
+ .form-details-footer > .el-button[data-v-97973006] {
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,17 +5951,17 @@ 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
- }.cell-content .cell-text[data-v-bee565c6] {
5961
+ }.cell-content .cell-text[data-v-77be03fc] {
5947
5962
  display: inline-block;
5948
5963
  }
5949
- .cell-content .copy-icon[data-v-bee565c6] {
5964
+ .cell-content .copy-icon[data-v-77be03fc] {
5950
5965
  cursor: pointer;
5951
5966
  color: #909399;
5952
5967
  font-size: 14px;
@@ -5954,7 +5969,7 @@ body,
5954
5969
  top: 4px;
5955
5970
  margin-left: 4px;
5956
5971
  }
5957
- .cell-content .copy-icon[data-v-bee565c6]:hover {
5972
+ .cell-content .copy-icon[data-v-77be03fc]:hover {
5958
5973
  color: #409eff;
5959
5974
  }.fec-table-filter[data-v-ea506656] {
5960
5975
  display: flex;
@@ -6054,12 +6069,12 @@ body,
6054
6069
  }
6055
6070
  .filter-divider[data-v-ea506656] .el-icon {
6056
6071
  transition: transform 0.3s ease;
6057
- }.dynamic-mode-config .dynamic-row[data-v-e93f2602] {
6072
+ }.dynamic-mode-config .dynamic-row[data-v-d11a831a] {
6058
6073
  display: flex;
6059
6074
  height: 54px;
6060
6075
  align-items: center;
6061
6076
  }
6062
- .dynamic-mode-config .back-icon[data-v-e93f2602] {
6077
+ .dynamic-mode-config .back-icon[data-v-d11a831a] {
6063
6078
  display: flex;
6064
6079
  align-items: center;
6065
6080
  justify-content: center;
@@ -6072,11 +6087,11 @@ body,
6072
6087
  margin-left: 4px;
6073
6088
  margin-right: -6px;
6074
6089
  }
6075
- .dynamic-mode-config .back-icon .el-icon[data-v-e93f2602] {
6090
+ .dynamic-mode-config .back-icon .el-icon[data-v-d11a831a] {
6076
6091
  font-size: 16px;
6077
6092
  font-weight: bold;
6078
6093
  }
6079
- .dynamic-mode-config .template-name[data-v-e93f2602] {
6094
+ .dynamic-mode-config .template-name[data-v-d11a831a] {
6080
6095
  font-size: 16px;
6081
6096
  font-weight: 600;
6082
6097
  color: #303133;
@@ -6087,38 +6102,38 @@ body,
6087
6102
  text-overflow: ellipsis;
6088
6103
  position: relative;
6089
6104
  }
6090
- .dynamic-mode-config .tab-display-section[data-v-e93f2602] {
6105
+ .dynamic-mode-config .tab-display-section[data-v-d11a831a] {
6091
6106
  flex: 1;
6092
6107
  min-width: 0;
6093
6108
  }
6094
- .dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-e93f2602] .el-tabs__header {
6109
+ .dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-d11a831a] .el-tabs__header {
6095
6110
  margin: 0;
6096
6111
  }
6097
- .dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-e93f2602] .el-tabs__nav-wrap::after {
6112
+ .dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-d11a831a] .el-tabs__nav-wrap::after {
6098
6113
  height: 0;
6099
6114
  }
6100
- .dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-e93f2602] .el-tabs__item {
6115
+ .dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-d11a831a] .el-tabs__item {
6101
6116
  padding: 0 12px;
6102
6117
  }
6103
- .dynamic-mode-config .search-display-section[data-v-e93f2602] {
6118
+ .dynamic-mode-config .search-display-section[data-v-d11a831a] {
6104
6119
  flex-shrink: 0;
6105
6120
  display: flex;
6106
6121
  align-items: center;
6107
6122
  gap: 12px;
6108
6123
  margin-left: auto;
6109
6124
  }
6110
- .dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-e93f2602] {
6125
+ .dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-d11a831a] {
6111
6126
  width: 300px;
6112
6127
  }
6113
- .dynamic-mode-config .search-display-section .optBtnDraggable[data-v-e93f2602] {
6128
+ .dynamic-mode-config .search-display-section .optBtnDraggable[data-v-d11a831a] {
6114
6129
  display: flex;
6115
6130
  align-items: center;
6116
6131
  gap: 8px;
6117
6132
  }
6118
- .dynamic-mode-config .search-display-section .optBtn[data-v-e93f2602] {
6133
+ .dynamic-mode-config .search-display-section .optBtn[data-v-d11a831a] {
6119
6134
  position: relative;
6120
6135
  }
6121
- .dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-e93f2602] {
6136
+ .dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-d11a831a] {
6122
6137
  position: absolute;
6123
6138
  top: -10px;
6124
6139
  right: -10px;
@@ -6135,31 +6150,31 @@ body,
6135
6150
  font-size: 12px;
6136
6151
  z-index: 1;
6137
6152
  }
6138
- .dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-e93f2602]:hover {
6153
+ .dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-d11a831a]:hover {
6139
6154
  background-color: #f56c6c;
6140
6155
  }
6141
- .dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-e93f2602] {
6156
+ .dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-d11a831a] {
6142
6157
  display: flex;
6143
6158
  }
6144
- .dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-e93f2602] {
6159
+ .dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-d11a831a] {
6145
6160
  pointer-events: none;
6146
6161
  }
6147
- .dynamic-mode-config .search-display-section .addLink .el-icon[data-v-e93f2602] {
6162
+ .dynamic-mode-config .search-display-section .addLink .el-icon[data-v-d11a831a] {
6148
6163
  margin-right: 4px;
6149
6164
  }
6150
- .dynamic-mode-config .expand-filter-section[data-v-e93f2602] {
6165
+ .dynamic-mode-config .expand-filter-section[data-v-d11a831a] {
6151
6166
  padding-top: 4px;
6152
6167
  border-top: 1px solid #ebeef5;
6153
6168
  margin-top: 4px;
6154
6169
  }
6155
- .dynamic-mode-config .expand-filter-section .filter-form-section[data-v-e93f2602] {
6170
+ .dynamic-mode-config .expand-filter-section .filter-form-section[data-v-d11a831a] {
6156
6171
  width: 100%;
6157
6172
  }
6158
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-e93f2602] {
6173
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-d11a831a] {
6159
6174
  display: flex;
6160
6175
  flex-wrap: wrap;
6161
6176
  }
6162
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item {
6177
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-d11a831a] .el-form-item {
6163
6178
  padding: 2px;
6164
6179
  border: 2px solid transparent;
6165
6180
  border-radius: 2px;
@@ -6168,20 +6183,20 @@ body,
6168
6183
  cursor: move;
6169
6184
  margin-bottom: 4px;
6170
6185
  }
6171
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item .el-form-item__label-wrap {
6186
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-d11a831a] .el-form-item .el-form-item__label-wrap {
6172
6187
  margin: 0 0 0 8px !important;
6173
6188
  }
6174
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item .el-form-item__content {
6189
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-d11a831a] .el-form-item .el-form-item__content {
6175
6190
  min-width: 150px;
6176
6191
  }
6177
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item .form-item-label {
6192
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-d11a831a] .el-form-item .form-item-label {
6178
6193
  display: flex;
6179
6194
  align-items: center;
6180
6195
  }
6181
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item .el-input {
6196
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-d11a831a] .el-form-item .el-input {
6182
6197
  width: 150px;
6183
6198
  }
6184
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item .delete-icon {
6199
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-d11a831a] .el-form-item .delete-icon {
6185
6200
  position: absolute;
6186
6201
  top: -10px;
6187
6202
  right: -10px;
@@ -6198,19 +6213,19 @@ body,
6198
6213
  font-size: 12px;
6199
6214
  z-index: 1;
6200
6215
  }
6201
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item .delete-icon:hover {
6216
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-d11a831a] .el-form-item .delete-icon:hover {
6202
6217
  background-color: #f56c6c;
6203
6218
  }
6204
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item.is-hover {
6219
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-d11a831a] .el-form-item.is-hover {
6205
6220
  border: 2px dashed #7b99cb !important;
6206
6221
  }
6207
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item.is-hover .delete-icon {
6222
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-d11a831a] .el-form-item.is-hover .delete-icon {
6208
6223
  display: flex;
6209
6224
  }
6210
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item.is-select {
6225
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-d11a831a] .el-form-item.is-select {
6211
6226
  border: 2px dashed #efa53a !important;
6212
6227
  }
6213
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item__label {
6228
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-d11a831a] .el-form-item__label {
6214
6229
  font-size: 13px;
6215
6230
  color: #606266;
6216
6231
  pointer-events: none;
@@ -6219,11 +6234,11 @@ body,
6219
6234
  display: flex;
6220
6235
  align-items: center;
6221
6236
  }
6222
- [data-v-e93f2602] .el-checkbox-group {
6237
+ [data-v-d11a831a] .el-checkbox-group {
6223
6238
  display: flex;
6224
6239
  gap: 12px;
6225
6240
  }
6226
- [data-v-e93f2602] .el-checkbox-group .el-checkbox-button__inner {
6241
+ [data-v-d11a831a] .el-checkbox-group .el-checkbox-button__inner {
6227
6242
  border-radius: 4px;
6228
6243
  }.fec-table[data-v-5e27559e] {
6229
6244
  height: 100%;
@@ -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)}