修改认证图标颜色
This commit is contained in:
parent
21cf2c9cfa
commit
23470cc188
|
@ -12,7 +12,7 @@
|
|||
<div class="head-aside">
|
||||
<ul >
|
||||
<li :class="computedregistertype==1 || computedregistertype==3?'auth-li':'auth-li pointer-events'" @click="onUserTo('/schoolCertification')" >
|
||||
<i class="iconfont icon-renzheng-"></i>
|
||||
<i class="iconfont icon-renzheng-" :style="computedregistertype==4?'color:green;':''"></i>
|
||||
<span class="mlr-5" v-if="computedregistertype!=4">学校认证</span>
|
||||
<span class="mlr-5" v-else>{{ userStore.DeptInfo.register.schoolName }}</span>
|
||||
<span class="gray" v-if="computedregistertype!=4">未认证</span>
|
||||
|
@ -309,4 +309,8 @@ onMounted(() => {
|
|||
.pointer-events{
|
||||
pointer-events: none;
|
||||
}
|
||||
.icon-renzheng-{
|
||||
font-size: 18px;
|
||||
font-weight: 800;
|
||||
}
|
||||
</style>
|
Loading…
Reference in New Issue