efebf6c8 by renchao@pashanhoo.com

style:善证信息

1 parent f02a1424
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-16 09:48:00 4 * @LastEditTime: 2023-08-24 15:38:52
5 --> 5 -->
6 <template> 6 <template>
7 <div class="szxx"> 7 <div class="szxx">
...@@ -194,8 +194,9 @@ ...@@ -194,8 +194,9 @@
194 box-sizing: border-box; 194 box-sizing: border-box;
195 padding-right: 15px; 195 padding-right: 15px;
196 width: 100%; 196 width: 100%;
197 height: 600px; 197 height: 100%;
198 overflow-y: scroll; 198 overflow-y: scroll;
199 padding-bottom: 55px;
199 200
200 .box-card { 201 .box-card {
201 float: left; 202 float: left;
......