@deppon/deppon-template 2.4.8 → 2.4.10
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.
|
@@ -1632,7 +1632,7 @@ body .el-overlay-dialog,
|
|
|
1632
1632
|
height: 100% !important;
|
|
1633
1633
|
display: block !important;
|
|
1634
1634
|
}
|
|
1635
|
-
|
|
1635
|
+
.pro-form-item-edit-as-readonly .el-form-item__label {
|
|
1636
1636
|
justify-content: flex-start !important;
|
|
1637
1637
|
text-align: left !important;
|
|
1638
1638
|
width: auto !important;
|
|
@@ -1641,19 +1641,19 @@ body .el-overlay-dialog,
|
|
|
1641
1641
|
flex: 0 0 auto !important;
|
|
1642
1642
|
padding-right: 12px !important;
|
|
1643
1643
|
}
|
|
1644
|
-
|
|
1644
|
+
.pro-form-item-edit-as-readonly.el-form-item .el-form-item__label {
|
|
1645
1645
|
width: auto !important;
|
|
1646
1646
|
min-width: auto !important;
|
|
1647
1647
|
max-width: none !important;
|
|
1648
1648
|
flex: 0 0 auto !important;
|
|
1649
1649
|
}
|
|
1650
|
-
|
|
1650
|
+
.pro-form-item-edit-as-readonly.el-form-item .el-form-item__content {
|
|
1651
1651
|
flex: 1 1 auto !important;
|
|
1652
1652
|
margin-left: 0 !important;
|
|
1653
1653
|
}
|
|
1654
1654
|
/* edit-as-readonly 的上下间距应与正常编辑态保持一致,这里不做额外覆盖 */
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1655
|
+
.pro-form-item-edit-as-readonly .el-form-item__label,
|
|
1656
|
+
.pro-form-item-edit-as-readonly .pro-form-label-text,
|
|
1657
|
+
.pro-form-item-edit-as-readonly .pro-form-label-wrapper {
|
|
1658
1658
|
color: var(--el-text-color-primary, #303133) !important;
|
|
1659
1659
|
}
|
|
@@ -1657,7 +1657,7 @@ body .el-overlay-dialog,
|
|
|
1657
1657
|
margin: 0 6px;
|
|
1658
1658
|
padding: 0 6px;
|
|
1659
1659
|
/* 覆盖 Element Plus:.el-menu-item [class^=el-icon] 的 margin-right,间距改由 label 的 gap 控制 */
|
|
1660
|
-
/*
|
|
1660
|
+
/* 首项(工作台):极浅底、紧凑内边距;选中与顶栏其它项一致用主题色 */
|
|
1661
1661
|
/* 其余项选中:加粗、近黑字;下划线挂在菜单项上,绝对定位不占布局、不挡选中背景 */
|
|
1662
1662
|
}
|
|
1663
1663
|
.pro-layout__top-menu-glass {
|
|
@@ -1798,8 +1798,8 @@ body .el-overlay-dialog,
|
|
|
1798
1798
|
padding: 0 8px !important;
|
|
1799
1799
|
margin: 0 2px !important;
|
|
1800
1800
|
border-radius: 8px !important;
|
|
1801
|
-
background:
|
|
1802
|
-
color: rgba(0, 0, 0, 0.
|
|
1801
|
+
background: var(--el-fill-color-lighter, #fafafa) !important;
|
|
1802
|
+
color: rgba(0, 0, 0, 0.88) !important;
|
|
1803
1803
|
font-weight: 500 !important;
|
|
1804
1804
|
}
|
|
1805
1805
|
.pro-layout__top-menu .el-menu-item.pro-layout__top-menu-item--lead:not(.pro-layout__top-menu-divider) .pro-layout__top-menu-item-label {
|
|
@@ -1807,24 +1807,25 @@ body .el-overlay-dialog,
|
|
|
1807
1807
|
align-items: center !important;
|
|
1808
1808
|
}
|
|
1809
1809
|
.pro-layout__top-menu .el-menu-item.pro-layout__top-menu-item--lead:not(.is-active):hover:not(.pro-layout__top-menu-divider) {
|
|
1810
|
-
background:
|
|
1811
|
-
color:
|
|
1810
|
+
background: var(--el-fill-color-light, #f5f7fa) !important;
|
|
1811
|
+
color: rgba(0, 0, 0, 0.92) !important;
|
|
1812
1812
|
}
|
|
1813
1813
|
.pro-layout__top-menu .el-menu-item.pro-layout__top-menu-item--lead.is-active {
|
|
1814
|
-
background:
|
|
1815
|
-
color: #
|
|
1814
|
+
background: var(--el-color-primary-light-9, #ecf5ff) !important;
|
|
1815
|
+
color: var(--el-color-primary, #409eff) !important;
|
|
1816
1816
|
font-weight: 600 !important;
|
|
1817
1817
|
box-shadow: none !important;
|
|
1818
1818
|
}
|
|
1819
1819
|
.pro-layout__top-menu .el-menu-item.pro-layout__top-menu-item--lead .pro-layout__top-menu-item-icon {
|
|
1820
1820
|
font-size: 16px !important;
|
|
1821
|
-
color: rgba(0, 0, 0, 0.
|
|
1821
|
+
color: rgba(0, 0, 0, 0.55) !important;
|
|
1822
1822
|
}
|
|
1823
1823
|
.pro-layout__top-menu .el-menu-item.pro-layout__top-menu-item--lead .pro-layout__top-menu-item-icon svg {
|
|
1824
1824
|
fill: currentColor !important;
|
|
1825
1825
|
}
|
|
1826
|
-
.pro-layout__top-menu .el-menu-item.pro-layout__top-menu-item--lead.is-active .pro-layout__top-menu-item-icon
|
|
1827
|
-
|
|
1826
|
+
.pro-layout__top-menu .el-menu-item.pro-layout__top-menu-item--lead.is-active .pro-layout__top-menu-item-icon,
|
|
1827
|
+
.pro-layout__top-menu .el-menu-item.pro-layout__top-menu-item--lead.is-active .pro-layout__top-menu-item-icon svg {
|
|
1828
|
+
color: var(--el-color-primary, #409eff) !important;
|
|
1828
1829
|
}
|
|
1829
1830
|
.pro-layout__top-menu .el-menu-item.pro-layout__top-menu-item--lead .pro-layout__top-menu-item-text {
|
|
1830
1831
|
color: inherit !important;
|
|
@@ -1833,17 +1834,17 @@ body .el-overlay-dialog,
|
|
|
1833
1834
|
padding: 0 8px !important;
|
|
1834
1835
|
margin: 0 2px !important;
|
|
1835
1836
|
border-radius: 8px !important;
|
|
1836
|
-
background:
|
|
1837
|
-
color: rgba(0, 0, 0, 0.
|
|
1837
|
+
background: var(--el-fill-color-lighter, #fafafa) !important;
|
|
1838
|
+
color: rgba(0, 0, 0, 0.88) !important;
|
|
1838
1839
|
font-weight: 500 !important;
|
|
1839
1840
|
}
|
|
1840
1841
|
.pro-layout__top-menu .el-sub-menu.pro-layout__top-menu-item--lead:not(.is-active):hover > .el-sub-menu__title {
|
|
1841
|
-
background:
|
|
1842
|
-
color:
|
|
1842
|
+
background: var(--el-fill-color-light, #f5f7fa) !important;
|
|
1843
|
+
color: rgba(0, 0, 0, 0.92) !important;
|
|
1843
1844
|
}
|
|
1844
1845
|
.pro-layout__top-menu .el-sub-menu.pro-layout__top-menu-item--lead.is-active > .el-sub-menu__title {
|
|
1845
|
-
background:
|
|
1846
|
-
color: #
|
|
1846
|
+
background: var(--el-color-primary-light-9, #ecf5ff) !important;
|
|
1847
|
+
color: var(--el-color-primary, #409eff) !important;
|
|
1847
1848
|
font-weight: 600 !important;
|
|
1848
1849
|
}
|
|
1849
1850
|
.pro-layout__top-menu .el-sub-menu.pro-layout__top-menu-item--lead .pro-layout__top-menu-item-label {
|
|
@@ -1852,13 +1853,14 @@ body .el-overlay-dialog,
|
|
|
1852
1853
|
}
|
|
1853
1854
|
.pro-layout__top-menu .el-sub-menu.pro-layout__top-menu-item--lead .pro-layout__top-menu-item-icon {
|
|
1854
1855
|
font-size: 16px !important;
|
|
1855
|
-
color: rgba(0, 0, 0, 0.
|
|
1856
|
+
color: rgba(0, 0, 0, 0.55) !important;
|
|
1856
1857
|
}
|
|
1857
1858
|
.pro-layout__top-menu .el-sub-menu.pro-layout__top-menu-item--lead .pro-layout__top-menu-item-icon svg {
|
|
1858
1859
|
fill: currentColor !important;
|
|
1859
1860
|
}
|
|
1860
|
-
.pro-layout__top-menu .el-sub-menu.pro-layout__top-menu-item--lead.is-active .pro-layout__top-menu-item-icon
|
|
1861
|
-
|
|
1861
|
+
.pro-layout__top-menu .el-sub-menu.pro-layout__top-menu-item--lead.is-active .pro-layout__top-menu-item-icon,
|
|
1862
|
+
.pro-layout__top-menu .el-sub-menu.pro-layout__top-menu-item--lead.is-active .pro-layout__top-menu-item-icon svg {
|
|
1863
|
+
color: var(--el-color-primary, #409eff) !important;
|
|
1862
1864
|
}
|
|
1863
1865
|
.pro-layout__top-menu .el-menu-item.is-active:not(.pro-layout__top-menu-divider):not(.pro-layout__top-menu-item--lead) {
|
|
1864
1866
|
position: relative !important;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deppon/deppon-template",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.10",
|
|
4
4
|
"main": "es/index.js",
|
|
5
5
|
"module": "es/index.js",
|
|
6
6
|
"typings": "es/index.d.ts",
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
"less": "^4.2.0"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@deppon/deppon-assets": "2.4.
|
|
47
|
-
"@deppon/deppon-request": "2.4.
|
|
48
|
-
"@deppon/deppon-router": "2.4.
|
|
49
|
-
"@deppon/deppon-ui": "2.4.
|
|
50
|
-
"@deppon/deppon-utils": "2.4.
|
|
46
|
+
"@deppon/deppon-assets": "2.4.10",
|
|
47
|
+
"@deppon/deppon-request": "2.4.10",
|
|
48
|
+
"@deppon/deppon-router": "2.4.10",
|
|
49
|
+
"@deppon/deppon-ui": "2.4.10",
|
|
50
|
+
"@deppon/deppon-utils": "2.4.10",
|
|
51
51
|
"dayjs": "^1.11.10",
|
|
52
52
|
"lodash-es": "^4.17.21",
|
|
53
53
|
"mitt": "^3.0.1"
|