1和2的tabs栏宽度修改
This commit is contained in:
parent
d66f2af3e5
commit
91df9d0f69
|
|
@ -90,7 +90,7 @@ watch(filteredVisibleLeaders, async () => {
|
|||
height: 100%;
|
||||
}
|
||||
.tabs {
|
||||
padding: 10px 20px;
|
||||
padding: 10px 0px;
|
||||
}
|
||||
.tabs-switch {
|
||||
margin: 0 auto;
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@ watch(filteredVisibleLeaders, async () => {
|
|||
height: 100%;
|
||||
}
|
||||
.tabs {
|
||||
padding: 10px 20px;
|
||||
padding: 10px 0px;
|
||||
}
|
||||
.tabs-switch {
|
||||
margin: 0 auto;
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user