Compare commits

..

No commits in common. "47532b852ccbddaaec9240e403a09555ad84e7e5" and "a697b2d47fa6369588c1384bf4bf86b907e9c910" have entirely different histories.

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: 18px;
left: 10px;
.top-tit {
padding-left: 10px;
padding-left: 6px;
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>