ali
2024-09-03 0ae83a895e80a4b9777a27f613d721a7e5e2ac18
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<template>
  <div class="app-container" style="padding: 0;margin: 10px;">
    <div
      class="dashboard-editor-container"
      style="width: 100%;height: 100%;display: block;margin: 0 auto;"
    >
      <div class="title">欢迎使用云路综合能源管理平台</div>
      <!-- <img src="@/assets/image/index3.png" style="width: 55%;" /> -->
      <img src="@/assets/image/image.png" style="height: 80vh;" />
    </div>
  </div>
</template>
 
<style lang="scss" scoped>
// http://yunlu.com.cn/template/pc/skin/images/index/u21.png
.dashboard-editor-container {
  text-align: center;
  .title {
    color: #999;
    font-size: 30px;
    font-weight: 600;
    margin: 40px auto 50px;
  }
}
</style>