客户问题修复

This commit is contained in:
wuhongjian 2022-11-25 10:32:32 +08:00
parent 7538cc94d0
commit cddba12138
2 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@ back/dist-市局-后台管理-v0.8.2.3.zip
back/dist-西海岸-后台管理-v0.8.2.4.d.zip
*.zip
front/public/static/config/basicConfig.js
front/public/static/config/basicConfig.js

View File

@ -2075,7 +2075,11 @@
background: rgba(245, 243, 243, 0.3);
.details-pageconetent-left {
max-height: 8.5rem;
// max-height: 8.5rem;
height: 100%;
height: -moz-available; /* WebKit-based browsers will ignore this. */
height: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
height: fill-available;
position: absolute;
width: 2.5rem;
top: 0.17rem;