|
@@ -60,7 +60,7 @@
|
|
<Button size="large" class="mybtmargin enter-x" block @click="handleRegister">
|
|
<Button size="large" class="mybtmargin enter-x" block @click="handleRegister">
|
|
{{ t('sys.login.registerButton') }}
|
|
{{ t('sys.login.registerButton') }}
|
|
</Button>
|
|
</Button>
|
|
- <Button size="large" class="mybtmargin enter-x" block @click="handlesybz"> 使用帮助 </Button>
|
|
|
|
|
|
+ <Button size="large" class="enter-x" block @click="handlesybz"> 使用帮助 </Button>
|
|
</FormItem>
|
|
</FormItem>
|
|
<!-- <ARow class="enter-x">
|
|
<!-- <ARow class="enter-x">
|
|
<ACol :md="8" :xs="24">
|
|
<ACol :md="8" :xs="24">
|
|
@@ -213,5 +213,8 @@
|
|
@media (min-width: 3000px) {
|
|
@media (min-width: 3000px) {
|
|
margin-bottom: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
}
|
|
|
|
+ @media (max-width: 1024px) {
|
|
|
|
+ margin-bottom: 10px;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|