Commit 9560872a authored by godwithdh's avatar godwithdh

收发存无数据图片

parent 0a8f8a3b
......@@ -115,7 +115,7 @@
</template>
</tbody>
</table>
<img v-else src="@/assets/noData.jpg" class="_img" alt="" />
<img v-else src="@/assets/noData.jpg" class="_img" style="width:100%" alt="" />
</div>
</template>
<script>
......
......@@ -99,7 +99,7 @@
</template>
</tbody>
</table>
<img v-else src="@/assets/noData.jpg" class="_img" alt="" />
<img v-else src="@/assets/noData.jpg" class="_img" style="width:100%" alt="" />
</div>
</template>
<script>
......
......@@ -107,6 +107,7 @@
</template>
</tbody>
</table>
<img v-else src="@/assets/noData.jpg" class="_img" style="width:100%" alt="" />
</div>
</template>
<script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment