fix bus of left navi icon
This commit is contained in:
@@ -92,7 +92,7 @@ import io from 'socket.io-client'
|
||||
|
||||
const { mapState, mapGetters, mapActions, mapMutations } = createNamespacedHelpers('chain')
|
||||
|
||||
Vue.use(VueSocketio, io(`http://${window.location.hostname}:6842/api/`), store) // todo: luk: 整个控制台应当依赖于同一个全局的节点地址变量。
|
||||
Vue.use(VueSocketio, io(`http://${window.location.hostname}:6842`), store) // todo: luk: 整个控制台应当依赖于同一个全局的节点地址变量。
|
||||
|
||||
export default {
|
||||
name: 'Chain',
|
||||
|
||||
@@ -131,14 +131,14 @@ export default {
|
||||
|
||||
.side-menu-item {
|
||||
cursor: pointer;
|
||||
padding: 40px 0;
|
||||
padding: 1em 0;
|
||||
|
||||
transition: background-color .4s;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
|
||||
.v-icon {
|
||||
font-size: 48px!important;
|
||||
font-size: 3em!important;
|
||||
}
|
||||
|
||||
.title {
|
||||
|
||||
@@ -27,13 +27,17 @@
|
||||
item-text="label"
|
||||
/>
|
||||
|
||||
<v-btn :renewing="renewing" dark large color="transparent" @click="createSecword">
|
||||
{{ $t('login.secwordBtn') }}
|
||||
</v-btn>
|
||||
|
||||
<v-btn :loading="signing" dark large color="transparent" @click="login">
|
||||
{{ $t('login.loginBtn') }}
|
||||
</v-btn>
|
||||
|
||||
<!-- <v-btn :renewing="renewing" dark large color="transparent" @click="createSecword">
|
||||
{{ $t('login.secwordBtn') }}
|
||||
</v-btn> -->
|
||||
<a :renewing="renewing" style="color:#fff;padding-top:10px;" @click="createSecword">
|
||||
{{ $t('login.secwordBtn') }}
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user