update header

This commit is contained in:
lb 2023-07-19 11:03:04 +08:00
parent 0c31996011
commit 091b58f4cf

View File

@ -10,9 +10,7 @@
设计单位: 中建材智能自动化研究院
</span>
<span class="header--wing absolute datetime">
{{ moment(today).format('YYYY.M.D dddd') }}
&nbsp;&nbsp;
{{ moment(today).format('HH:mm:ss') }}
{{ moment(today).format('YYYY.M.D dddd') }}&nbsp;{{ moment(today).format('HH:mm:ss') }}
</span>
</header>
</template>
@ -77,6 +75,7 @@ header {
place-items: center;
>div {
margin-left: 378px;
margin-bottom: 72px;
display: flex;
align-items: center;
@ -117,9 +116,10 @@ header {
.datetime {
left: unset;
right: 160px;
right: 240px;
color: $main-color;
text-align: center;
color: lighten($main-color, 8);
font-size: 140px;
}
</style>