From 1cfe4d31fdd6d1c66660e71acb485873171f4b4a Mon Sep 17 00:00:00 2001 From: shaoying Date: Mon, 19 Oct 2020 21:32:29 +0800 Subject: [PATCH] opt some --- plugin/local/code/inner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/local/code/inner.js b/plugin/local/code/inner.js index 4553af3e..ed22dccd 100644 --- a/plugin/local/code/inner.js +++ b/plugin/local/code/inner.js @@ -2,7 +2,7 @@ Volcanos("onimport", {help: "导入数据", _init: function(can, msg, list, cb, can.ui = can.page.Appends(can, target, [ {type: "table", list: [{type: "tr", list: [ {type: "td", list: [{view: "project", style: {"max-height": window.innerHeight-300, display: "none"}} ]}, - {type: "td", list: [{view: "profile", style: {"max-height": window.innerHeight-300}, list: [ + {type: "td", list: [{view: "profile", style: {"max-height": window.innerHeight-300, "min-width": window.innerWidth-300}, list: [ {view: ["content", "table"]}, ]} ], onscroll: function(event) { }},