@deppon/deppon-template 2.4.8 → 2.4.9

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
- :.pro-form-item-edit-as-readonly .el-form-item__label {
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
- :.pro-form-item-edit-as-readonly.el-form-item .el-form-item__label {
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
- :.pro-form-item-edit-as-readonly.el-form-item .el-form-item__content {
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
- :.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 {
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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deppon/deppon-template",
3
- "version": "2.4.8",
3
+ "version": "2.4.9",
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.8",
47
- "@deppon/deppon-request": "2.4.8",
48
- "@deppon/deppon-router": "2.4.8",
49
- "@deppon/deppon-ui": "2.4.8",
50
- "@deppon/deppon-utils": "2.4.8",
46
+ "@deppon/deppon-assets": "2.4.9",
47
+ "@deppon/deppon-request": "2.4.9",
48
+ "@deppon/deppon-router": "2.4.9",
49
+ "@deppon/deppon-ui": "2.4.9",
50
+ "@deppon/deppon-utils": "2.4.9",
51
51
  "dayjs": "^1.11.10",
52
52
  "lodash-es": "^4.17.21",
53
53
  "mitt": "^3.0.1"