顶部左上角标题图片添加

This commit is contained in:
jxj_yjl 2023-09-19 18:47:23 +08:00
parent 1674d97e51
commit 632b912abc
2 changed files with 12 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -2,6 +2,7 @@
<ScaleBox :width="1920" :height="1080" bgc="transparent" :delay="100" :isFlat="false">
<div class="largeScreen" ref="dataScreenRef">
<div class="header">
<div class="hearderIcon"><img src="@/assets/images/headerLeftIcon.png" alt=""></div>
<span class="projectTitle">
<p>数字化项目监管平台</p>
</span>
@ -509,4 +510,15 @@ function jumpBgd() {
.loginOut:hover {
background-color: #2758c0;
}
.hearderIcon{
left: 1%;
top: 1%;
height: 5%;
width: 12%;
position: absolute;
img{
width: 100%;
}
}
</style>