diff --git a/static/mrdoc/mrdoc-docs.css b/static/mrdoc/mrdoc-docs.css index 6a18a8e..7c34e5a 100644 --- a/static/mrdoc/mrdoc-docs.css +++ b/static/mrdoc/mrdoc-docs.css @@ -107,4 +107,10 @@ li.L1, li.L3, li.L5, li.L7, li.L9 { } .doc-bottom-icon,.doc-bottom-btn{ cursor: pointer; +} + +/* 文集大纲图标 */ +i.switch-toc{ + padding:10px; + cursor: pointer; } \ No newline at end of file diff --git a/template/app_doc/docs_base.html b/template/app_doc/docs_base.html index 36c939c..5ffc83f 100644 --- a/template/app_doc/docs_base.html +++ b/template/app_doc/docs_base.html @@ -90,9 +90,9 @@
{{ docs.name }} {% if docs.open_children %} - + {% else %} - + {% endif %}
{% if docs.open_children %} @@ -108,9 +108,9 @@
{{ node.name }} {% if node.open_children %} - + {% else %} - + {% endif %}
{% if node.open_children %} diff --git a/template/app_doc/head_base.html b/template/app_doc/head_base.html index 214aab7..4a80c94 100644 --- a/template/app_doc/head_base.html +++ b/template/app_doc/head_base.html @@ -63,32 +63,33 @@
{% if request.user.is_superuser %}
- + {% trans "进入后台" %}
{% endif %} -
- +
+ + {% trans "新建文档" %}
- + {% trans "个人中心" %}
- + {% trans "修改密码" %}
- - + + {% trans "退出登录" %}