shenzhen-dev #2

Merged
admin merged 614 commits from shenzhen-dev into master 2025-06-03 18:28:43 +08:00
2 changed files with 12 additions and 0 deletions
Showing only changes of commit b59220924c - Show all commits

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>
@ -532,4 +533,15 @@ function jumpBgd() {
.loginOut:hover {
background-color: #2758c0;
}
.hearderIcon{
left: 1%;
top: 1%;
height: 5%;
width: 12%;
position: absolute;
img{
width: 100%;
}
}
</style>