style:弹框样式修改
Showing
4 changed files
with
12 additions
and
13 deletions
-
Please register or sign in to post a comment
... | ... | @@ -69,9 +69,8 @@ |
.regularHeight { | ||
display: flex; | ||
flex: 1; | ||
height: 100%; | ||
flex-direction: column; | ||
height: 87vh; | ||
.editDialogBox-con, | ||
.JsonEditor { | ||
... | ... |
... | ... | @@ -484,8 +484,7 @@ export default { |
.regularHeight { | ||
display: flex; | ||
flex-direction: column; | ||
flex: 1; | ||
height: 100%; | ||
height: 87vh; | ||
margin-bottom: 5px; | ||
.editDialogBox-con, | ||
... | ... |