mirror of https://github.com/ElemeFE/element
feat(docs): fix right nav style
parent
cd0fb92cf5
commit
97aca7309e
|
@ -60,7 +60,6 @@ module.exports = function(source) {
|
|||
<template>
|
||||
<section class="content element-doc">
|
||||
${output.join('')}
|
||||
<right-nav />
|
||||
</section>
|
||||
</template>
|
||||
${pageScript}
|
||||
|
|
|
@ -97,7 +97,7 @@ export default {
|
|||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1000px) {
|
||||
@media (max-width: 1490px) {
|
||||
.right-nav {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
@ -146,6 +146,7 @@
|
|||
:bottom="50"
|
||||
></el-backtop>
|
||||
</div>
|
||||
<right-nav />
|
||||
</el-scrollbar>
|
||||
</template>
|
||||
<script>
|
||||
|
|
Loading…
Reference in New Issue