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

Loading…
Cancel
Save