e1b989a1 by renchao@pashanhoo.com

Merge branch 'dev'

2 parents beeff8e2 3b24530f
...@@ -437,7 +437,8 @@ ...@@ -437,7 +437,8 @@
437 display: block; 437 display: block;
438 object-fit: scale-down; 438 object-fit: scale-down;
439 transition: all 0.3s; 439 transition: all 0.3s;
440 max-width: 100%; 440 width: 100%;
441 height: 100%;
441 } 442 }
442 } 443 }
443 444
......
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
......