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