Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
check
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
abook_web
check
Commits
2d49da25
Commit
2d49da25
authored
Dec 04, 2020
by
Kim Eunchul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#40373 【TECSS(Biz) webviewer 1.9】ジャンルツリー(グループツリー)を右側にドラッグした際、サムネイル(リスト)の位置が変わってしまう
parent
799951a9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
abvw/common/js/tab.js
+1
-0
abvw/js/home.js
+3
-3
No files found.
abvw/common/js/tab.js
View file @
2d49da25
...
@@ -62,6 +62,7 @@ function ResizeTab() {
...
@@ -62,6 +62,7 @@ function ResizeTab() {
$
(
".cnt_section_list .text .info .pic li .iconList"
).
css
(
"margin-right"
,
0
);
$
(
".cnt_section_list .text .info .pic li .iconList"
).
css
(
"margin-right"
,
0
);
$
(
".cnt_section_list .text .info .pic li .iconList"
).
css
(
"right"
,
0
);
$
(
".cnt_section_list .text .info .pic li .iconList"
).
css
(
"right"
,
0
);
$
(
".cnt_section_list .text .info .pic li .iconList"
).
css
(
"position"
,
"relative"
);
$
(
".cnt_section_list .text .info .pic li .iconList"
).
css
(
"position"
,
"relative"
);
$
(
".cnt_section_list .text ul.pic li"
).
css
(
"height"
,
21
);
}
else
{
}
else
{
$
(
".cnt_section_list .text"
).
css
(
"width"
,
"300px"
);
$
(
".cnt_section_list .text"
).
css
(
"width"
,
"300px"
);
$
(
".cnt_section_list .text"
).
css
(
"margin"
,
"0 0 0 25px"
);
$
(
".cnt_section_list .text"
).
css
(
"margin"
,
"0 0 0 25px"
);
...
...
abvw/js/home.js
View file @
2d49da25
...
@@ -506,13 +506,13 @@ HOME.ResizeTab = function() {
...
@@ -506,13 +506,13 @@ HOME.ResizeTab = function() {
$
(
".cnt_section_list .text"
).
css
(
"margin"
,
"0 0 0 0"
);
$
(
".cnt_section_list .text"
).
css
(
"margin"
,
"0 0 0 0"
);
$
(
".cnt_section_list .text .info .pic li .iconList"
).
css
(
"margin-right"
,
0
);
$
(
".cnt_section_list .text .info .pic li .iconList"
).
css
(
"margin-right"
,
0
);
$
(
".cnt_section_list .text .info .pic li .iconList"
).
css
(
"right"
,
0
);
$
(
".cnt_section_list .text .info .pic li .iconList"
).
css
(
"right"
,
0
);
$
(
".cnt_section_list .text .info .pic li .iconList"
).
css
(
"position"
,
"relative"
);
$
(
".cnt_section_list .text .info .pic li .iconList"
).
css
(
"position"
,
"relative"
);
$
(
".cnt_section_list .text ul.pic li"
).
css
(
"height"
,
21
);
}
else
{
}
else
{
$
(
".cnt_section_list .text"
).
css
(
"width"
,
"300px"
);
$
(
".cnt_section_list .text"
).
css
(
"width"
,
"300px"
);
$
(
".cnt_section_list .text"
).
css
(
"margin"
,
"0 0 0 25px"
);
$
(
".cnt_section_list .text"
).
css
(
"margin"
,
"0 0 0 25px"
);
$
(
".cnt_section_list .text .info .pic li .iconList"
).
css
(
"right"
,
-
145
);
$
(
".cnt_section_list .text .info .pic li .iconList"
).
css
(
"right"
,
-
145
);
$
(
".cnt_section_list .text .info .pic li .iconList"
).
css
(
"position"
,
"absolute"
);
$
(
".cnt_section_list .text .info .pic li .iconList"
).
css
(
"position"
,
"absolute"
);
}
}
if
(
193
+
document
.
getElementsByClassName
(
"sort_area"
)[
0
].
clientWidth
>
articleBody
[
0
].
clientWidth
){
if
(
193
+
document
.
getElementsByClassName
(
"sort_area"
)[
0
].
clientWidth
>
articleBody
[
0
].
clientWidth
){
...
...
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