31 lines
400 B
Plaintext
31 lines
400 B
Plaintext
|
|
@import '../../global.less';
|
|
|
|
.container {
|
|
height: 100%;
|
|
background: white;
|
|
position: relative;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.body {
|
|
flex-grow: 1;
|
|
overflow-x: hidden;
|
|
overflow-y: auto;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: stretch;
|
|
}
|
|
|
|
.none {
|
|
text-align: center;
|
|
width: 100%;
|
|
padding-top: 40%;
|
|
}
|
|
|
|
.input {
|
|
margin: 10px 20px;
|
|
width: auto;
|
|
}
|