From 9d0832a4b00b0b5b9207e7f3b87bad09a16f0fa3 Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期六, 09 九月 2023 17:36:41 +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