Merge branch 'yjl_dev' into 'shenzhen-dev'

顶部左上角标题图片添加

See merge request !20
This commit is contained in:
袁晶琳 2023-09-19 18:48:02 +08:00
commit 9d28f6252c
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>
@ -520,4 +521,15 @@ function jumpBgd() {
.loginOut:hover {
background-color: #2758c0;
}
.hearderIcon{
left: 1%;
top: 1%;
height: 5%;
width: 12%;
position: absolute;
img{
width: 100%;
}
}
</style>