fix: 简单调整按钮格式

This commit is contained in:
Tim
2025-09-17 13:37:52 +08:00
parent ef9d90455f
commit 6baa4d4233
2 changed files with 3 additions and 3 deletions

View File

@@ -712,13 +712,13 @@ watch(selectedTab, async (val) => {
border-radius: 8px;
padding: 5px 10px;
color: var(--primary-color);
background-color: var(--secondary-color);
border: 1px solid var(--primary-color);
margin-top: 15px;
width: fit-content;
cursor: pointer;
}
.profile-page-header-unsubscribe-button:hover,
.profile-page-header-send-mail-button:hover {
background-color: var(--secondary-color-hover);
}