mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 01:11:25 +08:00
22 lines
244 B
SCSS
22 lines
244 B
SCSS
|
.demo-drawer {
|
||
|
&__content {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
height: 100%;
|
||
|
form {
|
||
|
flex: 1;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
&__footer {
|
||
|
display: flex;
|
||
|
button {
|
||
|
flex: 1;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.el-drawer__body {
|
||
|
padding: 20px;
|
||
|
}
|