From 45286ba61d7df92ca3d60bdf187b94d5a4349874 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期二, 22 十一月 2022 15:00:10 +0800 Subject: [PATCH] # --- src/main/webapp/static/layui/lay/modules/formDesigner/coolForm.css | 18 ++++++++++++++++++ src/main/webapp/views/plan/plan.html | 12 ++---------- 2 files changed, 20 insertions(+), 10 deletions(-) diff --git a/src/main/webapp/static/layui/lay/modules/formDesigner/coolForm.css b/src/main/webapp/static/layui/lay/modules/formDesigner/coolForm.css new file mode 100644 index 0000000..8876d91 --- /dev/null +++ b/src/main/webapp/static/layui/lay/modules/formDesigner/coolForm.css @@ -0,0 +1,18 @@ +#detail .layui .layui-form-label { + width: 120px; +} +#detail .layui .layui-input-block { + margin-left: 150px; +} +#detail .formDes .layui-form-label { + box-sizing: border-box; +} + + +.formDes .layui-form-item.layui-row.grid { + margin-bottom: 0; +} + +.formDes .layui-form-label.layui-form-required span { + display: none; +} diff --git a/src/main/webapp/views/plan/plan.html b/src/main/webapp/views/plan/plan.html index 96675b5..5ff0272 100644 --- a/src/main/webapp/views/plan/plan.html +++ b/src/main/webapp/views/plan/plan.html @@ -10,6 +10,8 @@ <link rel="stylesheet" href="../../static/css/admin.css?v=318" media="all"> <link rel="stylesheet" href="../../static/css/cool.css" media="all"> <link rel="stylesheet" href="../../static/css/tree.css" media="all"> + <link rel="stylesheet" href="../../static/css/tree.css" media="all"> + <link rel="stylesheet" href="../../static/layui/lay/modules/formDesigner/coolForm.css" /> <style> .nav-box { position: absolute; @@ -44,16 +46,6 @@ .layui-menu-body-title>.layui-icon { position: relative; margin-right: 5px; - } - - #detail .layui .layui-form-label { - width: 120px; - } - #detail .layui .layui-input-block { - margin-left: 150px; - } - #detail .formDes .layui-form-label { - box-sizing: border-box; } .layui-form-radio { -- Gitblit v1.9.1