@fecp/designer 5.4.78 → 5.4.80
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/designer/package.json.mjs +1 -1
- package/es/designer/src/packages/dialog/index.vue.mjs +1 -1
- package/es/designer/src/packages/dialog/index.vue2.mjs +1 -1
- package/es/designer/src/packages/dialogGlobal/index.vue.mjs +1 -1
- package/es/designer/src/packages/dialogGlobal/index.vue2.mjs +1 -1
- package/es/designer/src/packages/form/formSetting.vue.mjs +16 -36
- package/es/designer.css +259 -219
- package/es/packages/mobile/src/components/base/button/Button.vue.mjs +3 -3
- package/es/packages/mobile/src/components/navigation/tabbar/Tabbar.vue.mjs +22 -8
- package/es/packages/vue/src/components/dialog/DialogRenderer.vue2.mjs +1 -1
- package/es/packages/vue/src/components/forms/form/Form.vue.mjs +3 -3
- package/es/packages/vue/src/components/forms/formItem/FormItem.vue.mjs +3 -3
- package/es/packages/vue/src/components/forms/h2/H2.vue.mjs +1 -1
- package/es/packages/vue/src/components/forms/select/Select.vue.mjs +1 -1
- package/es/packages/vue/src/components/forms/text/Text.vue.mjs +1 -1
- package/es/packages/vue/src/components/layout/Layout.vue.mjs +8 -15
- package/es/packages/vue/src/components/table/CustomButtons.vue.mjs +6 -3
- package/es/packages/vue/src/components/table/DynamicQuery.vue.mjs +25 -8
- package/es/packages/vue/src/components/table/TableColumn.vue.mjs +3 -2
- package/es/packages/vue/src/components/table/TableFilter.vue.mjs +14 -18
- package/es/packages/vue/src/composables/usePageEvents.mjs +1 -1
- package/es/packages/vue/src/utils/datasource.mjs +1 -1
- package/lib/designer/package.json.js +1 -1
- package/lib/designer/src/packages/dialog/index.vue.js +1 -1
- package/lib/designer/src/packages/dialog/index.vue2.js +1 -1
- package/lib/designer/src/packages/dialogGlobal/index.vue.js +1 -1
- package/lib/designer/src/packages/dialogGlobal/index.vue2.js +1 -1
- package/lib/designer/src/packages/form/formSetting.vue.js +21 -41
- package/lib/designer.css +259 -219
- package/lib/packages/mobile/src/components/base/button/Button.vue.js +2 -2
- package/lib/packages/mobile/src/components/navigation/tabbar/Tabbar.vue.js +21 -7
- package/lib/packages/vue/src/components/dialog/DialogRenderer.vue2.js +1 -1
- package/lib/packages/vue/src/components/forms/form/Form.vue.js +3 -3
- package/lib/packages/vue/src/components/forms/formItem/FormItem.vue.js +3 -3
- package/lib/packages/vue/src/components/forms/h2/H2.vue.js +1 -1
- package/lib/packages/vue/src/components/forms/select/Select.vue.js +1 -1
- package/lib/packages/vue/src/components/forms/text/Text.vue.js +1 -1
- package/lib/packages/vue/src/components/layout/Layout.vue.js +8 -15
- package/lib/packages/vue/src/components/table/CustomButtons.vue.js +5 -2
- package/lib/packages/vue/src/components/table/DynamicQuery.vue.js +24 -7
- package/lib/packages/vue/src/components/table/TableColumn.vue.js +3 -2
- package/lib/packages/vue/src/components/table/TableFilter.vue.js +18 -22
- package/lib/packages/vue/src/composables/usePageEvents.js +1 -1
- package/lib/packages/vue/src/utils/datasource.js +1 -1
- package/package.json +1 -1
package/lib/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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
1745
|
+
.dialog-menu-item .delete-icon[data-v-47900630]:hover {
|
|
1746
1746
|
color: #f56c6c;
|
|
1747
1747
|
}
|
|
1748
|
-
.param-list[data-v-
|
|
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-
|
|
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-
|
|
1759
|
+
.param-item .el-input[data-v-47900630] {
|
|
1760
1760
|
margin: 0;
|
|
1761
1761
|
}
|
|
1762
|
-
.param-item .el-button[data-v-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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
|
-
|
|
1862
|
+
justify-content: center;
|
|
1863
|
+
padding: 4px;
|
|
1864
|
+
height: 24px;
|
|
1863
1865
|
}
|
|
1864
|
-
.col-rules-list .col-rule-item .drag-handle[data-v-
|
|
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-
|
|
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-
|
|
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-
|
|
1881
|
+
.col-property[data-v-47900630] .col-property-scrollbar {
|
|
1879
1882
|
padding-right: 12px;
|
|
1880
1883
|
}
|
|
1881
|
-
.col-panel[data-v-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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
|
-
|
|
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-
|
|
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-
|
|
1920
|
+
.col-panel .col-rules-list .col-rule-item .delete-btn[data-v-47900630] {
|
|
1916
1921
|
margin-left: auto;
|
|
1917
|
-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
1978
|
+
.dialog-menu-item .delete-icon[data-v-60556147]:hover {
|
|
1972
1979
|
color: #f56c6c;
|
|
1973
1980
|
}
|
|
1974
|
-
.param-list[data-v-
|
|
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-
|
|
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-
|
|
1992
|
+
.param-item .el-input[data-v-60556147] {
|
|
1986
1993
|
margin: 0;
|
|
1987
1994
|
}
|
|
1988
|
-
.param-item .el-button[data-v-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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
|
-
|
|
2095
|
+
justify-content: center;
|
|
2096
|
+
padding: 4px;
|
|
2097
|
+
height: 24px;
|
|
2089
2098
|
}
|
|
2090
|
-
.col-rules-list .col-rule-item .drag-handle[data-v-
|
|
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-
|
|
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-
|
|
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-
|
|
2114
|
+
.col-property[data-v-60556147] .col-property-scrollbar {
|
|
2105
2115
|
padding-right: 12px;
|
|
2106
2116
|
}
|
|
2107
|
-
.col-panel[data-v-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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
|
-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
2172
|
+
.loading-overlay .loading-icon[data-v-60556147] {
|
|
2159
2173
|
font-size: 40px;
|
|
2160
2174
|
color: #409eff;
|
|
2161
|
-
animation: rotate-
|
|
2175
|
+
animation: rotate-60556147 1s linear infinite;
|
|
2162
2176
|
}
|
|
2163
|
-
.loading-overlay .loading-text[data-v-
|
|
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-
|
|
2182
|
+
@keyframes rotate-60556147 {
|
|
2169
2183
|
from {
|
|
2170
2184
|
transform: rotate(0deg);
|
|
2171
2185
|
}
|
|
@@ -4346,7 +4360,7 @@ to {
|
|
|
4346
4360
|
}
|
|
4347
4361
|
.quick-setting-panel .setting-row[data-v-55479df2] .el-checkbox .el-checkbox__label {
|
|
4348
4362
|
padding-left: 5px;
|
|
4349
|
-
}.form-setting[data-v-
|
|
4363
|
+
}.form-setting[data-v-37091686] {
|
|
4350
4364
|
display: flex;
|
|
4351
4365
|
align-items: center;
|
|
4352
4366
|
justify-content: space-between;
|
|
@@ -4357,35 +4371,35 @@ to {
|
|
|
4357
4371
|
background: #f5f7fa;
|
|
4358
4372
|
border-radius: 4px;
|
|
4359
4373
|
}
|
|
4360
|
-
.form-setting .setting-left[data-v-
|
|
4374
|
+
.form-setting .setting-left[data-v-37091686] {
|
|
4361
4375
|
display: flex;
|
|
4362
4376
|
align-items: center;
|
|
4363
4377
|
gap: 12px;
|
|
4364
4378
|
}
|
|
4365
|
-
.form-setting .setting-right[data-v-
|
|
4379
|
+
.form-setting .setting-right[data-v-37091686] {
|
|
4366
4380
|
display: flex;
|
|
4367
4381
|
align-items: center;
|
|
4368
4382
|
gap: 12px;
|
|
4369
4383
|
}
|
|
4370
|
-
.form-setting .setting-divider[data-v-
|
|
4384
|
+
.form-setting .setting-divider[data-v-37091686] {
|
|
4371
4385
|
width: 1px;
|
|
4372
4386
|
height: 20px;
|
|
4373
4387
|
background: #dcdfe6;
|
|
4374
4388
|
}
|
|
4375
|
-
.form-setting .text-label[data-v-
|
|
4389
|
+
.form-setting .text-label[data-v-37091686] {
|
|
4376
4390
|
font-size: 13px;
|
|
4377
4391
|
color: #606266;
|
|
4378
4392
|
}
|
|
4379
|
-
.form-setting .data-source-btn.is-configured[data-v-
|
|
4393
|
+
.form-setting .data-source-btn.is-configured[data-v-37091686] {
|
|
4380
4394
|
background: linear-gradient(135deg, #f0f9ff 0%, #e6f7ff 100%);
|
|
4381
4395
|
border-color: #91d5ff;
|
|
4382
4396
|
color: #1890ff;
|
|
4383
4397
|
}
|
|
4384
|
-
.form-setting .data-source-btn.is-configured[data-v-
|
|
4398
|
+
.form-setting .data-source-btn.is-configured[data-v-37091686]:hover {
|
|
4385
4399
|
background: linear-gradient(135deg, #e0f2ff 0%, #d6f0ff 100%);
|
|
4386
4400
|
border-color: #409eff;
|
|
4387
4401
|
}
|
|
4388
|
-
.form-setting .validation-count-tag[data-v-
|
|
4402
|
+
.form-setting .validation-count-tag[data-v-37091686] {
|
|
4389
4403
|
margin-left: 6px;
|
|
4390
4404
|
height: 16px;
|
|
4391
4405
|
padding: 0 5px;
|
|
@@ -5435,12 +5449,12 @@ body,
|
|
|
5435
5449
|
font-size: 13px;
|
|
5436
5450
|
color: #606266;
|
|
5437
5451
|
margin-left: 8px;
|
|
5438
|
-
}.custom-buttons[data-v-
|
|
5452
|
+
}.custom-buttons[data-v-8d29fa72] {
|
|
5439
5453
|
display: flex;
|
|
5440
5454
|
align-items: center;
|
|
5441
5455
|
margin: 0 0 0 0;
|
|
5442
5456
|
}
|
|
5443
|
-
.back-icon[data-v-
|
|
5457
|
+
.back-icon[data-v-8d29fa72] {
|
|
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-
|
|
5470
|
+
.back-icon .el-icon[data-v-8d29fa72] {
|
|
5457
5471
|
font-size: 14px;
|
|
5458
5472
|
font-weight: 500;
|
|
5459
5473
|
color: var(--el-color-primary);
|
|
5460
5474
|
}
|
|
5461
|
-
.back-icon[data-v-
|
|
5475
|
+
.back-icon[data-v-8d29fa72]:hover {
|
|
5462
5476
|
opacity: 0.7;
|
|
5463
5477
|
}
|
|
5464
|
-
.template-name[data-v-
|
|
5478
|
+
.template-name[data-v-8d29fa72] {
|
|
5465
5479
|
font-size: 16px;
|
|
5466
5480
|
font-weight: 600;
|
|
5467
5481
|
color: #303133;
|
|
@@ -5471,6 +5485,17 @@ body,
|
|
|
5471
5485
|
overflow: hidden;
|
|
5472
5486
|
text-overflow: ellipsis;
|
|
5473
5487
|
position: relative;
|
|
5488
|
+
display: flex;
|
|
5489
|
+
align-items: center;
|
|
5490
|
+
}
|
|
5491
|
+
.template-name-line[data-v-8d29fa72] {
|
|
5492
|
+
height: 16px;
|
|
5493
|
+
width: 4px;
|
|
5494
|
+
background-color: var(--el-color-primary);
|
|
5495
|
+
display: inline-block;
|
|
5496
|
+
border-radius: 5px;
|
|
5497
|
+
margin-right: 12px;
|
|
5498
|
+
margin-top: 2px;
|
|
5474
5499
|
}.fec-sub-title[data-v-0105f658] {
|
|
5475
5500
|
width: 100%;
|
|
5476
5501
|
height: 100%;
|
|
@@ -5497,49 +5522,50 @@ body,
|
|
|
5497
5522
|
flex-grow: 1;
|
|
5498
5523
|
margin-left: 10px;
|
|
5499
5524
|
background-image: linear-gradient(to right, #dedede, transparent, transparent);
|
|
5500
|
-
}.fec-h2[data-v-
|
|
5525
|
+
}.fec-h2[data-v-60bd3722] {
|
|
5501
5526
|
width: 100%;
|
|
5502
|
-
height: 100%;
|
|
5503
5527
|
display: flex;
|
|
5504
5528
|
align-items: center;
|
|
5505
|
-
|
|
5506
|
-
|
|
5507
|
-
|
|
5508
|
-
|
|
5509
|
-
|
|
5510
|
-
|
|
5529
|
+
justify-content: space-between;
|
|
5530
|
+
padding: 14px 16px;
|
|
5531
|
+
background-color: #fff;
|
|
5532
|
+
border-bottom: 1px solid #e4e7ed;
|
|
5533
|
+
box-sizing: border-box;
|
|
5534
|
+
position: relative;
|
|
5511
5535
|
}
|
|
5512
|
-
.fec-h2
|
|
5536
|
+
.fec-h2[data-v-60bd3722]::before {
|
|
5537
|
+
content: "";
|
|
5538
|
+
position: absolute;
|
|
5539
|
+
left: 0;
|
|
5540
|
+
top: 0;
|
|
5541
|
+
bottom: 0;
|
|
5513
5542
|
width: 4px;
|
|
5514
|
-
|
|
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;
|
|
5543
|
+
background: var(--el-color-primary, #409eff);
|
|
5520
5544
|
}
|
|
5521
|
-
.fec-h2 .fec-label[data-v-
|
|
5545
|
+
.fec-h2 .fec-label[data-v-60bd3722] {
|
|
5522
5546
|
display: flex;
|
|
5523
|
-
align-items:
|
|
5547
|
+
align-items: baseline;
|
|
5548
|
+
gap: 10px;
|
|
5524
5549
|
}
|
|
5525
|
-
.fec-h2 .fec-label .fec-label-title[data-v-
|
|
5526
|
-
font-size:
|
|
5550
|
+
.fec-h2 .fec-label .fec-label-title[data-v-60bd3722] {
|
|
5551
|
+
font-size: 16px;
|
|
5527
5552
|
font-weight: 600;
|
|
5528
|
-
color: #
|
|
5529
|
-
|
|
5553
|
+
color: #303133;
|
|
5554
|
+
letter-spacing: 0.3px;
|
|
5530
5555
|
}
|
|
5531
|
-
.fec-h2 .fec-label .fec-label-sub-title[data-v-
|
|
5556
|
+
.fec-h2 .fec-label .fec-label-sub-title[data-v-60bd3722] {
|
|
5532
5557
|
font-size: 12px;
|
|
5533
|
-
color: #
|
|
5534
|
-
font-weight:
|
|
5535
|
-
margin-left: 12px;
|
|
5558
|
+
color: #909399;
|
|
5559
|
+
font-weight: 400;
|
|
5536
5560
|
}
|
|
5537
|
-
.fec-h2 .fec-buttons[data-v-
|
|
5538
|
-
margin-right: 12px;
|
|
5539
|
-
flex: 1;
|
|
5561
|
+
.fec-h2 .fec-buttons[data-v-60bd3722] {
|
|
5540
5562
|
display: flex;
|
|
5541
|
-
|
|
5542
|
-
|
|
5563
|
+
gap: 8px;
|
|
5564
|
+
}
|
|
5565
|
+
.fec-h2 .fec-buttons .left[data-v-60bd3722], .fec-h2 .fec-buttons .right[data-v-60bd3722] {
|
|
5566
|
+
display: flex;
|
|
5567
|
+
align-items: center;
|
|
5568
|
+
gap: 8px;
|
|
5543
5569
|
}.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
5570
|
.flowTimeline {
|
|
5545
5571
|
width: 100%;
|
|
@@ -5831,21 +5857,21 @@ body,
|
|
|
5831
5857
|
outline: none;
|
|
5832
5858
|
box-shadow: 0 1px 0 0 #c0c4cc inset, 0 -1px 0 0 #c0c4cc inset, -1px 0 0 0 #c0c4cc inset;
|
|
5833
5859
|
}
|
|
5834
|
-
.info-icon[data-v-
|
|
5860
|
+
.info-icon[data-v-3a8e5cc4] {
|
|
5835
5861
|
margin-left: 4px;
|
|
5836
5862
|
color: #f5b041;
|
|
5837
5863
|
cursor: help;
|
|
5838
5864
|
font-size: 14px;
|
|
5839
5865
|
}
|
|
5840
|
-
.credit-icon[data-v-
|
|
5866
|
+
.credit-icon[data-v-3a8e5cc4] {
|
|
5841
5867
|
color: #2e8bff;
|
|
5842
5868
|
margin-right: 2px;
|
|
5843
5869
|
}
|
|
5844
|
-
.regulation-icon[data-v-
|
|
5870
|
+
.regulation-icon[data-v-3a8e5cc4] {
|
|
5845
5871
|
color: #f56c6c;
|
|
5846
5872
|
margin-right: 2px;
|
|
5847
5873
|
}
|
|
5848
|
-
[data-v-
|
|
5874
|
+
[data-v-3a8e5cc4] .el-form-item__label {
|
|
5849
5875
|
padding: 0 8px 0 0;
|
|
5850
5876
|
}
|
|
5851
5877
|
.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] {
|
|
@@ -5912,22 +5938,22 @@ body,
|
|
|
5912
5938
|
width: 80px;
|
|
5913
5939
|
font-size: var(--el-font-size-extra-small);
|
|
5914
5940
|
}
|
|
5915
|
-
.fec-form[data-v-
|
|
5941
|
+
.fec-form[data-v-2e861481] {
|
|
5916
5942
|
height: 100%;
|
|
5917
5943
|
}
|
|
5918
|
-
[data-v-
|
|
5944
|
+
[data-v-2e861481] .vgl-item {
|
|
5919
5945
|
transition: none;
|
|
5920
5946
|
}
|
|
5921
|
-
[data-v-
|
|
5947
|
+
[data-v-2e861481] .vgl-item > .el-form-item {
|
|
5922
5948
|
width: 100%;
|
|
5923
5949
|
padding: 6px 8px 0 8px;
|
|
5924
5950
|
height: calc(100% - 15px);
|
|
5925
5951
|
display: flex;
|
|
5926
5952
|
}
|
|
5927
|
-
[data-v-
|
|
5953
|
+
[data-v-2e861481] .vgl-item > .el-form-item.el-form-item--label-top {
|
|
5928
5954
|
flex-direction: column;
|
|
5929
5955
|
}
|
|
5930
|
-
[data-v-
|
|
5956
|
+
[data-v-2e861481] .vgl-item > .el-form-item .el-form-item__label {
|
|
5931
5957
|
line-height: 20px;
|
|
5932
5958
|
display: flex;
|
|
5933
5959
|
align-items: center;
|
|
@@ -5936,17 +5962,17 @@ body,
|
|
|
5936
5962
|
flex-wrap: wrap;
|
|
5937
5963
|
white-space: normal;
|
|
5938
5964
|
}
|
|
5939
|
-
[data-v-
|
|
5965
|
+
[data-v-2e861481] .vgl-item > .el-form-item {
|
|
5940
5966
|
/* .el-form-item__error {
|
|
5941
5967
|
padding-top: 10px;
|
|
5942
5968
|
} */
|
|
5943
5969
|
}
|
|
5944
|
-
[data-v-
|
|
5970
|
+
[data-v-2e861481] .vgl-item > .el-container {
|
|
5945
5971
|
height: auto !important;
|
|
5946
|
-
}.cell-content .cell-text[data-v-
|
|
5972
|
+
}.cell-content .cell-text[data-v-25279910] {
|
|
5947
5973
|
display: inline-block;
|
|
5948
5974
|
}
|
|
5949
|
-
.cell-content .copy-icon[data-v-
|
|
5975
|
+
.cell-content .copy-icon[data-v-25279910] {
|
|
5950
5976
|
cursor: pointer;
|
|
5951
5977
|
color: #909399;
|
|
5952
5978
|
font-size: 14px;
|
|
@@ -5954,16 +5980,16 @@ body,
|
|
|
5954
5980
|
top: 4px;
|
|
5955
5981
|
margin-left: 4px;
|
|
5956
5982
|
}
|
|
5957
|
-
.cell-content .copy-icon[data-v-
|
|
5983
|
+
.cell-content .copy-icon[data-v-25279910]:hover {
|
|
5958
5984
|
color: #409eff;
|
|
5959
|
-
}.fec-table-filter[data-v-
|
|
5985
|
+
}.fec-table-filter[data-v-73e7d5aa] {
|
|
5960
5986
|
display: flex;
|
|
5961
5987
|
background-color: #fff;
|
|
5962
5988
|
align-items: flex-start;
|
|
5963
5989
|
gap: 12px;
|
|
5964
5990
|
padding: 12px 0 8px 0;
|
|
5965
5991
|
}
|
|
5966
|
-
.fec-table-filter .filter-fields[data-v-
|
|
5992
|
+
.fec-table-filter .filter-fields[data-v-73e7d5aa] {
|
|
5967
5993
|
flex: 1;
|
|
5968
5994
|
display: grid;
|
|
5969
5995
|
grid-template-columns: repeat(var(--column-count, 3), 1fr);
|
|
@@ -5971,19 +5997,19 @@ body,
|
|
|
5971
5997
|
transition: all 0.4s ease;
|
|
5972
5998
|
overflow: hidden;
|
|
5973
5999
|
}
|
|
5974
|
-
.fec-table-filter .filter-fields.is-collapsed[data-v-
|
|
5975
|
-
max-height: var(--
|
|
6000
|
+
.fec-table-filter .filter-fields.is-collapsed[data-v-73e7d5aa] {
|
|
6001
|
+
max-height: var(--13ca2eb8);
|
|
5976
6002
|
}
|
|
5977
|
-
.fec-table-filter .filter-field[data-v-
|
|
6003
|
+
.fec-table-filter .filter-field[data-v-73e7d5aa] {
|
|
5978
6004
|
transition: all 0.3s ease;
|
|
5979
6005
|
}
|
|
5980
|
-
.fec-table-filter .filter-field[data-v-
|
|
6006
|
+
.fec-table-filter .filter-field[data-v-73e7d5aa] .el-form-item {
|
|
5981
6007
|
margin-bottom: 0;
|
|
5982
6008
|
display: flex;
|
|
5983
6009
|
flex-direction: row;
|
|
5984
6010
|
align-items: center;
|
|
5985
6011
|
}
|
|
5986
|
-
.fec-table-filter .filter-field[data-v-
|
|
6012
|
+
.fec-table-filter .filter-field[data-v-73e7d5aa] .el-form-item .el-form-item__label {
|
|
5987
6013
|
font-size: 14px;
|
|
5988
6014
|
color: #606266;
|
|
5989
6015
|
font-weight: 500;
|
|
@@ -5993,56 +6019,55 @@ body,
|
|
|
5993
6019
|
width: 100px;
|
|
5994
6020
|
flex-shrink: 0;
|
|
5995
6021
|
text-align: right;
|
|
6022
|
+
width: 35% !important;
|
|
5996
6023
|
}
|
|
5997
|
-
.fec-table-filter .filter-field[data-v-
|
|
6024
|
+
.fec-table-filter .filter-field[data-v-73e7d5aa] .el-form-item .el-form-item__content {
|
|
5998
6025
|
flex: 1;
|
|
5999
6026
|
margin-left: 0 !important;
|
|
6000
6027
|
}
|
|
6001
|
-
.fec-table-filter .filter-field[data-v-
|
|
6002
|
-
.fec-table-filter .filter-field[data-v-
|
|
6003
|
-
.fec-table-filter .filter-field[data-v-
|
|
6028
|
+
.fec-table-filter .filter-field[data-v-73e7d5aa] .text-field-wrapper,
|
|
6029
|
+
.fec-table-filter .filter-field[data-v-73e7d5aa] .el-select,
|
|
6030
|
+
.fec-table-filter .filter-field[data-v-73e7d5aa] .el-date-editor {
|
|
6004
6031
|
width: 100%;
|
|
6005
6032
|
}
|
|
6006
|
-
.fec-table-filter .filter-actions[data-v-
|
|
6033
|
+
.fec-table-filter .filter-actions[data-v-73e7d5aa] {
|
|
6007
6034
|
flex-shrink: 0;
|
|
6008
|
-
border-left: 1px solid #eaebef;
|
|
6035
|
+
/* border-left: 1px solid #eaebef; */
|
|
6009
6036
|
display: flex;
|
|
6010
6037
|
align-items: center;
|
|
6011
6038
|
flex-direction: column;
|
|
6012
|
-
justify-content:
|
|
6013
|
-
padding-left: 16px;
|
|
6014
|
-
margin-left: 12px;
|
|
6039
|
+
justify-content: end;
|
|
6015
6040
|
gap: 10px;
|
|
6016
6041
|
height: 100%;
|
|
6017
6042
|
}
|
|
6018
|
-
.fec-table-filter .filter-actions[data-v-
|
|
6043
|
+
.fec-table-filter .filter-actions[data-v-73e7d5aa] .el-button {
|
|
6019
6044
|
margin: 0;
|
|
6020
6045
|
}
|
|
6021
|
-
.fec-table-filter .filter-actions.inline[data-v-
|
|
6046
|
+
.fec-table-filter .filter-actions.inline[data-v-73e7d5aa] {
|
|
6022
6047
|
flex-direction: row;
|
|
6023
6048
|
gap: 8px;
|
|
6024
6049
|
height: auto;
|
|
6025
6050
|
align-items: center;
|
|
6026
6051
|
}
|
|
6027
|
-
.filter-fields[data-v-
|
|
6052
|
+
.filter-fields[data-v-73e7d5aa] {
|
|
6028
6053
|
transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
6029
6054
|
}
|
|
6030
|
-
.filter-field[data-v-
|
|
6055
|
+
.filter-field[data-v-73e7d5aa] {
|
|
6031
6056
|
transition: opacity 0.3s ease, transform 0.3s ease;
|
|
6032
6057
|
}
|
|
6033
|
-
.filter-divider[data-v-
|
|
6058
|
+
.filter-divider[data-v-73e7d5aa] {
|
|
6034
6059
|
margin: 8px 0;
|
|
6035
6060
|
z-index: 1;
|
|
6036
6061
|
transition: all 0.3s ease;
|
|
6037
6062
|
}
|
|
6038
|
-
.filter-divider .collapse-toggle[data-v-
|
|
6063
|
+
.filter-divider .collapse-toggle[data-v-73e7d5aa] {
|
|
6039
6064
|
display: flex;
|
|
6040
6065
|
align-items: center;
|
|
6041
6066
|
gap: 2px;
|
|
6042
6067
|
color: #409eff;
|
|
6043
6068
|
cursor: pointer;
|
|
6044
6069
|
}
|
|
6045
|
-
.filter-divider[data-v-
|
|
6070
|
+
.filter-divider[data-v-73e7d5aa] .el-divider__text {
|
|
6046
6071
|
font-size: 13px;
|
|
6047
6072
|
color: #606266;
|
|
6048
6073
|
transition: all 0.3s ease;
|
|
@@ -6052,14 +6077,14 @@ body,
|
|
|
6052
6077
|
background-color: #fff;
|
|
6053
6078
|
padding: 0 10px;
|
|
6054
6079
|
}
|
|
6055
|
-
.filter-divider[data-v-
|
|
6080
|
+
.filter-divider[data-v-73e7d5aa] .el-icon {
|
|
6056
6081
|
transition: transform 0.3s ease;
|
|
6057
|
-
}.dynamic-mode-config .dynamic-row[data-v-
|
|
6082
|
+
}.dynamic-mode-config .dynamic-row[data-v-349ed4c5] {
|
|
6058
6083
|
display: flex;
|
|
6059
6084
|
height: 54px;
|
|
6060
6085
|
align-items: center;
|
|
6061
6086
|
}
|
|
6062
|
-
.dynamic-mode-config .back-icon[data-v-
|
|
6087
|
+
.dynamic-mode-config .back-icon[data-v-349ed4c5] {
|
|
6063
6088
|
display: flex;
|
|
6064
6089
|
align-items: center;
|
|
6065
6090
|
justify-content: center;
|
|
@@ -6072,11 +6097,11 @@ body,
|
|
|
6072
6097
|
margin-left: 4px;
|
|
6073
6098
|
margin-right: -6px;
|
|
6074
6099
|
}
|
|
6075
|
-
.dynamic-mode-config .back-icon .el-icon[data-v-
|
|
6100
|
+
.dynamic-mode-config .back-icon .el-icon[data-v-349ed4c5] {
|
|
6076
6101
|
font-size: 16px;
|
|
6077
6102
|
font-weight: bold;
|
|
6078
6103
|
}
|
|
6079
|
-
.dynamic-mode-config .template-name[data-v-
|
|
6104
|
+
.dynamic-mode-config .template-name[data-v-349ed4c5] {
|
|
6080
6105
|
font-size: 16px;
|
|
6081
6106
|
font-weight: 600;
|
|
6082
6107
|
color: #303133;
|
|
@@ -6086,39 +6111,50 @@ body,
|
|
|
6086
6111
|
overflow: hidden;
|
|
6087
6112
|
text-overflow: ellipsis;
|
|
6088
6113
|
position: relative;
|
|
6114
|
+
display: flex;
|
|
6115
|
+
align-items: center;
|
|
6089
6116
|
}
|
|
6090
|
-
.dynamic-mode-config .
|
|
6117
|
+
.dynamic-mode-config .template-name-line[data-v-349ed4c5] {
|
|
6118
|
+
height: 16px;
|
|
6119
|
+
width: 4px;
|
|
6120
|
+
background-color: var(--el-color-primary);
|
|
6121
|
+
display: inline-block;
|
|
6122
|
+
border-radius: 5px;
|
|
6123
|
+
margin-right: 12px;
|
|
6124
|
+
margin-top: 2px;
|
|
6125
|
+
}
|
|
6126
|
+
.dynamic-mode-config .tab-display-section[data-v-349ed4c5] {
|
|
6091
6127
|
flex: 1;
|
|
6092
6128
|
min-width: 0;
|
|
6093
6129
|
}
|
|
6094
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6130
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-349ed4c5] .el-tabs__header {
|
|
6095
6131
|
margin: 0;
|
|
6096
6132
|
}
|
|
6097
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6133
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-349ed4c5] .el-tabs__nav-wrap::after {
|
|
6098
6134
|
height: 0;
|
|
6099
6135
|
}
|
|
6100
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6136
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-349ed4c5] .el-tabs__item {
|
|
6101
6137
|
padding: 0 12px;
|
|
6102
6138
|
}
|
|
6103
|
-
.dynamic-mode-config .search-display-section[data-v-
|
|
6139
|
+
.dynamic-mode-config .search-display-section[data-v-349ed4c5] {
|
|
6104
6140
|
flex-shrink: 0;
|
|
6105
6141
|
display: flex;
|
|
6106
6142
|
align-items: center;
|
|
6107
6143
|
gap: 12px;
|
|
6108
6144
|
margin-left: auto;
|
|
6109
6145
|
}
|
|
6110
|
-
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-
|
|
6111
|
-
width: 300px;
|
|
6146
|
+
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-349ed4c5] {
|
|
6147
|
+
/* width: 300px; */
|
|
6112
6148
|
}
|
|
6113
|
-
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-
|
|
6149
|
+
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-349ed4c5] {
|
|
6114
6150
|
display: flex;
|
|
6115
6151
|
align-items: center;
|
|
6116
6152
|
gap: 8px;
|
|
6117
6153
|
}
|
|
6118
|
-
.dynamic-mode-config .search-display-section .optBtn[data-v-
|
|
6154
|
+
.dynamic-mode-config .search-display-section .optBtn[data-v-349ed4c5] {
|
|
6119
6155
|
position: relative;
|
|
6120
6156
|
}
|
|
6121
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
6157
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-349ed4c5] {
|
|
6122
6158
|
position: absolute;
|
|
6123
6159
|
top: -10px;
|
|
6124
6160
|
right: -10px;
|
|
@@ -6135,31 +6171,31 @@ body,
|
|
|
6135
6171
|
font-size: 12px;
|
|
6136
6172
|
z-index: 1;
|
|
6137
6173
|
}
|
|
6138
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
6174
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-349ed4c5]:hover {
|
|
6139
6175
|
background-color: #f56c6c;
|
|
6140
6176
|
}
|
|
6141
|
-
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-
|
|
6177
|
+
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-349ed4c5] {
|
|
6142
6178
|
display: flex;
|
|
6143
6179
|
}
|
|
6144
|
-
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-
|
|
6180
|
+
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-349ed4c5] {
|
|
6145
6181
|
pointer-events: none;
|
|
6146
6182
|
}
|
|
6147
|
-
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-
|
|
6183
|
+
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-349ed4c5] {
|
|
6148
6184
|
margin-right: 4px;
|
|
6149
6185
|
}
|
|
6150
|
-
.dynamic-mode-config .expand-filter-section[data-v-
|
|
6186
|
+
.dynamic-mode-config .expand-filter-section[data-v-349ed4c5] {
|
|
6151
6187
|
padding-top: 4px;
|
|
6152
6188
|
border-top: 1px solid #ebeef5;
|
|
6153
6189
|
margin-top: 4px;
|
|
6154
6190
|
}
|
|
6155
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-
|
|
6191
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-349ed4c5] {
|
|
6156
6192
|
width: 100%;
|
|
6157
6193
|
}
|
|
6158
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-
|
|
6194
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-349ed4c5] {
|
|
6159
6195
|
display: flex;
|
|
6160
6196
|
flex-wrap: wrap;
|
|
6161
6197
|
}
|
|
6162
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6198
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-349ed4c5] .el-form-item {
|
|
6163
6199
|
padding: 2px;
|
|
6164
6200
|
border: 2px solid transparent;
|
|
6165
6201
|
border-radius: 2px;
|
|
@@ -6168,20 +6204,20 @@ body,
|
|
|
6168
6204
|
cursor: move;
|
|
6169
6205
|
margin-bottom: 4px;
|
|
6170
6206
|
}
|
|
6171
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6207
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-349ed4c5] .el-form-item .el-form-item__label-wrap {
|
|
6172
6208
|
margin: 0 0 0 8px !important;
|
|
6173
6209
|
}
|
|
6174
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6210
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-349ed4c5] .el-form-item .el-form-item__content {
|
|
6175
6211
|
min-width: 150px;
|
|
6176
6212
|
}
|
|
6177
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6213
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-349ed4c5] .el-form-item .form-item-label {
|
|
6178
6214
|
display: flex;
|
|
6179
6215
|
align-items: center;
|
|
6180
6216
|
}
|
|
6181
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6217
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-349ed4c5] .el-form-item .el-input {
|
|
6182
6218
|
width: 150px;
|
|
6183
6219
|
}
|
|
6184
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6220
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-349ed4c5] .el-form-item .delete-icon {
|
|
6185
6221
|
position: absolute;
|
|
6186
6222
|
top: -10px;
|
|
6187
6223
|
right: -10px;
|
|
@@ -6198,19 +6234,19 @@ body,
|
|
|
6198
6234
|
font-size: 12px;
|
|
6199
6235
|
z-index: 1;
|
|
6200
6236
|
}
|
|
6201
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6237
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-349ed4c5] .el-form-item .delete-icon:hover {
|
|
6202
6238
|
background-color: #f56c6c;
|
|
6203
6239
|
}
|
|
6204
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6240
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-349ed4c5] .el-form-item.is-hover {
|
|
6205
6241
|
border: 2px dashed #7b99cb !important;
|
|
6206
6242
|
}
|
|
6207
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6243
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-349ed4c5] .el-form-item.is-hover .delete-icon {
|
|
6208
6244
|
display: flex;
|
|
6209
6245
|
}
|
|
6210
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6246
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-349ed4c5] .el-form-item.is-select {
|
|
6211
6247
|
border: 2px dashed #efa53a !important;
|
|
6212
6248
|
}
|
|
6213
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6249
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-349ed4c5] .el-form-item__label {
|
|
6214
6250
|
font-size: 13px;
|
|
6215
6251
|
color: #606266;
|
|
6216
6252
|
pointer-events: none;
|
|
@@ -6219,11 +6255,11 @@ body,
|
|
|
6219
6255
|
display: flex;
|
|
6220
6256
|
align-items: center;
|
|
6221
6257
|
}
|
|
6222
|
-
[data-v-
|
|
6258
|
+
[data-v-349ed4c5] .el-checkbox-group {
|
|
6223
6259
|
display: flex;
|
|
6224
6260
|
gap: 12px;
|
|
6225
6261
|
}
|
|
6226
|
-
[data-v-
|
|
6262
|
+
[data-v-349ed4c5] .el-checkbox-group .el-checkbox-button__inner {
|
|
6227
6263
|
border-radius: 4px;
|
|
6228
6264
|
}.fec-table[data-v-5e27559e] {
|
|
6229
6265
|
height: 100%;
|
|
@@ -6301,18 +6337,18 @@ body,
|
|
|
6301
6337
|
max-height: 90% !important;
|
|
6302
6338
|
padding: 0 !important;
|
|
6303
6339
|
}
|
|
6304
|
-
.fec-layout-row[data-v-
|
|
6340
|
+
.fec-layout-row[data-v-317e7dd8] {
|
|
6305
6341
|
width: 100%;
|
|
6306
6342
|
height: 100%;
|
|
6307
6343
|
overflow: hidden;
|
|
6308
6344
|
}
|
|
6309
|
-
.fec-layout-row[data-v-
|
|
6345
|
+
.fec-layout-row[data-v-317e7dd8] .el-col {
|
|
6310
6346
|
height: 100%;
|
|
6311
6347
|
}
|
|
6312
|
-
.fec-layout-row[data-v-
|
|
6348
|
+
.fec-layout-row[data-v-317e7dd8] .el-col .el-scrollbar__bar {
|
|
6313
6349
|
display: none;
|
|
6314
6350
|
}
|
|
6315
|
-
.grid-content[data-v-
|
|
6351
|
+
.grid-content[data-v-317e7dd8] {
|
|
6316
6352
|
border-radius: 9px 9px 4px 4px;
|
|
6317
6353
|
background-color: #fff;
|
|
6318
6354
|
position: relative;
|
|
@@ -6323,7 +6359,7 @@ body,
|
|
|
6323
6359
|
padding: 16px 16px 16px 16px;
|
|
6324
6360
|
} */
|
|
6325
6361
|
}
|
|
6326
|
-
.grid-content-statistics[data-v-
|
|
6362
|
+
.grid-content-statistics[data-v-317e7dd8] {
|
|
6327
6363
|
height: 100%;
|
|
6328
6364
|
display: flex;
|
|
6329
6365
|
flex-direction: column;
|
|
@@ -6334,7 +6370,7 @@ body,
|
|
|
6334
6370
|
height: 100%;
|
|
6335
6371
|
} */
|
|
6336
6372
|
}
|
|
6337
|
-
.grid-content-statistics[data-v-
|
|
6373
|
+
.grid-content-statistics[data-v-317e7dd8] .fec-layout-card:last-child {
|
|
6338
6374
|
margin-bottom: 0 !important;
|
|
6339
6375
|
flex: 1;
|
|
6340
6376
|
}
|
|
@@ -6375,8 +6411,12 @@ body,
|
|
|
6375
6411
|
flex-grow: 1;
|
|
6376
6412
|
padding-top: 12px;
|
|
6377
6413
|
}
|
|
6378
|
-
[data-v-
|
|
6414
|
+
[data-v-96b4e696] .van-button__content:before {
|
|
6379
6415
|
display: none;
|
|
6416
|
+
}
|
|
6417
|
+
.fec-button[data-v-96b4e696] {
|
|
6418
|
+
flex: 1;
|
|
6419
|
+
height: 100%;
|
|
6380
6420
|
}: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
6421
|
: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
6422
|
.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)}
|