@antv/dumi-theme-antv
Version:
AntV website theme based on dumi2.
36 lines (29 loc) • 502 B
text/less
.editor {
overflow: hidden;
height: 100%;
width: 100%;
.monaco {
overflow: hidden;
height: 100%;
width: 100%;
}
}
.drawer{
margin-top: 36px;
:global {
.ant-drawer-content {
background: #f8f9fc;
div.ant-drawer-header {
padding-bottom: unset;
border-bottom: unset;
.ant-drawer-header-title {
flex: unset;
}
}
.ant-drawer-body{
display: flex;
flex-direction: column;
}
}
}
}