样式更改

This commit is contained in:
张宁 2024-05-26 20:53:27 +08:00
parent c8055a3402
commit 3984d334de
1 changed files with 3 additions and 0 deletions

View File

@ -183,12 +183,15 @@ onMounted(() => {
cursor: pointer;
background: linear-gradient(0deg, rgba(145, 175, 207, 0.1) 10%, rgba(145, 175, 207, 0.4) 100%);
border-top: 2px solid rgb(152, 194, 221);
box-shadow: 0px -10px 5px rgba(145, 175, 207, 0.2);
}
div.active {
// background-color: #ccc;
background: linear-gradient(0deg, rgba(145, 175, 207, 0.1) 10%, rgba(0, 155, 228, 0.6) 100%);
border-top: 2px solid #00A2FF;
box-shadow: 0px -10px 5px rgba(0, 162, 255, 0.2);
}
.no-tab {