Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Commit

Permalink
样式提取
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangyitao committed Aug 25, 2020
1 parent 640fc88 commit 7075fc7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 12 deletions.
4 changes: 0 additions & 4 deletions src/pages/action/components/ActionCodeDrawer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,4 @@ export default {
.CodeMirror {
height: auto;
}
.el-drawer__body {
height: 100%;
overflow: auto;
}
</style>
4 changes: 0 additions & 4 deletions src/pages/testtask/list.vue
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,4 @@ export default {
.CodeMirror {
height: auto;
}
.el-drawer__body {
height: 100%;
overflow: auto;
}
</style>
4 changes: 0 additions & 4 deletions src/pages/testtask/report/components/TestCase.vue
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,6 @@ export default {
</script>

<style>
.el-drawer__body {
height: 100%;
overflow: auto;
}
.CodeMirror {
height: auto;
font-size: 10px;
Expand Down
5 changes: 5 additions & 0 deletions src/styles/element-ui.scss
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,8 @@
font-size: 10px;
}

.el-drawer__body {
height: 100%;
overflow: auto;
}

0 comments on commit 7075fc7

Please sign in to comment.