fixed: 暗色主题下 tabs 颜色不变的问题.
This commit is contained in:
@@ -124,9 +124,9 @@
|
||||
border-radius: 50%;
|
||||
width: 56px;
|
||||
height: 56px;
|
||||
color: var(--color-white);
|
||||
background: var(--color-fill-4);
|
||||
font-size: 28px;
|
||||
color: #FFFFFF;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
@@ -140,6 +140,10 @@
|
||||
|
||||
:deep(.arco-timeline-item) {
|
||||
padding-bottom: 36px;
|
||||
|
||||
.arco-timeline-item-dot-custom {
|
||||
background: unset;
|
||||
}
|
||||
}
|
||||
|
||||
.log-line {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<div class="avatar-container">
|
||||
<div class="avatar-wrapper">
|
||||
<a-avatar :size="88"
|
||||
:style="{ backgroundColor: '#3370ff' }">
|
||||
:style="{ backgroundColor: 'rgb(var(--primary-6))' }">
|
||||
{{ nickname }}
|
||||
</a-avatar>
|
||||
</div>
|
||||
|
||||
@@ -151,9 +151,9 @@
|
||||
border-radius: 50%;
|
||||
width: 56px;
|
||||
height: 56px;
|
||||
color: var(--color-white);
|
||||
background: var(--color-fill-4);
|
||||
font-size: 28px;
|
||||
color: #FFFFFF;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
@@ -167,6 +167,10 @@
|
||||
|
||||
:deep(.arco-timeline-item) {
|
||||
padding-bottom: 36px;
|
||||
|
||||
.arco-timeline-item-dot-custom {
|
||||
background: unset;
|
||||
}
|
||||
}
|
||||
|
||||
.session-line {
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
|
||||
<style lang="less" scoped>
|
||||
.tabs-container {
|
||||
background: #FFFFFF;
|
||||
background: var(--color-bg-1);
|
||||
margin: 16px 16px 0 16px;
|
||||
padding: 16px;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user