src/views/mdc/base/modules/efficiencyShiftReport/EfficiencyShiftList.vue
@@ -1,6 +1,6 @@ <template> <div style="width: 100%;"> <a-card :bordered="false"> <div :bordered="false"> <!-- 查询区域 --> <div class="seach-content"> <div class="table-page-search-wrapper"> @@ -49,7 +49,7 @@ </a-row> </a-form> </div> <div style="width: 530px;top: 20px; right: 0px;"> <div style="width: 530px;top: 0; right: 0px;"> <table cellpadding="5" cellspacing="1" style="border: 1px solid darkgray;"> <tr> <td v-for="(item, index) in identifying">{{item.title}}</td> @@ -143,7 +143,7 @@ </table> </div> </div> </a-card> </div> </div> </template>