star7th 6 years ago
parent
commit
f9da68d4cd

+ 2 - 2
web_src/src/components/common/Toc.vue

@@ -82,8 +82,8 @@ export default {
 <style >
 .page_content_main .markdown-toc {
     position: fixed;
-    bottom: 15px;
-    right: 15px;
+    top: 230px;
+    margin-left: 800px;
     min-width: 32px;
     min-height: 32px;
     cursor: pointer;

+ 2 - 2
web_src/src/components/item/show/show_regular_item/OpBar.vue

@@ -269,12 +269,12 @@
     showMoreAction(){
       this.showMore = true ;
       var element = document.getElementById('page_md_content').getElementsByClassName('open-list');
-      element[0].style.top = '320px';
+      element[0].style.top = '330px';
     },
     hideMoreAction(){
       this.showMore = false ;
       var element = document.getElementById('page_md_content').getElementsByClassName('open-list');
-      element[0].style.top = '220px';
+      element[0].style.top = '230px';
     },
 
   },

+ 1 - 1
web_src/src/components/item/show/show_regular_item/Toc.vue

@@ -82,7 +82,7 @@ export default {
 <style >
 .page_content_main .markdown-toc {
     position: fixed;
-    top: 220px;
+    top: 230px;
     margin-left: 800px;
     min-width: 32px;
     min-height: 32px;