字体
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
:class="[tab.link === currentPath ? 'active' : '']"
|
||||
@click="toPage(tab.link, tab.title)">
|
||||
<span :class="tab.link === currentPath ? 'click' : 'click2'">{{ index+1 }}</span>
|
||||
<span style="font-size:14px">{{ tab.title }}</span>
|
||||
<span style="font-size:16px">{{ tab.title }}</span>
|
||||
<span v-if="index!=3"
|
||||
style="width:27px;margin:0 10px;border-top: 1px dashed #C4C0C0;"></span>
|
||||
</div>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
v-if="clickor==false"
|
||||
@click="switchView('question',true)">
|
||||
<span class="icon iconfont title-main-item-icon" style="font-size:20px;"></span>
|
||||
<span style="font-size: 16px">问卷库</span>
|
||||
<span style="font-size: 14px">问卷库</span>
|
||||
<div class="title-main-item-line"
|
||||
v-show="curView === 'question'"></div>
|
||||
</div>
|
||||
@@ -14,7 +14,7 @@
|
||||
v-if="clickor==true"
|
||||
@click="switchView('question',true)">
|
||||
<span class="icon iconfont title-main-item1-icon" style="font-size:20px;"></span>
|
||||
<span style="font-size: 16px">问卷库</span>
|
||||
<span style="font-size: 14px">问卷库</span>
|
||||
<div class="title-main-item-line"
|
||||
v-show="curView === 'question'"></div>
|
||||
</div>
|
||||
@@ -22,7 +22,7 @@
|
||||
v-if="clickor==true"
|
||||
@click="switchView('bank',false)">
|
||||
<span class="icon iconfont title-main-item-icon" style="font-size:20px"></span>
|
||||
<span style="font-size: 16px">题库</span>
|
||||
<span style="font-size: 14px">题库</span>
|
||||
<div class="title-main-item-line"
|
||||
v-show="curView === 'bank'"></div>
|
||||
</div>
|
||||
@@ -30,7 +30,7 @@
|
||||
v-if="clickor==false"
|
||||
@click="switchView('bank',false)">
|
||||
<span class="icon iconfont title-main-item1-icon" style="font-size:20px"></span>
|
||||
<span style="font-size: 16px">题库</span>
|
||||
<span style="font-size: 14px">题库</span>
|
||||
<div class="title-main-item-line"
|
||||
v-show="curView === 'bank'"></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user