Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
corporate-culture-qd
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王立鹏
corporate-culture-qd
Commits
98a37f06
Commit
98a37f06
authored
Jun 22, 2026
by
lijiabin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
styles: 修改样式
parent
baf785a2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
index.vue
src/components/common/WangEditor/index.vue
+2
-2
index.vue
src/views/publishLongArticle/index.vue
+2
-2
No files found.
src/components/common/WangEditor/index.vue
View file @
98a37f06
<
template
>
<
template
>
<div
style=
"border: 1px solid #ccc"
class=
"h-full"
>
<div
style=
"border: 1px solid #ccc"
class=
"w-100%"
>
<Toolbar
<Toolbar
style=
"border-bottom: 1px solid #ccc"
style=
"border-bottom: 1px solid #ccc"
:editor=
"editorRef"
:editor=
"editorRef"
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
:mode=
"mode"
:mode=
"mode"
/>
/>
<Editor
<Editor
style=
"height:
500px
; overflow-y: hidden"
style=
"height:
70vh
; overflow-y: hidden"
v-model=
"valueHtml"
v-model=
"valueHtml"
:defaultConfig=
"editorConfig"
:defaultConfig=
"editorConfig"
:mode=
"mode"
:mode=
"mode"
...
...
src/views/publishLongArticle/index.vue
View file @
98a37f06
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
</
template
>
</
template
>
<
template
v-else
>
<
template
v-else
>
<!-- 回显回来可能会有bug 所以需要key 重新渲染一下-->
<!-- 回显回来可能会有bug 所以需要key 重新渲染一下-->
<WangEditor
:key
v-model=
"form.content"
class=
"min-h[90vh]"
/>
<WangEditor
:key
v-model=
"form.content"
/>
</
template
>
</
template
>
</el-form-item>
</el-form-item>
</div>
</div>
...
@@ -46,7 +46,7 @@
...
@@ -46,7 +46,7 @@
<!-- 底部固定按钮栏 -->
<!-- 底部固定按钮栏 -->
<div
class=
"fixed bottom-0 left-0 right-0 bg-white border-t border-gray-200 shadow-lg"
>
<div
class=
"fixed bottom-0 left-0 right-0 bg-white border-t border-gray-200 shadow-lg"
>
<div
class=
"max-w-[1200px] mx-auto px-4 py-
4
"
>
<div
class=
"max-w-[1200px] mx-auto px-4 py-
3
"
>
<div
class=
"flex justify-center gap-4"
>
<div
class=
"flex justify-center gap-4"
>
<el-button
@
click=
"handleClosed"
class=
"rounded-lg min-w[120px]"
>
取消
</el-button>
<el-button
@
click=
"handleClosed"
class=
"rounded-lg min-w[120px]"
>
取消
</el-button>
<el-button
<el-button
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment