From 0be69be4cd13579ecdbb997e968ec1d8421584ad Mon Sep 17 00:00:00 2001 From: yangjian Date: Sun, 21 Mar 2021 17:59:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=96=87=E6=A1=A3=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=A8=A1=E6=9D=BF=E5=92=8C=E6=96=87=E6=A1=A3=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E5=99=A8=E9=A1=B5=E9=9D=A2=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/mrdoc/mrdoc-editor.css | 3 ++ template/app_doc/doc.html | 22 ++++++++++ template/app_doc/docs_base.html | 23 +--------- template/app_doc/editor/create_doc.html | 6 ++- template/app_doc/editor/modify_doc.html | 58 +++---------------------- 5 files changed, 38 insertions(+), 74 deletions(-) diff --git a/static/mrdoc/mrdoc-editor.css b/static/mrdoc/mrdoc-editor.css index 8b073e3..170ad10 100644 --- a/static/mrdoc/mrdoc-editor.css +++ b/static/mrdoc/mrdoc-editor.css @@ -118,6 +118,9 @@ li.L1, li.L3, li.L5, li.L7, li.L9 { ol.linenums li{ width: max-content; } +del,s{ + text-decoration: line-through; +} #doc-tree{ margin-bottom: 5px; } \ No newline at end of file diff --git a/template/app_doc/doc.html b/template/app_doc/doc.html index b132e3e..e798d0c 100644 --- a/template/app_doc/doc.html +++ b/template/app_doc/doc.html @@ -138,6 +138,28 @@ {% endblock %} {% block custom_script %} + + +