style: image display ratio

This commit is contained in:
jialin
2024-12-02 17:00:26 +08:00
parent cb13f66b3d
commit 804cbb8c56
18 changed files with 296 additions and 213 deletions
+5 -1
View File
@@ -51,7 +51,6 @@
}
.single-image {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
@@ -59,6 +58,11 @@
overflow: hidden;
border-radius: var(--border-radius-base);
&.loading {
width: 100%;
height: 100%;
}
&.auto-bg-color {
position: relative;