Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
saas-manage
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chehuidong
saas-manage
Commits
d5fe3d65
Commit
d5fe3d65
authored
May 22, 2026
by
wusiyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改富文本编辑器高度
parent
291b895c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
+9
-1
src/components/wangeditor/index.vue
+6
-1
src/views/user/baseProceedsAccount.vue
+3
-0
No files found.
src/components/wangeditor/index.vue
View file @
d5fe3d65
...
...
@@ -8,7 +8,7 @@
:defaultConfig=
"toolbarConfig"
:mode=
"mode"
/>
<Editor
style=
"height: 300px; overflow-y: hidden
"
:style=
"
{ height: height, overflowY: 'hidden' }
"
v-model="html"
:defaultConfig="editorConfig"
:mode="mode"
...
...
@@ -46,6 +46,11 @@ export default {
type
:
Boolean
,
default
:
true
},
/** 编辑区高度(px) */
height
:
{
type
:
String
,
default
:
'300px'
},
isInsert
:
{
type
:
Boolean
,
default
:
false
...
...
src/views/user/baseProceedsAccount.vue
View file @
d5fe3d65
...
...
@@ -41,6 +41,7 @@
:title=
"operateType"
:visible
.
sync=
"addDialog"
width=
"45%"
top=
"2vh"
:close-on-click-modal=
"false"
>
<el-form
:model=
"addFormData"
...
...
@@ -161,6 +162,7 @@
v-model=
"addFormData.accountInfo"
ref=
"wangeditor"
:editable=
"!isFormReadonly"
height=
"200px"
placeholder=
"请输入账户信息"
/>
</div>
</el-form-item>
...
...
@@ -172,6 +174,7 @@
v-model=
"addFormData.remark"
ref=
"wangeditor2"
:editable=
"!isFormReadonly"
height=
"200px"
placeholder=
"请输入备注,如给客户的账户充值说明"
/>
</el-form-item>
</el-form>
...
...
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