|
|
@@ -2578,7 +2578,8 @@ button:focus { |
|
|
|
}
|
|
|
|
|
|
|
|
.layout_content::-webkit-scrollbar, .admin_contentBox_body::-webkit-scrollbar{
|
|
|
|
width: 8px;
|
|
|
|
width: 8px;
|
|
|
|
height: 8px;
|
|
|
|
padding-right: 4px;
|
|
|
|
border-radius: 4px;
|
|
|
|
background-color: #f6f6f6;
|
|
|
@@ -3252,7 +3253,7 @@ button:focus { |
|
|
|
.fl_navBox {
|
|
|
|
width: 400px;
|
|
|
|
/* height: calc(100vh - 156px); */
|
|
|
|
height: 100%;
|
|
|
|
height: calc(100% - 32px);
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
.fl_navBox_body {
|
|
|
@@ -3261,7 +3262,7 @@ button:focus { |
|
|
|
.fl_contentBox {
|
|
|
|
width: calc(100% - 398px - 16px);
|
|
|
|
/* height: calc(100vh - 156px); */
|
|
|
|
height: 100%;
|
|
|
|
height: calc(100% - 32px);
|
|
|
|
float: right;
|
|
|
|
overflow: initial;
|
|
|
|
}
|
|
|
@@ -5373,8 +5374,8 @@ div.textlabelgray .el-form-item__content{ |
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.largecontentBox{
|
|
|
|
height: calc(100vh - 258px);
|
|
|
|
/* height: calc(100vh - 32px - 40px); */
|
|
|
|
/* height: calc(100vh - 258px); */
|
|
|
|
height: calc(100vh - 244px);
|
|
|
|
overflow-y: auto;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|