lljj-x / vue-json-schema-form

基于Vue/Vue3,Json Schema 和 ElementUi/antd/iview3/naiveUi 等生成 HTML Form 表单,用于活动编辑器、h5编辑器、cms等数据配置;支持可视化生成表单Schema 。 Generate a form using Vue/Vue3, Json Schema and ElementUi/antdv/iview3/naiveUi
https://form.lljj.me/
Apache License 2.0
2.01k stars 418 forks source link

配置 description 显示为 tooltip #265

Closed shurong-wang closed 1 year ago

shurong-wang commented 1 year ago

vue和ui框架

vue3、element plus

问题描述

多列布局,title 位置设置为 top 时,description 显示为文本,造成组件无法水平对齐

期望的结果

期望在 title 位置设置为 top 时,description 可以展示为 tooltip,而不是直接显示在 title 下方

lljj-x commented 1 year ago

和这边是一个类似的问题 #225

现在可以配置 form-props isMiniDes 来配置是否显示为tooltip的样式。

但应该是不支持 array object 类型的配置 ,这个会上下显示

shurong-wang commented 1 year ago

image

shurong-wang commented 1 year ago

image