Commit 93b6a609 authored by timel's avatar timel

fix: style

parent d27f3e1a
.neos-message .ant-message-notice-content {
background-color: #333;
}
...@@ -6,6 +6,7 @@ import { fetchStrings } from "@/api"; ...@@ -6,6 +6,7 @@ import { fetchStrings } from "@/api";
import { Phase2StringCodeMap } from "@/common"; import { Phase2StringCodeMap } from "@/common";
import { useConfig } from "@/config"; import { useConfig } from "@/config";
import { matStore } from "@/stores"; import { matStore } from "@/stores";
import "./index.scss";
const style = { const style = {
borderStyle: "groove", borderStyle: "groove",
...@@ -99,6 +100,8 @@ export const showWaiting = (open: boolean) => { ...@@ -99,6 +100,8 @@ export const showWaiting = (open: boolean) => {
type: "loading", type: "loading",
content: fetchStrings("!system", 1390), content: fetchStrings("!system", 1390),
key: waitingKey, key: waitingKey,
className: "neos-message",
duration: 0,
}); });
clearTimeout(destoryTimer); clearTimeout(destoryTimer);
isWaiting = true; isWaiting = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment