Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
main style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mtmsig committed Jul 3, 2019
1 parent 7b0cd55 commit f1e89ab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/layouts/main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ export default {

<style lang="scss" scoped>
.main {
background-color: $white2;
min-height: 100vh;
.container {
max-width: $width;
margin: 0 auto;
Expand Down
4 changes: 4 additions & 0 deletions src/style/element-ui.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
body {
.el-main {
overflow: unset;
}

.el-popover,
.el-dialog__body {
font-size: 1em;
Expand Down
1 change: 1 addition & 0 deletions src/style/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
@import "element-ui";

body {
background-color: $white2;
font-family: $font1;
-webkit-font-smoothing: antialiased;
font-size: 16px;
Expand Down

0 comments on commit f1e89ab

Please sign in to comment.