resolver-egretimp-plus 0.0.290 → 0.0.292
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/package.json
CHANGED
|
@@ -157,7 +157,7 @@ function getSuffixIcon() {
|
|
|
157
157
|
box-sizing: border-box;
|
|
158
158
|
border-radius: var(--el-input-border-radius, var(--el-border-radius-base));
|
|
159
159
|
box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
|
|
160
|
-
|
|
160
|
+
background: var(--el-input-bg-color, var(--el-fill-color-blank));
|
|
161
161
|
cursor: 'not-allowed';
|
|
162
162
|
}
|
|
163
163
|
.is-disabled {
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
}
|
|
7
7
|
.el-button--large {
|
|
8
8
|
padding: 8px 12px;
|
|
9
|
+
font-size: 16px;
|
|
9
10
|
}
|
|
10
11
|
.el-button--small {
|
|
11
12
|
--el-button-sizee: 24px;
|
|
@@ -16,6 +17,11 @@
|
|
|
16
17
|
padding: 6px 12px;
|
|
17
18
|
height: var(--el-button-size);
|
|
18
19
|
}
|
|
20
|
+
.el-button--def {
|
|
21
|
+
--el-button-size: 32px;
|
|
22
|
+
padding: 8px 8px;
|
|
23
|
+
height: var(--el-button-size);
|
|
24
|
+
}
|
|
19
25
|
.el-button:hover {
|
|
20
26
|
color: var(--el-button-text-color);
|
|
21
27
|
border-color: var(--el-border-color);
|