修改样式(上传图片的滚动条)

master
hujl 4 years ago
parent 9cfab0439f
commit 7e3c93c713

@ -412,10 +412,20 @@
margin-top: 20%;
}
.img_div{
overflow-y:auto; overflow-x:hidden; height:calc(75vh);
!important;
}
.img_div2{
overflow-y:auto; overflow-x:hidden; height:calc(75vh);
!important;
}
#imgDelPageModal .modal-content {
margin-left: 5%;
width: calc(200%); /*margin-left:-15%;*/
height: calc(100vh - 100px);
height: calc(90vh );
overflow-x: hidden;
overflow-y: auto;
!important;

@ -347,10 +347,20 @@
margin-top: 20%;
}
.img_div{
overflow-y:auto; overflow-x:hidden; height:calc(75vh);
!important;
}
.img_div2{
overflow-y:auto; overflow-x:hidden; height:calc(75vh);
!important;
}
#imgDelPageModal .modal-content {
margin-left: 5%;
width: calc(200%); /*margin-left:-15%;*/
height: calc(100vh - 100px);
height: calc(90vh );
overflow-x: hidden;
overflow-y: auto;
!important;

@ -140,6 +140,7 @@
scroll-x:auto;
}*/
#delPdfModal > div > div {
margin-top: 30%;
margin-left: 60%;
@ -207,12 +208,21 @@
!important;
}*/
.img_div{
overflow-y:auto; overflow-x:hidden; height:calc(75vh);
!important;
}
.img_div2{
overflow-y:auto; overflow-x:hidden; height:calc(75vh);
!important;
}
#imgDelPageModal .modal-content {
margin-left: 5%;
width: calc(200%); /*margin-left:-15%;*/
height: calc(100vh - 100px);
overflow-x: hidden;
overflow-y:auto;
height: calc(90vh );
overflow:hidden;
!important;
}
@ -754,7 +764,7 @@
hidden/>选择文件
</a>
</div>
<div class="img_div"></div>
<div class="img_div" ></div>
<div class="shade" onclick="javascript:closeShade()">
<div class=""><span class="text_span"></span>
</div>

@ -349,10 +349,20 @@
margin-top: 20%;
}
.img_div{
overflow-y:auto; overflow-x:hidden; height:calc(75vh);
!important;
}
.img_div2{
overflow-y:auto; overflow-x:hidden; height:calc(75vh);
!important;
}
#imgDelPageModal .modal-content {
margin-left: 5%;
width: calc(200%); /*margin-left:-15%;*/
height: calc(100vh - 100px);
height: calc(90vh );
overflow-x: hidden;
overflow-y: auto;
!important;

@ -170,10 +170,20 @@
!important;
}
.img_div{
overflow-y:auto; overflow-x:hidden; height:calc(75vh);
!important;
}
.img_div2{
overflow-y:auto; overflow-x:hidden; height:calc(75vh);
!important;
}
#imgDelPageModal .modal-content {
margin-left: 20%;
margin-left: 5%;
width: calc(200%); /*margin-left:-15%;*/
height: calc(100vh - 100px);
height: calc(90vh );
overflow-x: hidden;
overflow-y: auto;
!important;

Loading…
Cancel
Save