riku
2024-06-05 3653db5756ad6ae89eb573409a3b0fa9926175a5
1
2
3
4
5
6
7
8
9
10
11
<template>
  <el-row class="wrapper"> 可视化 </el-row>
</template>
 
<script setup></script>
 
<style scoped>
.wrapper {
  /* background-color: aquamarine; */
}
</style>