fixed: 暗色主题下 tabs 颜色不变的问题.

This commit is contained in:
lijiahangmax
2023-11-26 21:26:10 +08:00
parent 550366e929
commit 47551edc75
14 changed files with 4348 additions and 2620 deletions

View File

@@ -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 {

View File

@@ -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>

View File

@@ -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 {

View File

@@ -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;

View File

@@ -51,7 +51,7 @@ const columns = [
}, {
title: '操作',
slotName: 'handle',
width: 330,
width: 340,
align: 'center',
fixed: 'right',
},