Commit 9560872a authored by godwithdh's avatar godwithdh

收发存无数据图片

parent 0a8f8a3b
...@@ -115,7 +115,7 @@ ...@@ -115,7 +115,7 @@
</template> </template>
</tbody> </tbody>
</table> </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> </div>
</template> </template>
<script> <script>
......
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
</template> </template>
</tbody> </tbody>
</table> </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> </div>
</template> </template>
<script> <script>
......
...@@ -107,6 +107,7 @@ ...@@ -107,6 +107,7 @@
</template> </template>
</tbody> </tbody>
</table> </table>
<img v-else src="@/assets/noData.jpg" class="_img" style="width:100%" alt="" />
</div> </div>
</template> </template>
<script> <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