1.添加无题一
2.自定义编辑器自动换行 3.标题带出XXX名称
This commit is contained in:
@@ -271,7 +271,7 @@ export default {
|
||||
|
||||
#app {
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
* {
|
||||
@@ -289,6 +289,10 @@ body {
|
||||
Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
||||
font-variant: tabular-nums;
|
||||
}
|
||||
|
||||
.ant-btn-group {
|
||||
display: block!important;
|
||||
}
|
||||
</style>
|
||||
<style scoped>
|
||||
.ant-drawer-index {
|
||||
|
||||
@@ -602,6 +602,7 @@
|
||||
oParagraph.SetFontFamily("黑体");
|
||||
oParagraph.SetSpacingAfter(33,false)
|
||||
oParagraph.SetNumbering(oNumLvl);
|
||||
oParagraph.AddText('XXX')
|
||||
oDocument.InsertContent([oParagraph])
|
||||
let GetNext = oParagraph.GetNext()
|
||||
GetNext.Delete()
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
<!-- </a-dropdown>-->
|
||||
</a-button-group>
|
||||
<a-button-group style="margin-bottom: 10px">
|
||||
<!-- <a-button @click="insertBarOne(1,false)">无题一</a-button>-->
|
||||
<a-button @click="insertBarOne(1,false)">无题一</a-button>
|
||||
<a-button @click="insertBarOne(2,false)">无题二</a-button>
|
||||
<a-button @click="insertBarOne(3,false)">无题三</a-button>
|
||||
<a-button @click="insertBarOne(4,false)">无题四</a-button>
|
||||
|
||||
Reference in New Issue
Block a user