element-ui/examples/demo-styles/drawer.scss

22 lines
244 B
SCSS
Raw Permalink Normal View History

2021-06-07 11:56:04 +08:00
.demo-drawer {
&__content {
display: flex;
flex-direction: column;
height: 100%;
form {
flex: 1;
}
}
&__footer {
display: flex;
button {
flex: 1;
}
}
}
.el-drawer__body {
padding: 20px;
}