fix(UserError): resize error images
This commit is contained in:
parent
8b5144bb1c
commit
ee45180539
2 changed files with 2 additions and 4 deletions
|
@ -36,8 +36,7 @@ import { serverErrorImageUrl } from '@/instance.js';
|
||||||
|
|
||||||
.img {
|
.img {
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
width: 128px;
|
height: 300px;
|
||||||
height: 128px;
|
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -36,8 +36,7 @@ import { serverErrorImageUrl } from '@/instance.js';
|
||||||
|
|
||||||
.img {
|
.img {
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
width: 128px;
|
height: 300px;
|
||||||
height: 128px;
|
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue