Browse Source

图片限制

lzm_web
Linzm 5 months ago
parent
commit
32fb3f332c
  1. 3
      src/views/badge/preview.vue

3
src/views/badge/preview.vue

@ -1042,6 +1042,8 @@ onUnmounted(() => {
} }
.progress-section-img { .progress-section-img {
position: relative; position: relative;
display: flex;
justify-content: center;
} }
.box1-back-image { .box1-back-image {
position: absolute; position: absolute;
@ -1058,6 +1060,7 @@ onUnmounted(() => {
.box1-front-image { .box1-front-image {
width: 100%; width: 100%;
height: auto; height: auto;
max-height: 320px;
border-radius: 10px; border-radius: 10px;
background: rgba(0, 0, 0, 0.3); background: rgba(0, 0, 0, 0.3);
} }

Loading…
Cancel
Save