forked from Gitlink/forgeplus-react
微调样式
This commit is contained in:
parent
e0c0125004
commit
c70e22d550
|
@ -58,7 +58,7 @@
|
|||
}
|
||||
.iframe-item{
|
||||
width: 100%;
|
||||
min-height: 100vh;
|
||||
min-height: calc(100vh - 225px);
|
||||
border: 0;
|
||||
}
|
||||
.ant-input, .ant-select-selection{
|
||||
|
|
|
@ -19,7 +19,7 @@ body>.-task-title {
|
|||
min-width: 1200px;
|
||||
max-width: unset;
|
||||
height: 100%;
|
||||
min-height: 70vh;
|
||||
min-height: calc(100vh - 177px);
|
||||
overflow: hidden;
|
||||
}
|
||||
.newHeaders{
|
||||
|
|
Loading…
Reference in New Issue