7105ee7d by renchao@pashanhoo.com

style:受理申请变化情况对比功能得完善样式的修改

1 parent 01cf91f7
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-07-19 09:52:37 4 * @LastEditTime: 2023-10-24 13:28:43
5 --> 5 -->
6 <template> 6 <template>
7 <div class="djxxTable"> 7 <div class="djxxTable">
...@@ -169,10 +169,8 @@ ...@@ -169,10 +169,8 @@
169 169
170 <style lang="scss" scoped> 170 <style lang="scss" scoped>
171 @import "./qlxxCommon.scss"; 171 @import "./qlxxCommon.scss";
172 .bgc { 172 .rollTable {
173 td { 173 max-height: 80vh;
174 // background-color: rgb(182, 203, 207) !important;
175 }
176 } 174 }
177 .xxTable tr td { 175 .xxTable tr td {
178 min-width: 520px !important; 176 min-width: 520px !important;
......