fix: 样式调整
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user