fix: apply config

This commit is contained in:
Qiuxia Fan
2022-01-13 12:42:20 +08:00
parent 22ebade7ac
commit 9dc9dd3672
2 changed files with 15 additions and 2 deletions

View File

@@ -64,7 +64,8 @@ function handleClick(e: any) {
</script>
<style lang="scss" scoped>
.ds-main {
height: calc(100% - 40px);
height: calc(100% - 45px);
overflow: auto;
}
.layout {