仪表盘
版本库
文件存储
活动
搜索
登录
main
/
ecms
能源管控
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
fix bug
liulingling.177216
2024-08-26
349f1cfc5fa77fbc636d542df0d8050fddec48c2
[ecms.git]
/
energy_management_ui
/
src
/
views
/
index_dev.vue
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>