liulingling.177216
2024-08-26 349f1cfc5fa77fbc636d542df0d8050fddec48c2
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>