From c8ec928e26cdf8efc51a576547ebcfbe3cb71f6d Mon Sep 17 00:00:00 2001 From: Junjie <fallin.jie@qq.com> Date: 星期四, 16 三月 2023 16:28:24 +0800 Subject: [PATCH] 新增核价管理-上传询价后可进行下载功能 --- src/main/webapp/static/layui/lay/modules/formDesigner/formDesigner.css | 14 +++++++++----- 1 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/main/webapp/static/layui/lay/modules/formDesigner/formDesigner.css b/src/main/webapp/static/layui/lay/modules/formDesigner/formDesigner.css index ba1916c..508252d 100644 --- a/src/main/webapp/static/layui/lay/modules/formDesigner/formDesigner.css +++ b/src/main/webapp/static/layui/lay/modules/formDesigner/formDesigner.css @@ -4,24 +4,25 @@ } .layui-side-right { - position : fixed; + position : absolute; right : 0; top : 0; bottom : 0; z-index : 999; - width : 350px; + width : 330px; overflow-x: hidden } .layui-layout-admin .layui-side { - top : 60px; + top : 0px; width : 260px; overflow-x: hidden } .layui-layout-admin .layui-side-right { - top : 60px; - width : 350px; + top : 0px; + right: 10px; + width : 330px; overflow-x: hidden } @@ -42,6 +43,9 @@ .layui-layout-admin .layui-body { bottom: 0; + top: 0; + left: 260px; + padding-bottom: 0; } /* components-list*/ -- Gitblit v1.9.1