fix: 🐛 顶部和混合模式右侧导航栏字体色值调整

This commit is contained in:
ray
2024-07-17 22:05:07 +08:00
parent f8979fd28e
commit 138524a8b2

View File

@@ -43,8 +43,8 @@
>
<el-link type="primary">
<el-text class="w-350px" size="default" truncated>
{{ message.title }}</el-text
>
{{ message.title }}
</el-text>
</el-link>
</div>
</el-tab-pane>
@@ -52,12 +52,12 @@
<el-divider />
<div class="flex-x-between">
<el-link type="primary" :underline="false">
<span class="text-xs">查看更多</span
><el-icon class="text-xs"><ArrowRight /></el-icon
></el-link>
<span class="text-xs">查看更多</span>
<el-icon class="text-xs"><ArrowRight /></el-icon>
</el-link>
<el-link type="primary" :underline="false">
<span class="text-xs">全部已读</span></el-link
>
<span class="text-xs">全部已读</span>
</el-link>
</div>
</div>
</template>
@@ -211,13 +211,8 @@ function logout() {
background: rgb(255 255 255 / 20%);
}
.see-more {
padding: 10px 0;
text-align: center;
}
.see-more a {
color: var(--el-color-primary);
text-decoration: none;
.layout-top .nav-action-item,
.layout-mix .nav-action-item {
color: #fff;
}
</style>