Browse Source

图片优化

lzm_web
Linzm 5 months ago
parent
commit
3443d055bf
  1. 5
      src/views/badge/orderDetail.vue

5
src/views/badge/orderDetail.vue

@ -187,6 +187,8 @@ function getStatus(status: number) { @@ -187,6 +187,8 @@ function getStatus(status: number) {
position: relative;
width: 320px;
height: 320px;
display: flex;
justify-content: center;
}
.avatar-back-img {
position: absolute;
@ -197,14 +199,13 @@ function getStatus(status: number) { @@ -197,14 +199,13 @@ function getStatus(status: number) {
z-index: 2;
}
.avatar-front-box {
width: 320px;
height: 320px;
position: absolute;
z-index: 1;
}
.avatar-font-img {
width: 100%;
height: auto;
max-height: 320px;
border-radius: 10px;
}
.progress-image-item-shadow {

Loading…
Cancel
Save