Commit a33a97b5 by jml0128

fix:目录标题增加空格

1 parent 89cb2366
{
"name": "xrk-bi",
"version": "0.1.23",
"version": "0.1.24",
"description": "xrk-bi",
"author": "xrk",
"main": "dist/bundler.js",
......
......@@ -30,7 +30,7 @@
>
<div>
<p class="bi-catalogue_list_item_child_item_name">
<span>{{ `${index + 1}.${cIndex + 1}` }}{{ name }}</span>
<span>{{ `${index + 1}.${cIndex + 1} ` }}{{ name }}</span>
</p>
<div class="bi-catalogue_list_item_child_item_hr"></div>
<span class="bi-catalogue_list_item_child_item_page">
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!