jinhui.wang

样式修改

...@@ -114,7 +114,7 @@ ...@@ -114,7 +114,7 @@
114 padding-bottom: 5px; 114 padding-bottom: 5px;
115 115
116 .formItem { 116 .formItem {
117 - width: 100%; 117 + width: 90%;
118 // max-width: 300px; 118 // max-width: 300px;
119 } 119 }
120 } 120 }
......
...@@ -99,9 +99,9 @@ ...@@ -99,9 +99,9 @@
99 <!-- </div> --> 99 <!-- </div> -->
100 </div> 100 </div>
101 </el-form> 101 </el-form>
102 - <Tables ref="dmLogTables" ductName="logDmData" :data="data" :headerData="tableHeader" :infoShow="false" 102 + <Tables ref="dmLogTables" ductName="logDmData" :data="data" :headerData="tableHeader" :height="tableHeight"
103 - :height="tableHeight" :page="selectForm.page" :pageSizes="[100]" :totalCount="total" :loading="loading" 103 + :page="selectForm.page" :pageSizes="[100]" :totalCount="total" :loading="loading" @currentChange="currentChange"
104 - @currentChange="currentChange" @sortChange="sortChange"> 104 + @sortChange="sortChange">
105 <template v-slot:status="scope"> 105 <template v-slot:status="scope">
106 <el-tag :type=" 106 <el-tag :type="
107 scope.row.status == 1 107 scope.row.status == 1
......