updata #62

Merged
charles merged 1 commits from main into prod 2026-01-14 11:05:40 +08:00
2 changed files with 7 additions and 7 deletions

View File

@ -7,9 +7,9 @@
<div class="title">异构芯片规模</div>
<div class="conter">
<div class="conter-top">
<div class="top-tit">33000 /<span>P</span></div>
<div class="top-tit">5000 /<span>P</span></div>
<div class="top-tit">8000 /<span>P</span></div>
<div class="top-tit">33000<span>P</span></div>
<div class="top-tit">5000<span>P</span></div>
<div class="top-tit">8000<span>P</span></div>
</div>
<div class="conter-center">
<img src="../images/3D.png" alt="">
@ -485,13 +485,13 @@ export default {
justify-content: space-around;
position: absolute;
top: 14px;
left: 10px;
left: 18px;
.top-tit {
padding-left: 6px;
padding-left: 10px;
span {
font-size: 12px;
// font-size: 12px;
margin-left: 2px;
}
}

View File

@ -1,7 +1,7 @@
<template>
<div id="vmheader">
<h1 style="cursor: pointer" @click="fullScreen">NCmatch算力供需对接平台</h1>
<h1 style="cursor: pointer" @click="fullScreen">NCMatch算力供需对接平台</h1>
<ZpTime class="time"></ZpTime>
</div>