Merge branch 'dev'
Showing
4 changed files
with
11 additions
and
7 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-12-15 09:46:11 | 4 | * @LastEditTime: 2023-12-15 14:42:12 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="rlPopup"> | 7 | <div class="rlPopup"> |
... | @@ -435,7 +435,8 @@ | ... | @@ -435,7 +435,8 @@ |
435 | display: block; | 435 | display: block; |
436 | object-fit: scale-down; | 436 | object-fit: scale-down; |
437 | transition: all 0.3s; | 437 | transition: all 0.3s; |
438 | max-width: 100%; | 438 | width: 100%; |
439 | height: 100%; | ||
439 | } | 440 | } |
440 | } | 441 | } |
441 | 442 | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-12-13 13:59:52 | 4 | * @LastEditTime: 2023-12-15 14:42:16 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="rlPopup"> | 7 | <div class="rlPopup"> |
... | @@ -198,7 +198,8 @@ | ... | @@ -198,7 +198,8 @@ |
198 | display: block; | 198 | display: block; |
199 | object-fit: scale-down; | 199 | object-fit: scale-down; |
200 | transition: all 0.3s; | 200 | transition: all 0.3s; |
201 | max-width: 100%; | 201 | width: 100%; |
202 | height: 100%; | ||
202 | } | 203 | } |
203 | } | 204 | } |
204 | 205 | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-12-15 09:46:55 | 4 | * @LastEditTime: 2023-12-15 14:42:21 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="rlPopup"> | 7 | <div class="rlPopup"> |
... | @@ -436,7 +436,8 @@ | ... | @@ -436,7 +436,8 @@ |
436 | display: block; | 436 | display: block; |
437 | object-fit: scale-down; | 437 | object-fit: scale-down; |
438 | transition: all 0.3s; | 438 | transition: all 0.3s; |
439 | max-width: 100%; | 439 | width: 100%; |
440 | height: 100%; | ||
440 | } | 441 | } |
441 | } | 442 | } |
442 | 443 | ... | ... |
-
Please register or sign in to post a comment