@ganwei-web/gw-base-components-plus 1.0.23 → 1.0.24

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.
@@ -102,6 +102,10 @@
102
102
  color: var(--input-color);
103
103
  box-shadow: 0 0 0 1px var(--input-border) inset;
104
104
  }
105
+ .el-textarea.is-disabled .el-textarea__inner {
106
+ background-color: var(--input-background__disabled);
107
+ box-shadow: 0 0 0 1px var(--input-border) inset;
108
+ }
105
109
  .el-input__wrapper {
106
110
  color: var(--input-color);
107
111
  background-color: var(--input-background);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ganwei-web/gw-base-components-plus",
3
- "version": "1.0.23",
3
+ "version": "1.0.24",
4
4
  "description": "components",
5
5
  "main": "./dist/index.es.js",
6
6
  "scripts": {