From f509718d9d8d4f6333d8153af4921e6149c86fc8 Mon Sep 17 00:00:00 2001 From: yangjian Date: Fri, 26 Feb 2021 14:33:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=96=87=E6=A1=A3=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E5=99=A8=E9=A1=B5=E9=9D=A2=E5=8A=9F=E8=83=BD=E5=B8=83?= =?UTF-8?q?=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/mrdoc/mrdoc.css | 9 +- template/app_doc/editor/create_base.html | 8 +- template/app_doc/editor/create_doc.html | 135 ++++++++---------- template/app_doc/editor/create_doctemp.html | 3 + template/app_doc/editor/modify_doc.html | 133 +++++++++-------- template/app_doc/editor/modify_doctemp.html | 3 + .../app_doc/editor/tpl_editor_div_doc.html | 4 +- template/app_doc/manage/manage_doctemp.html | 4 +- 8 files changed, 151 insertions(+), 148 deletions(-) diff --git a/static/mrdoc/mrdoc.css b/static/mrdoc/mrdoc.css index 4042455..c94f6ae 100644 --- a/static/mrdoc/mrdoc.css +++ b/static/mrdoc/mrdoc.css @@ -462,9 +462,9 @@ input#doc-name,input#doctemp-name{ } /* 覆盖layUI样式 */ - .layui-btn{ + /* .layui-btn{ border-radius: 4px; - } + } */ button.layui-btn-normal,.doctemp-list a.layui-btn-normal{ background-color: #2176ff !important; } @@ -530,14 +530,15 @@ input#doc-name,input#doctemp-name{ line-height: 30px !important; background-color:#fff; border-radius:2px; - box-shadow:0 2px 4px rgba(0,0,0,.12); + /* box-shadow:0 2px 4px rgba(0,0,0,.12); */ box-sizing:border-box; margin-right: 2px; margin-bottom: 2px; + margin-top: 10px; padding-right: 5px; } .mrdoc-import-doc-item a{ - padding: 0 12px !important; + /* padding: 0 12px !important; */ } .mrdoc-import-doc-item .layui-nav-more{ border-top-color:#333; diff --git a/template/app_doc/editor/create_base.html b/template/app_doc/editor/create_base.html index ee350cb..326f599 100644 --- a/template/app_doc/editor/create_base.html +++ b/template/app_doc/editor/create_base.html @@ -49,16 +49,10 @@
- -
-
-

文档结构树

-
+ + + +
-
-
-
- - -
-
-

发布

-
-
-
- -
- -
- -
- -
- -
- -
- -
-
-
-
-
+ +
diff --git a/template/app_doc/editor/modify_doctemp.html b/template/app_doc/editor/modify_doctemp.html index b4dde2b..b0c3101 100644 --- a/template/app_doc/editor/modify_doctemp.html +++ b/template/app_doc/editor/modify_doctemp.html @@ -4,6 +4,9 @@ {% block title %}修改文档模板{% endblock %} {% block head_toolbar %} + + + 新建模板 diff --git a/template/app_doc/editor/tpl_editor_div_doc.html b/template/app_doc/editor/tpl_editor_div_doc.html index 626e55a..5415873 100644 --- a/template/app_doc/editor/tpl_editor_div_doc.html +++ b/template/app_doc/editor/tpl_editor_div_doc.html @@ -2,7 +2,7 @@