1和2的tabs栏宽度修改

This commit is contained in:
duanhao 2025-07-18 14:49:22 +08:00
parent d66f2af3e5
commit 91df9d0f69
3 changed files with 4 additions and 4 deletions

View File

@ -90,7 +90,7 @@ watch(filteredVisibleLeaders, async () => {
height: 100%;
}
.tabs {
padding: 10px 20px;
padding: 10px 0px;
}
.tabs-switch {
margin: 0 auto;

View File

@ -90,7 +90,7 @@ watch(filteredVisibleLeaders, async () => {
height: 100%;
}
.tabs {
padding: 10px 20px;
padding: 10px 0px;
}
.tabs-switch {
margin: 0 auto;

View File

@ -119,7 +119,7 @@ const highLightNodeHandle = (item) => {
border-radius: 4px;
}
&::-webkit-scrollbar-thumb:hover {
background: rgba(147, 210, 255, 0.5); /* 更明显的蓝色 */
background: rgba(147, 210, 255, 0.3); /* 更明显的蓝色 */
}
.tabs-list-item {
width: 100%;
@ -178,7 +178,7 @@ const highLightNodeHandle = (item) => {
height: 100%;
color: #fff;
opacity: 1;
background-color: #326190;
background-color: #236291;
border: 1px solid #3fa9f5;
}
</style>