Showing
1 changed file
with
2 additions
and
2 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2022-08-29 14:31:20 | 2 | * @Date: 2022-08-29 14:31:20 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2023-03-08 15:28:33 | 4 | + * @LastEditTime: 2024-07-27 16:01:53 |
| 5 | * @FilePath: /data-table/src/components/NoteField/index.vue | 5 | * @FilePath: /data-table/src/components/NoteField/index.vue |
| 6 | * @Description: 富文本组件 | 6 | * @Description: 富文本组件 |
| 7 | --> | 7 | --> |
| ... | @@ -11,7 +11,7 @@ | ... | @@ -11,7 +11,7 @@ |
| 11 | <span v-if="item.component_props.required" class="required"> *</span> | 11 | <span v-if="item.component_props.required" class="required"> *</span> |
| 12 | <span v-if="!item.component_props.hide_label">{{ item.component_props.label }}</span> | 12 | <span v-if="!item.component_props.hide_label">{{ item.component_props.label }}</span> |
| 13 | </div> | 13 | </div> |
| 14 | - <div class="html" style="padding: 0.5rem 1rem 0 1rem;" v-html="item.component_props.note"></div> | 14 | + <div class="html" style="padding: 0.5rem 1rem 0 1rem; overflow: scroll;" v-html="item.component_props.note"></div> |
| 15 | </div> | 15 | </div> |
| 16 | </template> | 16 | </template> |
| 17 | 17 | ... | ... |
-
Please register or login to post a comment