Merge branch 'shenzhen-dev' of http://139.9.66.234:18023/yjlHub/zhgdlarge into dev-cjp
This commit is contained in:
commit
b59220924c
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">
|
<ScaleBox :width="1920" :height="1080" bgc="transparent" :delay="100" :isFlat="false">
|
||||||
<div class="largeScreen" ref="dataScreenRef">
|
<div class="largeScreen" ref="dataScreenRef">
|
||||||
<div class="header">
|
<div class="header">
|
||||||
|
<div class="hearderIcon"><img src="@/assets/images/headerLeftIcon.png" alt=""></div>
|
||||||
<span class="projectTitle">
|
<span class="projectTitle">
|
||||||
<p>数字化项目监管平台</p>
|
<p>数字化项目监管平台</p>
|
||||||
</span>
|
</span>
|
||||||
@ -532,4 +533,15 @@ function jumpBgd() {
|
|||||||
.loginOut:hover {
|
.loginOut:hover {
|
||||||
background-color: #2758c0;
|
background-color: #2758c0;
|
||||||
}
|
}
|
||||||
|
.hearderIcon{
|
||||||
|
left: 1%;
|
||||||
|
top: 1%;
|
||||||
|
height: 5%;
|
||||||
|
width: 12%;
|
||||||
|
position: absolute;
|
||||||
|
img{
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user