Fix bug
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user