1
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user