Merge branch 'yjl_dev' into 'shenzhen-dev'
顶部左上角标题图片添加 See merge request !20
This commit is contained in:
commit
9d28f6252c
BIN
src/assets/images/headerLeftIcon.png
Normal file
BIN
src/assets/images/headerLeftIcon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user