mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 09:14:27 +08:00
modify style
This commit is contained in:
@@ -98,6 +98,12 @@ input[type=number] {
|
|||||||
background-color: rgb(var(--v-theme-surface));
|
background-color: rgb(var(--v-theme-surface));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 959px) and (max-height: 669px) {
|
||||||
|
.auth-card {
|
||||||
|
padding-top: 64px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.auth-img-footer {
|
.auth-img-footer {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
inset-block-end: 0;
|
inset-block-end: 0;
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</v-col>
|
</v-col>
|
||||||
<v-col cols="12" md="4" class="auth-card d-flex align-center justify-center">
|
<v-col cols="12" md="4" class="auth-card d-flex align-center justify-center">
|
||||||
<v-card variant="flat" class="mt-12 mt-sm-0 pa-4" max-width="500">
|
<v-card variant="flat" class="mt-0 pa-4" max-width="500">
|
||||||
<v-card-text>
|
<v-card-text>
|
||||||
<h5 class="text-h5 mb-3">{{ $t('Welcome to ezBookkeeping') }}</h5>
|
<h5 class="text-h5 mb-3">{{ $t('Welcome to ezBookkeeping') }}</h5>
|
||||||
<p class="mb-0">{{ $t('Please log in with your ezBookkeeping account') }}</p>
|
<p class="mb-0">{{ $t('Please log in with your ezBookkeeping account') }}</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user