修改样式(病历清单6个分段列表的滚动条)

master
hujl 4 years ago
parent 7e3c93c713
commit 682ebb79df

@ -109,6 +109,14 @@
height: auto;
min-height: 350px;
margin-left: -10px;
!important;
}
#ztree{
overflow-x: hidden;
overflow-y: auto;
max-height: calc(60vh );
!important;
}
.divCss5 {

@ -127,6 +127,13 @@
margin-left: -10px;
}
#ztree{
overflow-x: hidden;
overflow-y: auto;
max-height: calc(60vh );
!important;
}
.toolbarCss {
margin-right: 20px;
margin-bottom: 0px;

@ -106,6 +106,13 @@
margin-left: -10px;
}
#ztree{
overflow-x: hidden;
overflow-y: auto;
max-height: calc(60vh );
!important;
}
.divCss5 {
border-left: 2px solid #e5e5e5;
height: auto;

@ -130,6 +130,13 @@
margin-left: -10px;
}
#ztree{
overflow-x: hidden;
overflow-y: auto;
max-height: calc(60vh );
!important;
}
.toolbarCss {
margin-right: 20px;
margin-bottom: 0px;

@ -127,6 +127,13 @@
margin-left: -10px;
}
#ztree{
overflow-x: hidden;
overflow-y: auto;
max-height: calc(60vh );
!important;
}
.divCss5 {
border-left: 2px solid #e5e5e5;
height: auto;

@ -140,6 +140,13 @@
margin-left: -10px;
}
#ztree{
overflow-x: hidden;
overflow-y: auto;
max-height: calc(60vh );
!important;
}
.toolbarCss {
margin-right: 20px;
margin-bottom: 0px;

Loading…
Cancel
Save