Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2024-07-27 16:14:14 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
80cffb9207b8d2f56b39c016f023a6ba33a3b02d
80cffb92
1 parent
2bd10a28
fix 便签显示宽度问题调整
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/NoteField/index.vue
src/components/NoteField/index.vue
View file @
80cffb9
<!--
* @Date: 2022-08-29 14:31:20
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 202
3-03-08 15:28:3
3
* @LastEditTime: 202
4-07-27 16:01:5
3
* @FilePath: /data-table/src/components/NoteField/index.vue
* @Description: 富文本组件
-->
...
...
@@ -11,7 +11,7 @@
<span v-if="item.component_props.required" class="required"> *</span>
<span v-if="!item.component_props.hide_label">{{ item.component_props.label }}</span>
</div>
<div class="html" style="padding: 0.5rem 1rem 0 1rem;" v-html="item.component_props.note"></div>
<div class="html" style="padding: 0.5rem 1rem 0 1rem;
overflow: scroll;
" v-html="item.component_props.note"></div>
</div>
</template>
...
...
Please
register
or
login
to post a comment