Fix bug
This commit is contained in:
parent
89a58dc596
commit
4ad51672c1
3 changed files with 20 additions and 9 deletions
|
|
@ -13,6 +13,7 @@
|
|||
<slot name="func"></slot>
|
||||
</div>
|
||||
</div>
|
||||
<div class="indicator" v-show="$store.state.indicate"></div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
@ -156,6 +157,10 @@ root(isDark)
|
|||
&, *
|
||||
user-select none
|
||||
|
||||
> .indicator
|
||||
height 3px
|
||||
background $theme-color
|
||||
|
||||
> .main
|
||||
color rgba(#fff, 0.9)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue