@deppon/deppon-template 2.2.3 → 2.2.4
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.
|
@@ -1654,6 +1654,8 @@ body .el-overlay-dialog,
|
|
|
1654
1654
|
.pro-form-item-edit-as-readonly.el-form-item--default {
|
|
1655
1655
|
margin-bottom: 10px !important;
|
|
1656
1656
|
}
|
|
1657
|
-
.pro-form-item-edit-as-readonly .
|
|
1658
|
-
|
|
1657
|
+
.pro-form-item-edit-as-readonly .el-form-item__label,
|
|
1658
|
+
.pro-form-item-edit-as-readonly .pro-form-label-text,
|
|
1659
|
+
.pro-form-item-edit-as-readonly .pro-form-label-wrapper {
|
|
1660
|
+
color: var(--el-text-color-primary, #303133) !important;
|
|
1659
1661
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deppon/deppon-template",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.4",
|
|
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.2.
|
|
47
|
-
"@deppon/deppon-request": "2.2.
|
|
48
|
-
"@deppon/deppon-router": "2.2.
|
|
49
|
-
"@deppon/deppon-ui": "2.2.
|
|
50
|
-
"@deppon/deppon-utils": "2.2.
|
|
46
|
+
"@deppon/deppon-assets": "2.2.4",
|
|
47
|
+
"@deppon/deppon-request": "2.2.4",
|
|
48
|
+
"@deppon/deppon-router": "2.2.4",
|
|
49
|
+
"@deppon/deppon-ui": "2.2.4",
|
|
50
|
+
"@deppon/deppon-utils": "2.2.4",
|
|
51
51
|
"dayjs": "^1.11.10",
|
|
52
52
|
"lodash-es": "^4.17.21",
|
|
53
53
|
"mitt": "^3.0.1"
|