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 @@
@@ -24,7 +24,7 @@
| {{ temp.name }} |
{{ temp.create_time }} |
- 选择模板
+ 选择模板
|
{% endfor %}
diff --git a/template/app_doc/manage/manage_doctemp.html b/template/app_doc/manage/manage_doctemp.html
index e50ec81..0e3e188 100644
--- a/template/app_doc/manage/manage_doctemp.html
+++ b/template/app_doc/manage/manage_doctemp.html
@@ -43,10 +43,10 @@
{{ temp.name }} |
{{ temp.create_time }} |
-
+
{% trans "修改" %}
-
+
{% trans "删除" %}
|