This commit is contained in:
shi
2025-11-15 18:33:27 +08:00
parent f45470185f
commit 040aaab246
5 changed files with 27 additions and 25 deletions

View File

@ -5,7 +5,7 @@
<div class="left">
<span class="top">
<span class="num">365</span>
<span class="unit">day</span>
<!-- <span class="unit">day</span> -->
</span>
<span class="desc">
运行天数
@ -103,7 +103,6 @@
</template>
<script lang="ts" setup>
import SmallTitle from './smalltitle.vue';
import { ref } from 'vue';
// 模拟数据量,用于拖动条渲染
const operationData = ref({
@ -389,19 +388,19 @@ const powerGenerationData = ref([
.infoName {
margin-left: vw(17);
font-size: vh(20);
font-size: vw(16);
width: vw(200);
height: vh(28);
}
.infoValue {
margin-left: vw(62);
font-size: vh(20);
font-size: vw(16);
}
.infoUnit {
margin-left: vw(34);
font-size: vh(18);
font-size: vw(16);
color: rgba(125, 255, 253, 1);
}
}