记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
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
董敬伟
liquidnet-bus-v1
Commits
6c59309e
Commit
6c59309e
authored
Nov 15, 2021
by
dongchun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改前端bug
parent
beef231c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
integralDetail.html
...in/resources/templates/zhengzai/stone/integralDetail.html
+10
-2
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/stone/integralDetail.html
View file @
6c59309e
...
@@ -14,11 +14,16 @@
...
@@ -14,11 +14,16 @@
padding
:
20px
;
padding
:
20px
;
}
}
.top_data_img
span
{
.top_data_img
span
{
display
:
inline-block
;
display
:
flex
;
width
:
70px
;
width
:
70px
;
height
:
70px
;
height
:
70px
;
background
:
#ccc
;
background
:
#ccc
;
border-radius
:
50%
;
border-radius
:
50%
;
justify-content
:
center
;
align-items
:
center
;
}
.top_data_img
span
img
{
height
:
100%
;
}
}
.top_data_right
{
.top_data_right
{
margin-left
:
12px
;
margin-left
:
12px
;
...
@@ -44,7 +49,9 @@
...
@@ -44,7 +49,9 @@
<div
class=
"col-sm-12 search-collapse"
>
<div
class=
"col-sm-12 search-collapse"
>
<div
class=
"top_data"
>
<div
class=
"top_data"
>
<div
class=
"top_data_img"
>
<div
class=
"top_data_img"
>
<span></span>
<span>
<img
id=
"avatar"
src=
""
alt=
""
>
</span>
</div>
</div>
<div
class=
"top_data_right"
>
<div
class=
"top_data_right"
>
<div
class=
"name"
><span
id=
"name"
>
张三
</span><span
class=
"nameSp"
>
17788774478
</span></div>
<div
class=
"name"
><span
id=
"name"
>
张三
</span><span
class=
"nameSp"
>
17788774478
</span></div>
...
@@ -134,6 +141,7 @@
...
@@ -134,6 +141,7 @@
$
.
table
.
init
(
options
);
$
.
table
.
init
(
options
);
console
.
log
(
1
)
console
.
log
(
1
)
$
(
'#name'
).
text
(
dto
.
nickName
);
$
(
'#name'
).
text
(
dto
.
nickName
);
$
(
'#avatar'
).
attr
(
'src'
,
dto
.
avatar
);
$
(
'.nameSp'
).
text
(
dto
.
mobile
);
$
(
'.nameSp'
).
text
(
dto
.
mobile
);
let
statusName
=
''
;
let
statusName
=
''
;
$
(
'#scoreAll'
).
text
(
dto
.
scoreAll
);
$
(
'#scoreAll'
).
text
(
dto
.
scoreAll
);
...
...
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