Compare commits

..

No commits in common. "ea4d909c6a55c26643a88525d54ae87ee5fd5075" and "0b91ae22ad81f39e5e32ec289ca22707821bef7e" have entirely different histories.

4 changed files with 3 additions and 3 deletions

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>
@ -55,7 +55,7 @@ export default {
#vmheader h1 {
color: #cfd1ee;
font-size: 40px;
font-size: 32px;
display: flex;
align-items: center;
justify-content: center;