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>
<span class="header--wing absolute datetime"> <span class="header--wing absolute datetime">
{{ moment(today).format('YYYY.M.D dddd') }} {{ moment(today).format('YYYY.M.D dddd') }}&nbsp;{{ moment(today).format('HH:mm:ss') }}
&nbsp;&nbsp;
{{ moment(today).format('HH:mm:ss') }}
</span> </span>
</header> </header>
</template> </template>
@ -77,6 +75,7 @@ header {
place-items: center; place-items: center;
>div { >div {
margin-left: 378px;
margin-bottom: 72px; margin-bottom: 72px;
display: flex; display: flex;
align-items: center; align-items: center;
@ -117,9 +116,10 @@ header {
.datetime { .datetime {
left: unset; left: unset;
right: 160px; right: 240px;
color: $main-color; color: $main-color;
text-align: center; text-align: center;
color: lighten($main-color, 8); color: lighten($main-color, 8);
font-size: 140px;
} }
</style> </style>