提交 4cbd873e 编写于 作者: Cano1997's avatar Cano1997

style: 列表项添加样式名

上级 0699f4a4
...@@ -119,7 +119,10 @@ export const ListControl = defineComponent({ ...@@ -119,7 +119,10 @@ export const ListControl = defineComponent({
inputData: item, inputData: item,
}, },
}) })
: `${item.srfmajortext}:${item.srfkey}`} : [
<span class={ns.e('text')}>{item.srfmajortext}</span>,
<span class={ns.e('key')}>:{item.srfkey}</span>,
]}
</div> </div>
); );
}; };
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册