mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-09-26 10:59:58 +08:00
12 lines
149 B
SCSS
12 lines
149 B
SCSS
.m-form-drawer {
|
|
.el-drawer__header {
|
|
margin: 0;
|
|
}
|
|
|
|
.m-drawer-body {
|
|
height: 100%;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
}
|
|
}
|