修复文集简介文字大小和字体无法控制的问题
This commit is contained in:
parent
8f26abba04
commit
6bbcd969d9
@ -130,6 +130,12 @@
|
||||
|
||||
{% block custom_script %}
|
||||
<link rel="stylesheet" href="{% static 'vditor/dist/index.css' %}?version={{mrdoc_version}}" />
|
||||
<style>
|
||||
.vditor-reset{
|
||||
font-size: inherit;
|
||||
font-family:inherit;
|
||||
}
|
||||
</style>
|
||||
<script src="{% static 'vditor/dist/index.min.js' %}?version={{mrdoc_version}}"></script>
|
||||
<script>
|
||||
// 生成文集目录大纲
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user