perf: perf style (#89)

perf: perf style
This commit is contained in:
一万
2021-10-31 20:24:57 +08:00
committed by GitHub
parent 0fb7b5e983
commit 9ddf449ea7
20 changed files with 161 additions and 166 deletions

View File

@@ -86,9 +86,8 @@ onMounted(() => {
<style scoped>
#LF-Turbo {
width: 100vw;
height: 88.5vh;
outline: none;
width: 100%;
height: calc(100vh - 90px);
}
.logic-flow-view {
@@ -138,4 +137,8 @@ onMounted(() => {
height: 85vh;
overflow: auto;
}
.main-content {
margin: 0;
}
</style>