49986d07 by xiaomiao

样式修改

1 parent 7ddda7cb
1 .zdxx {
2 width: 100%;
3 height: 100%;
4 background-color: #f5f5f5;
5 padding: 5px;
6 }
1 .tablebox { 7 .tablebox {
2 overflow-x: auto; 8 overflow-x: auto;
3 width: 100%; 9 width: 100%;
......
...@@ -156,7 +156,7 @@ ...@@ -156,7 +156,7 @@
156 zdjbxx: {}, 156 zdjbxx: {},
157 zdbhqks: [], 157 zdbhqks: [],
158 propsParam: this.$attrs, 158 propsParam: this.$attrs,
159 showGroup: true, 159 showGroup: false,
160 bdclxList: ['', '宗地', '宗海', '自然幢', '多幢', '构筑物', '林权', '户'] 160 bdclxList: ['', '宗地', '宗海', '自然幢', '多幢', '构筑物', '林权', '户']
161 }; 161 };
162 }, 162 },
...@@ -181,10 +181,4 @@ ...@@ -181,10 +181,4 @@
181 181
182 <style lang="scss" scoped> 182 <style lang="scss" scoped>
183 @import "./tablestyle.scss"; 183 @import "./tablestyle.scss";
184 .zdxx {
185 width: 100%;
186 height: 100%;
187 background-color: #f5f5f5;
188 padding: 5px;
189 }
190 </style> 184 </style>
......