flx:优化

This commit is contained in:
Rain_ 2025-08-26 18:08:55 +08:00
parent 8da1178eb2
commit 29cf4d7755
2 changed files with 8 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 934 B

View File

@ -99,7 +99,7 @@
</div> </div>
<div class="right-icon" @click="onViewAllClick"> <div class="right-icon" @click="onViewAllClick">
<div>{{!viewAllShow ? '查看所有施工中的监控录像' : '返回首页'}}</div> <div>{{!viewAllShow ? '查看所有施工中的监控录像' : '返回首页'}}</div>
<div></div> <div :class="{'goback': viewAllShow}"></div>
</div> </div>
</div> </div>
<div class="content-main"> <div class="content-main">
@ -1078,10 +1078,14 @@ const downloadFileBtn = (url, name) => {
> div:last-child { > div:last-child {
width: 26px; width: 26px;
height: 26px; height: 26px;
background: url("@/assets/images/workTicket/index-icon8.png") no-repeat; background-image: url("@/assets/images/workTicket/index-icon8.png");
background-repeat: no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
margin-left: 10px; margin-left: 10px;
} }
.goback {
background-image: url("@/assets/images/workTicket/goback.png") !important;
}
> div:first-child { > div:first-child {
font-weight: bold; font-weight: bold;
font-size: 15px; font-size: 15px;
@ -1105,6 +1109,8 @@ const downloadFileBtn = (url, name) => {
background-size: 100% 100%; background-size: 100% 100%;
.content-left_box1 { .content-left_box1 {
padding: 10px 20px 20px; padding: 10px 20px 20px;
overflow: auto;
height: calc(100% - 30px);
.box1 { .box1 {
display: flex; display: flex;
align-items: flex-start; align-items: flex-start;