修改界面右侧顶部边栏样式,编译前端工程

This commit is contained in:
Sh1yu
2023-09-25 10:33:42 +08:00
parent eda883a9bf
commit 66904f0bb4
11 changed files with 70 additions and 82 deletions

View File

@@ -5,7 +5,7 @@
<el-button @click="turnLeftCollapse" v-if="storeDisplay.showMenu" text :icon="ElIconFold" class="fold-btn"></el-button>
<el-button @click="turnLeftCollapse" v-else text :icon="ElIconExpand" class="fold-btn"></el-button>
</el-col>
<el-col :span="17" style="text-align: left">
<el-col :span="18" style="text-align: left">
<el-input v-if="wikiPageEdit.editorType===2" v-model="wikiPageEdit.pageTitle" :maxlength="40" placeholder="请输入标题" class="page-title-input" ></el-input>
</el-col>
<el-col :span="5" class="title-info-view-right">