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
fa0f107c
Commit
fa0f107c
authored
Dec 01, 2020
by
Kim Eunchul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#40373 【TECSS(Biz) webviewer 1.9】ジャンルツリー(グループツリー)を右側にドラッグした際、サムネイル(リスト)の位置が変わってしまう
parent
a1289e77
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
abvw/common/js/tab.js
+1
-1
abvw/home.html
+1
-1
abvw/js/home.js
+3
-3
No files found.
abvw/common/js/tab.js
View file @
fa0f107c
...
...
@@ -44,7 +44,7 @@ function ResizeTab() {
var
tabUnitBody
=
document
.
getElementsByClassName
(
"tabUnit"
)[
0
].
clientWidth
;
var
width
=
930
-
tabUnitBody
;
var
margin
=
tabUnitBody
-
280
;
console
.
log
(
tabUnitBody
);
articleBody
[
0
].
style
.
cssText
=
'width: '
+
width
+
'px;'
;
$
(
".cnt_section_list .text .info .pic li .iconList"
).
css
(
"margin-right"
,
margin
);
$
(
".sankaku_left"
).
css
(
"margin-left"
,
54
+
margin
*
0.5
);
...
...
abvw/home.html
View file @
fa0f107c
...
...
@@ -121,7 +121,7 @@
<div
id=
"ws-body"
class=
"wrapper_ws"
>
<div
id=
"inc_backup"
></div>
<div
id=
"main-ws"
class=
"hoge"
>
<div
class=
"tabUnit"
style=
"display:none;"
onresize=
"ResizeTab(); console.log('WATTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT')"
>
<div
class=
"tabUnit"
style=
"display:none;"
>
<ul
class=
"switchingTab"
>
<li
class=
"colleft"
><a
href=
"#list_0"
class=
"current"
id=
"lnkbtnGenre"
>
</a></li>
<li
class=
"colright"
style=
"display:none;"
><a
href=
"#list_1"
id=
"lnkbtnGroup"
>
</a></li>
...
...
abvw/js/home.js
View file @
fa0f107c
...
...
@@ -201,7 +201,7 @@ $(document).ready(function() {
$
(
"#contentDetail"
).
css
(
'top'
,
'0'
);
}
}
console
.
log
(
'?????????????????????????????????????????????????????????????????????????'
);
HOME
.
ResizeTab
(
);
});
}
else
{
HEADER
.
checkForceChangePassword
();
...
...
@@ -483,12 +483,12 @@ HOME.changeDispListFunction = function() {
HOME
.
ResizeTab
=
function
()
{
var
articleBody
=
document
.
getElementsByClassName
(
"articlehome"
);
var
articleBody
=
document
.
getElementsByClassName
(
"articlehome"
);
var
tabUnitBody
=
document
.
getElementsByClassName
(
"tabUnit"
)[
0
].
clientWidth
;
var
width
=
930
-
tabUnitBody
;
var
margin
=
tabUnitBody
-
280
;
articleBody
[
0
].
style
.
cssText
=
'width: '
+
width
+
'px;'
;
articleBody
[
0
].
style
.
cssText
=
'width: '
+
width
+
'px;'
;
$
(
".cnt_section_list .text .info .pic li .iconList"
).
css
(
"margin-right"
,
margin
);
$
(
".sankaku_left"
).
css
(
"margin-left"
,
54
+
margin
*
0.5
);
$
(
".sankaku_right"
).
css
(
"margin-left"
,
179
+
margin
*
0.5
);
...
...
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