@next-core/brick-kit 2.151.1 → 2.152.1
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/dist/index.bundle.js +3 -3
- package/dist/index.bundle.js.map +1 -1
- package/dist/index.esm.js +3 -3
- package/dist/index.esm.js.map +1 -1
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -12480,7 +12480,7 @@ class Router {
|
|
|
12480
12480
|
closable: false,
|
|
12481
12481
|
isCenter: true,
|
|
12482
12482
|
tipKey: getUnionKey("render"),
|
|
12483
|
-
backgroundColor: "
|
|
12483
|
+
backgroundColor: "var(--color-warning-bg)"
|
|
12484
12484
|
}, loadInfoPage ? {
|
|
12485
12485
|
info: {
|
|
12486
12486
|
label: "建议解决思路",
|
|
@@ -12493,11 +12493,11 @@ class Router {
|
|
|
12493
12493
|
|
|
12494
12494
|
if (validDaysLeft && validDaysLeft <= 15 && getAuth().isAdmin) {
|
|
12495
12495
|
tipsDetail.push({
|
|
12496
|
-
text: "\u79BBLicense\u8FC7\u671F\u8FD8\u6709".concat(validDaysLeft, "\u5929"),
|
|
12496
|
+
text: "\u79BBLicense\u8FC7\u671F\u8FD8\u6709 ".concat(validDaysLeft, " \u5929"),
|
|
12497
12497
|
tipKey: getUnionKey("license"),
|
|
12498
12498
|
closable: true,
|
|
12499
12499
|
isCenter: true,
|
|
12500
|
-
backgroundColor: "
|
|
12500
|
+
backgroundColor: "var(--color-info-bg)"
|
|
12501
12501
|
});
|
|
12502
12502
|
}
|
|
12503
12503
|
|