fixed: 暗色主题下 tabs 颜色不变的问题.
This commit is contained in:
@@ -104,7 +104,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: #FFF;
|
||||
color: var(--color-white);
|
||||
background: rgb(var(--blue-6));
|
||||
margin-right: 8px;
|
||||
border-radius: 4px;
|
||||
|
||||
@@ -126,7 +126,7 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: relative;
|
||||
background: #FFF;
|
||||
background: var(--color-bg-1);
|
||||
}
|
||||
|
||||
:deep(.arco-tabs-tab-title){
|
||||
|
||||
Reference in New Issue
Block a user