Commit 40d4cfd7 authored by zhangyichen's avatar zhangyichen

修改我的智学角标位置

parent 27b795c7
......@@ -3,7 +3,7 @@
<div class="diyTag" v-if="num !== 0" v-show="num !== 'NaN'"
style="height: 14px;border-radius: 14px;font-size: 20px;line-height: 14px"
:style="{
'top':type === 1 ? '-22px' : type === 2 ? '-16px' : '0',
'top':type === 1 ? '-21px' : type === 2 ? '-16px' : '0',
'left':type === 1 ? '-10px': type === 2 ? '-8px' : '-2px',
'width':num > 99 ? '24px': '14px',
}">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment