mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +08:00
feat: css fix
This commit is contained in:
parent
ecac255daf
commit
c42ac06df3
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user