From 60a50d7a976f33a172421546fd891f33a21043e5 Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期三, 29 十月 2025 11:50:22 +0800
Subject: [PATCH] 优化
---
新建文件夹/WMS/src/views/Index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/Index.vue" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/Index.vue"
index 7dc109d..86268bf 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/Index.vue"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/Index.vue"
@@ -321,7 +321,7 @@
messageList.push(data);
ElNotification({
title: data.title,
- message: h("i", { style: "color: teal" }, data.message),
+ message: h("i", { style: "color: red" }, data.message),
position: "bottom-right",
});
};
--
Gitblit v1.9.3