fix(client): エラー画像表示崩れ修正 (#9599)
This commit is contained in:
parent
1f8f051ee2
commit
67d366c3ca
|
@ -17,6 +17,7 @@ import { i18n } from '@/i18n';
|
||||||
.root {
|
.root {
|
||||||
padding: 32px;
|
padding: 32px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text {
|
.text {
|
||||||
|
@ -29,6 +30,7 @@ import { i18n } from '@/i18n';
|
||||||
|
|
||||||
.img {
|
.img {
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
|
width: 128px;
|
||||||
height: 128px;
|
height: 128px;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
|
|
Loading…
Reference in New Issue