mirror of https://github.com/fantasticit/think.git
refactor: update style
This commit is contained in:
parent
ec726f4c59
commit
bdd498b9df
|
@ -1,11 +1,11 @@
|
||||||
.wrap {
|
.wrap {
|
||||||
height: 100%;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
|
height: 100%;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
.headerWrap {
|
.headerWrap {
|
||||||
padding: 0 24px;
|
|
||||||
height: 60px;
|
height: 60px;
|
||||||
|
padding: 0 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contentWrap {
|
.contentWrap {
|
||||||
|
|
Loading…
Reference in New Issue