fix: 样式调整

This commit is contained in:
fanpeijiang
2022-10-15 11:57:43 +08:00
parent 76bdf58bc5
commit 390ee8f41f
6 changed files with 1160 additions and 978 deletions

View File

@@ -14,7 +14,7 @@
<span :class="tab.link === currentPath ? 'click' : 'click2'">{{ index+1 }}</span>
<span>{{ tab.title }}</span>
<span v-if="index!=3"
style="width:54px;margin:0 10px;border: 1px dashed #C4C0C0;"></span>
style="width:54px;margin:0 10px;border-top: 1px dashed #C4C0C0;"></span>
</div>
</div>
<div class="right"
@@ -569,12 +569,13 @@ onMounted(() => {
margin-right: 8px;
}
.click2 {
display: flex;
align-items: center;
justify-content: center;
width: 18px;
font-size: 12px;
line-height: 18px;
border-radius: 9px;
background-color: #f5f5f5;
text-align: center;
margin-right: 8px;
}
</style>