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')
|
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 {
|
export default {
|
||||||
name: 'Chain',
|
name: 'Chain',
|
||||||
|
|||||||
@@ -131,14 +131,14 @@ export default {
|
|||||||
|
|
||||||
.side-menu-item {
|
.side-menu-item {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding: 40px 0;
|
padding: 1em 0;
|
||||||
|
|
||||||
transition: background-color .4s;
|
transition: background-color .4s;
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
.v-icon {
|
.v-icon {
|
||||||
font-size: 48px!important;
|
font-size: 3em!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
|
|||||||
@@ -27,13 +27,17 @@
|
|||||||
item-text="label"
|
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">
|
<v-btn :loading="signing" dark large color="transparent" @click="login">
|
||||||
{{ $t('login.loginBtn') }}
|
{{ $t('login.loginBtn') }}
|
||||||
</v-btn>
|
</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>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user