2020-08-13 15:18:26 +08:00
|
|
|
.demo-drawer {
|
|
|
|
&__content {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
height: 100%;
|
|
|
|
form {
|
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&__footer {
|
|
|
|
display: flex;
|
|
|
|
button {
|
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-02-04 16:29:23 +08:00
|
|
|
.#{$namespace}-drawer__body {
|
2020-08-13 15:18:26 +08:00
|
|
|
padding: 20px;
|
|
|
|
}
|