This commit is contained in:
parent
53381c04e6
commit
93093dd288
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="felqjxyj" :class="{ splash }">
|
<div class="felqjxyj" :class="{ splash }">
|
||||||
<div class="bg" ref="bg" @click="onBgClick"></div>
|
<div class="bg" ref="bg" @click="onBgClick"></div>
|
||||||
<div class="main" ref="main">
|
<div class="main" ref="main" :class="{ round: $store.state.device.roundedCorners }">
|
||||||
<template v-if="type == 'signin'">
|
<template v-if="type == 'signin'">
|
||||||
<mk-signin/>
|
<mk-signin/>
|
||||||
</template>
|
</template>
|
||||||
|
@ -229,10 +229,12 @@ export default Vue.extend({
|
||||||
width calc(100% - 32px)
|
width calc(100% - 32px)
|
||||||
text-align center
|
text-align center
|
||||||
background var(--face)
|
background var(--face)
|
||||||
border-radius 8px
|
|
||||||
color var(--faceText)
|
color var(--faceText)
|
||||||
opacity 0
|
opacity 0
|
||||||
|
|
||||||
|
&.round
|
||||||
|
border-radius 8px
|
||||||
|
|
||||||
> .icon
|
> .icon
|
||||||
font-size 32px
|
font-size 32px
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue