Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
guns-vip
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenjunxiong
guns-vip
Commits
b7acae5f
Commit
b7acae5f
authored
Jul 28, 2019
by
fengshuonan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新表单样式
parent
2e968415
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
8 deletions
+1
-8
guns-base-support/guns-sys/src/main/webapp/assets/common/js/common.js
+1
-7
guns-base-support/guns-sys/src/main/webapp/assets/expand/css/form.css
+0
-1
No files found.
guns-base-support/guns-sys/src/main/webapp/assets/common/js/common.js
View file @
b7acae5f
...
...
@@ -95,13 +95,7 @@ Feng.getClientHeight = function () {
return
clientHeight
;
};
Feng
.
getClientHeightPx
=
function
()
{
let
clientHeight
=
0
;
if
(
document
.
body
.
clientHeight
&&
document
.
documentElement
.
clientHeight
)
{
clientHeight
=
(
document
.
body
.
clientHeight
<
document
.
documentElement
.
clientHeight
)
?
document
.
body
.
clientHeight
:
document
.
documentElement
.
clientHeight
;
}
else
{
clientHeight
=
(
document
.
body
.
clientHeight
>
document
.
documentElement
.
clientHeight
)
?
document
.
body
.
clientHeight
:
document
.
documentElement
.
clientHeight
;
}
return
clientHeight
+
'px'
;
return
Feng
.
getClientHeight
()
+
'px'
;
};
// 以下代码是配置layui扩展模块的目录,每个页面都需要引入
...
...
guns-base-support/guns-sys/src/main/webapp/assets/expand/css/form.css
View file @
b7acae5f
...
...
@@ -17,7 +17,6 @@
right
:
0
;
background-color
:
#F2F2F2
;
padding
:
10px
20px
;
box-shadow
:
0
-1px
2px
0
rgba
(
0
,
0
,
0
,
.05
);
}
.layui-card-body
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment