Style fix
This commit is contained in:
@@ -11,11 +11,6 @@
|
|||||||
:global {
|
:global {
|
||||||
.ant-spin-nested-loading {
|
.ant-spin-nested-loading {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ant-spin-container {
|
|
||||||
height: 100%;
|
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -27,6 +22,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.banner {
|
.banner {
|
||||||
|
flex-shrink: 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -117,6 +113,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.controller {
|
.controller {
|
||||||
|
flex-shrink: 0;
|
||||||
background-color: @bg-color;
|
background-color: @bg-color;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
|||||||
Reference in New Issue
Block a user