|
@@ -1,12 +1,11 @@
|
|
|
<script lang="ts" setup>
|
|
|
-import { getCurrentInstance } from 'vue'
|
|
|
-import { onMounted, reactive, ref } from 'vue'
|
|
|
+import {getCurrentInstance, ref} from 'vue'
|
|
|
|
|
|
defineProps({
|
|
|
- data: { type: Object, default: () => ({}) }
|
|
|
+ data: {type: Object, default: () => ({})}
|
|
|
})
|
|
|
|
|
|
-const { props } = getCurrentInstance()
|
|
|
+const {props} = getCurrentInstance()
|
|
|
const imgSrc = ref(new URL('@/assets/images/szpj.png', import.meta.url).href)
|
|
|
const szpjTitleSrc = ref(new URL('@/assets/images/szpj_title.png', import.meta.url).href)
|
|
|
const tempImg = ref(new URL('@/assets/images/temperature.png', import.meta.url).href)
|
|
@@ -17,9 +16,10 @@ const tempImg = ref(new URL('@/assets/images/temperature.png', import.meta.url).
|
|
|
<el-row>
|
|
|
<el-col :span="12">
|
|
|
<div style="position: relative;display: flex;justify-content: center;">
|
|
|
- <div style="position: absolute;bottom:35%;font-size:36px;">Ⅳ</div>
|
|
|
- <img :src="szpjTitleSrc" style="position: absolute;bottom:10%;" />
|
|
|
- <img :src="imgSrc" style="height: 140px;" />
|
|
|
+ <!-- Ⅰ Ⅱ Ⅲ Ⅳ Ⅴ Ⅵ -->
|
|
|
+ <div style="position: absolute;bottom:35%;font-size:36px;">Ⅲ</div>
|
|
|
+ <img :src="szpjTitleSrc" style="position: absolute;bottom:10%;"/>
|
|
|
+ <img :src="imgSrc" style="height: 140px;"/>
|
|
|
</div>
|
|
|
</el-col>
|
|
|
<el-col :span="12">
|
|
@@ -51,7 +51,8 @@ const tempImg = ref(new URL('@/assets/images/temperature.png', import.meta.url).
|
|
|
<span style="padding-right: 10px;font-size: 20px;font-weight: bold;">{{ data.d5 }}</span>
|
|
|
</el-row>
|
|
|
<el-row>
|
|
|
- <div style="height: 5px;width: 200px;background:linear-gradient(to right, #00cbe6, #beebf1);margin-left: 10px;margin-top:6px;border-radius: 5px;"></div>
|
|
|
+ <div
|
|
|
+ style="height: 5px;width: 200px;background:linear-gradient(to right, #00cbe6, #beebf1);margin-left: 10px;margin-top:6px;border-radius: 5px;"></div>
|
|
|
</el-row>
|
|
|
</el-col>
|
|
|
<el-col :span="12">
|
|
@@ -63,7 +64,8 @@ const tempImg = ref(new URL('@/assets/images/temperature.png', import.meta.url).
|
|
|
<span style="padding-right: 10px;font-size: 20px;font-weight: bold;">{{ data.d6 }}</span>
|
|
|
</el-row>
|
|
|
<el-row>
|
|
|
- <div style="height: 5px;width: 200px;background:linear-gradient(to right, #00cbe6, #beebf1);margin-left: 10px;margin-top:6px;border-radius: 5px;"></div>
|
|
|
+ <div
|
|
|
+ style="height: 5px;width: 200px;background:linear-gradient(to right, #00cbe6, #beebf1);margin-left: 10px;margin-top:6px;border-radius: 5px;"></div>
|
|
|
</el-row>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
@@ -77,7 +79,8 @@ const tempImg = ref(new URL('@/assets/images/temperature.png', import.meta.url).
|
|
|
<span style="padding-right: 10px;font-size: 20px;font-weight: bold;">{{ data.d7 }}</span>
|
|
|
</el-row>
|
|
|
<el-row>
|
|
|
- <div style="height: 5px;width: 200px;background:linear-gradient(to right, #00cbe6, #beebf1);margin-left: 10px;margin-top:6px;border-radius: 5px;"></div>
|
|
|
+ <div
|
|
|
+ style="height: 5px;width: 200px;background:linear-gradient(to right, #00cbe6, #beebf1);margin-left: 10px;margin-top:6px;border-radius: 5px;"></div>
|
|
|
</el-row>
|
|
|
</el-col>
|
|
|
<el-col :span="12">
|
|
@@ -89,7 +92,8 @@ const tempImg = ref(new URL('@/assets/images/temperature.png', import.meta.url).
|
|
|
<span style="padding-right: 10px;font-size: 20px;font-weight: bold;">{{ data.d8 }}</span>
|
|
|
</el-row>
|
|
|
<el-row>
|
|
|
- <div style="height: 5px;width: 200px;background:linear-gradient(to right, #00cbe6, #beebf1);margin-left: 10px;margin-top:6px;border-radius: 5px;"></div>
|
|
|
+ <div
|
|
|
+ style="height: 5px;width: 200px;background:linear-gradient(to right, #00cbe6, #beebf1);margin-left: 10px;margin-top:6px;border-radius: 5px;"></div>
|
|
|
</el-row>
|
|
|
</el-col>
|
|
|
</el-row>
|