banner修正、chrome依赖

This commit is contained in:
2026-01-07 11:00:33 +08:00
parent 0313e8539f
commit 38c575fa30
3 changed files with 3 additions and 2 deletions

View File

@@ -58,6 +58,7 @@ RUN apt-get update && \
libatk-bridge2.0-0 \
libpangocairo-1.0-0 \
libgtk-3-0 \
libgbm1 \
# 图片处理
libjpeg-dev \
zlib1g-dev \

View File

@@ -887,7 +887,7 @@ onMounted(() => {
.banner-image {
width: 100%;
height: 100%;
object-fit: cover;
object-fit: fill;
}
}

View File

@@ -48,7 +48,7 @@ function handleLearn() {
.banner-image {
width: 100%;
height: 100%;
object-fit: cover;
object-fit: fill;
object-position: center;
display: block;
}