@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div busNo="app-container">
|
||||
<div class="app-container">
|
||||
<el-form
|
||||
style="margin-top: 20px; margin-left: 20px"
|
||||
:model="queryParams"
|
||||
@@ -97,7 +97,7 @@
|
||||
|
||||
<el-row
|
||||
:gutter="10"
|
||||
busNo="mb8"
|
||||
class="mb8"
|
||||
style="margin-left: 20px; margin-right: 0px; margin-bottom: 5px"
|
||||
>
|
||||
<el-col :span="1.5">
|
||||
@@ -268,7 +268,7 @@
|
||||
/>
|
||||
<el-row
|
||||
:gutter="10"
|
||||
busNo="mb8"
|
||||
class="mb8"
|
||||
style="
|
||||
margin-top: 10px;
|
||||
display: flex;
|
||||
@@ -620,7 +620,6 @@ const arraySpanMethod = ({ row, column, rowIndex, columnIndex }) => {
|
||||
break;
|
||||
}
|
||||
}
|
||||
rowspan++;
|
||||
}
|
||||
|
||||
return { rowspan, colspan: 1 };
|
||||
|
||||
Reference in New Issue
Block a user