This commit is contained in:
2026-02-27 19:17:10 +08:00
parent 4780e15ffa
commit 13fa7ac04c
3 changed files with 25 additions and 3 deletions

View File

@@ -201,6 +201,11 @@ onUnmounted(() => {
/* 类型样式 */
.notice-bar--info {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 9999;
background-color: #eff6ff;
color: #1e40af;
}