feat: css fix

This commit is contained in:
JimQing 2020-05-19 22:17:12 +08:00
parent ecac255daf
commit c42ac06df3

View File

@ -261,12 +261,14 @@ export default {
<style lang="less" scoped> <style lang="less" scoped>
@import url('../scripts/google-code-prettify/prettify.css'); @import url('../scripts/google-code-prettify/prettify.css');
.main-body { .main-body {
padding-top: 12px;
overflow: hidden; overflow: hidden;
} }
.el-main { .el-main {
transition: all .3s; transition: all .3s;
padding: 0; padding: 0;
margin: 20px; margin: 20px;
margin-top: 0;
} }
.container { .container {
transition: all .3s; transition: all .3s;