Skip to content

Commit

Permalink
style(baInput):富文本编辑器默认宽度优化
Browse files Browse the repository at this point in the history
  • Loading branch information
build-admin committed Jun 25, 2024
1 parent 27ecbff commit 701fc35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/components/baInput/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ export default defineComponent({
() => {
return () =>
createVNode(Editor, {
class: 'w100',
modelValue: props.modelValue,
'onUpdate:modelValue': onValueUpdate,
...props.attr,
Expand Down

0 comments on commit 701fc35

Please sign in to comment.