From b11630de009985f5c8032071d51a07663e4d3711 Mon Sep 17 00:00:00 2001 From: shylinux Date: Tue, 9 Nov 2021 23:52:16 +0800 Subject: [PATCH] opt lark --- frame.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frame.js b/frame.js index 0b47989b..27f68d07 100644 --- a/frame.js +++ b/frame.js @@ -257,7 +257,7 @@ Volcanos("onappend", {help: "渲染引擎", list: [], _init: function(can, meta, } var input = can.page.input(can, item, value) - var br = input.type == html.TEXTAREA? [{type: html.BR}]: [] + var br = input.type == html.TEXTAREA? [{type: html.BR, style: {clear: "both"}}]: [] var title = can.Conf(["feature", chat.TITLE, item.name].join(ice.PT))||""; title && (input.title = title) return can.page.Append(can, target, ([{view: style||can.base.join([html.ITEM, item.type]), list: [input]}]).concat(br))[item.name] },