@ganwei-web/gw-base-components-plus 1.0.62 → 1.0.63
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.
|
@@ -1247,6 +1247,7 @@
|
|
|
1247
1247
|
border-color: var(--popper-border);
|
|
1248
1248
|
}.el-overlay-message-box .el-message-box {
|
|
1249
1249
|
padding-bottom: 0;
|
|
1250
|
+
background-color: var(--frame-main-background);
|
|
1250
1251
|
}
|
|
1251
1252
|
|
|
1252
1253
|
.el-overlay-message-box .el-message-box .el-message-box__btns {
|
|
@@ -1256,7 +1257,7 @@
|
|
|
1256
1257
|
.el-message-box {
|
|
1257
1258
|
border: unset;
|
|
1258
1259
|
padding-bottom: 0;
|
|
1259
|
-
background-color: var(--
|
|
1260
|
+
background-color: var(--frame-main-background);
|
|
1260
1261
|
}
|
|
1261
1262
|
|
|
1262
1263
|
.el-message-box .el-message-box__status {
|
package/package.json
CHANGED