Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jfV5pc
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
管理员
jfV5pc
Commits
e5a15f7a
Commit
e5a15f7a
authored
Jul 19, 2018
by
周添尉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
3ae689df
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
2 deletions
+25
-2
easyui.css
...aowj/ria/jquery/jquery-easyui-1.4.1/themes/ztw/easyui.css
+5
-2
common_util.js
WebContent/jwapp/common/js/common_util.js
+20
-0
No files found.
WebContent/gaowj/ria/jquery/jquery-easyui-1.4.1/themes/ztw/easyui.css
View file @
e5a15f7a
...
...
@@ -1182,10 +1182,13 @@ body{
}
.datagrid-toolbar
{
height
:
auto
;
padding
:
16px
20
px
;
padding
:
0px
20px
16
px
;
border-width
:
0
0
1px
0
;
border-style
:
solid
;
}
.datagrid-toolbar
>
a
,
.datagrid-toolbar
>
form
{
margin-top
:
16px
;
}
.datagrid-btn-separator
{
float
:
left
;
height
:
24px
;
...
...
@@ -2512,7 +2515,7 @@ body{
text-decoration
:
none
;
}
.tooltip-content
a
:hover
{
text-decoration
:
underline
;
text-decoration
:
underline
!important
;
}
.tooltip-arrow-outer
,
.tooltip-arrow
{
...
...
WebContent/jwapp/common/js/common_util.js
View file @
e5a15f7a
...
...
@@ -1865,6 +1865,13 @@ function openViewIframRow(opendiv,editUrl,is_row,is_title,is_max,is_width,is_hei
* @returns {Boolean}
*/
function
openViewIframGroup
(
opendiv
,
editUrl
,
is_row
,
is_title
,
is_max
,
is_width
,
is_height
,
is_left
,
is_top
){
//如果是自定义皮肤时,显示居中
if
(
custom_theme
==
true
){
is_left
=
(
ls_width
-
ls_width
*
is_width
)
/
2
;
is_top
=
(
ls_height
-
ls_height
*
is_height
)
/
2
;
}
$
(
'#'
+
opendiv
).
dialog
(
{
title
:
is_title
,
iconCls
:
$
.
getJwWindowPic
(),
...
...
@@ -2324,6 +2331,8 @@ function disabledRightMenu(){
var
custom_theme
;
$
(
function
(){
//如果地址为换皮肤时
if
(
location
.
href
.
indexOf
(
'theme=ztw'
)
>=
0
){
//修改皮肤
var
linkSpace
=
'jquery-easyui-1.4.1/themes/'
;
...
...
@@ -2336,4 +2345,15 @@ $(function(){
}
})
}
else
{
//如果直接link一个新的皮肤时
$
(
'link'
).
each
(
function
(
index
,
element
){
var
index
=
$
(
element
).
attr
(
'href'
).
indexOf
(
'ztw'
);
if
(
index
!=-
1
){
custom_theme
=
true
;
return
false
;
}
})
}
})
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