Make notice box on player page always expanded

This commit is contained in:
Pig Fang 2018-08-21 08:45:39 +08:00
parent 0a2f952056
commit f058b92ca9

View File

@ -71,12 +71,9 @@
</div>
</div>
<div v-once class="box box-default collapsed-box">
<div v-once class="box box-default">
<div class="box-header with-border">
<h3 class="box-title" v-t="'general.tip'"></h3>
<div class="box-tools pull-right">
<button class="btn btn-box-tool" data-widget="collapse"><i class="fas fa-plus"></i></button>
</div><!-- /.box-tools -->
</div><!-- /.box-header -->
<div class="box-body">
<p v-t="'user.player.login-notice'"></p>