|
@@ -1732,7 +1732,7 @@ p {
|
|
|
|
|
|
.bigBox {
|
|
|
width: 100%;
|
|
|
- height: 100%;
|
|
|
+ height: 88vh;
|
|
|
display: flex;
|
|
|
justify-content: flex-start;
|
|
|
overflow: hidden;
|
|
@@ -1805,7 +1805,7 @@ p {
|
|
|
|
|
|
.mesBox {
|
|
|
width: 75vw;
|
|
|
- height: 92vh;
|
|
|
+ height: 88vh;
|
|
|
border-radius: 4px;
|
|
|
background-color: white;
|
|
|
}
|
|
@@ -1882,7 +1882,7 @@ p {
|
|
|
|
|
|
.detailBox {
|
|
|
width: 100%;
|
|
|
- height: 270px;
|
|
|
+ height: 30vh;
|
|
|
}
|
|
|
|
|
|
:deep(.el-dialog__header) {
|
|
@@ -1891,9 +1891,9 @@ p {
|
|
|
}
|
|
|
|
|
|
.fileTable {
|
|
|
- height: 100%;
|
|
|
+ height: 45vh;
|
|
|
overflow-y: hidden;
|
|
|
- margin-top: 55px;
|
|
|
+ margin-top: 48px;
|
|
|
}
|
|
|
|
|
|
.setCli {
|
|
@@ -2022,10 +2022,6 @@ p {
|
|
|
border-bottom: none;
|
|
|
}
|
|
|
|
|
|
-:deep(.el-collapse-item__wrap) {
|
|
|
- height: 300px;
|
|
|
-}
|
|
|
-
|
|
|
// 隐藏全选按钮
|
|
|
.file-jia {
|
|
|
:deep(.el-table th.el-table__cell:nth-child(1) .cell) {
|