样式修改

This commit is contained in:
bb_pan 2026-01-26 20:00:45 +08:00
parent 0fde2994a6
commit 698fdc823f
1 changed files with 3 additions and 3 deletions

View File

@ -266,7 +266,7 @@
<div class="menu-title" @click="toggleLevel1(child)">
<div class="children-title-tip"></div>
<span>
<span style="margin-right: 5px">{{ child.meta.title }}</span>
<span style="margin-right: 5px; color: #095a4d">{{ child.meta.title }}</span>
<img
v-if="openLevel1.includes(child.path)"
src="@/assets/images/up.png"
@ -321,7 +321,7 @@
<div v-else class="menu-title" @click="goRoute(child)">
<div class="children-title-tip"></div>
<span>{{ child.meta.title }}</span>
<span style="color: #095a4d">{{ child.meta.title }}</span>
<span class="menu-star">
<img src="@/assets/images/star.png" style="width: 10px; height: 9px" />
</span>
@ -747,7 +747,7 @@ export default {
.right-menu-item {
display: inline-block;
padding: 0 8px;
padding: 0 13px;
height: 100%;
font-size: 18px;
color: #bfbfbf; /* 纯黑色,比#262626更黑 */