3b24530f by renchao@pashanhoo.com

style:样式

1 parent 0d02de40
......@@ -437,7 +437,8 @@
display: block;
object-fit: scale-down;
transition: all 0.3s;
max-width: 100%;
width: 100%;
height: 100%;
}
}
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-12-15 09:46:11
* @LastEditTime: 2023-12-15 14:42:12
-->
<template>
<div class="rlPopup">
......@@ -435,7 +435,8 @@
display: block;
object-fit: scale-down;
transition: all 0.3s;
max-width: 100%;
width: 100%;
height: 100%;
}
}
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-12-13 13:59:52
* @LastEditTime: 2023-12-15 14:42:16
-->
<template>
<div class="rlPopup">
......@@ -198,7 +198,8 @@
display: block;
object-fit: scale-down;
transition: all 0.3s;
max-width: 100%;
width: 100%;
height: 100%;
}
}
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-12-15 09:46:55
* @LastEditTime: 2023-12-15 14:42:21
-->
<template>
<div class="rlPopup">
......@@ -436,7 +436,8 @@
display: block;
object-fit: scale-down;
transition: all 0.3s;
max-width: 100%;
width: 100%;
height: 100%;
}
}
......