阿伏兔
2024-08-28 c2e2ce9e6e64d6d88de294afbaa09c3d6c2a2df5
1
2
3
4
5
6
7
8
9
10
<template>
  <div class="app-container" style="padding: 0;margin: 10px;">
    <div
      class="dashboard-editor-container"
      style="width: auto;height: auto;max-width: 100%;max-height: 100%;display: block;"
    >
      <!-- <img src="@/assets/image/index.jpg" style="width: 100%;height: 100%"> -->
    </div>
  </div>
</template>