57381411 by 赵千
2 parents d7e6bf89 d9465059
...@@ -64,7 +64,7 @@ export default { ...@@ -64,7 +64,7 @@ export default {
64 switch (qllx) { 64 switch (qllx) {
65 case 'B39': 65 case 'B39':
66 this.showBatch = true; 66 this.showBatch = true;
67 this.batchButtonName = '批量查封'; 67 this.batchButtonName = '批量查封清单信息';
68 break; 68 break;
69 case 'A37': 69 case 'A37':
70 this.showBatch = true; 70 this.showBatch = true;
......
...@@ -214,7 +214,9 @@ ...@@ -214,7 +214,9 @@
214 dt { 214 dt {
215 flex: 1; 215 flex: 1;
216 width: 100%; 216 width: 100%;
217 @include flex-center; 217 display: flex;
218 align-items: center;
219 margin-left: 30px;
218 } 220 }
219 221
220 p:nth-child(2) { 222 p:nth-child(2) {
...@@ -251,4 +253,4 @@ ...@@ -251,4 +253,4 @@
251 text-align: center; 253 text-align: center;
252 margin-top: 20px; 254 margin-top: 20px;
253 } 255 }
254 }
...\ No newline at end of file ...\ No newline at end of file
256 }
......