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";
import { Phase2StringCodeMap } from "@/common";
import { useConfig } from "@/config";
import { matStore } from "@/stores";
import "./index.scss";
const style = {
borderStyle: "groove",
......@@ -99,6 +100,8 @@ export const showWaiting = (open: boolean) => {
type: "loading",
content: fetchStrings("!system", 1390),
key: waitingKey,
className: "neos-message",
duration: 0,
});
clearTimeout(destoryTimer);
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