feat: toast 问题修改

This commit is contained in:
Tim
2025-08-07 22:20:59 +08:00
parent f9a89ae9ef
commit 676e959d4b
7 changed files with 62 additions and 6 deletions

View File

@@ -241,12 +241,16 @@ export default {
}
.header-content-item-main {
background-color: var(--primary-color);
color: white;
padding: 8px 16px;
border-radius: 10px;
cursor: pointer;
}
.header-content-item-main:hover {
background-color: var(--primary-color-hover);
}
.header-content-item-secondary {