Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
桩
桩基检测
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
张牧越
桩基检测
Commits
718066ee
Commit
718066ee
authored
May 25, 2023
by
陈珊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
fb3a5549
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
gjjc.css
static/css/dist/gjjc.css
+1
-1
gjjc.scss
static/css/scss/gjjc.scss
+1
-1
gjjc.js
static/js/gjjc.js
+1
-1
No files found.
static/css/dist/gjjc.css
View file @
718066ee
...
...
@@ -703,7 +703,7 @@
padding
:
.12rem
;
white-space
:
nowrap
;
top
:
110%
;
right
:
-0
.15rem
;
left
:
.15rem
;
}
.popup-info
.main
.right-item
.name-item
.right1
{
...
...
static/css/scss/gjjc.scss
View file @
718066ee
...
...
@@ -570,7 +570,7 @@
padding
:
.12rem
;
white-space
:
nowrap
;
top
:
110%
;
right
:
-0
.15rem
;
left
:
.15rem
;
}
.right1
{
cursor
:
pointer
;
...
...
static/js/gjjc.js
View file @
718066ee
...
...
@@ -429,7 +429,7 @@ var detail = {
${
item
.
ysjl_list
&&
item
.
ysjl_list
.
length
>
0
?
item
.
ysjl_list
.
map
((
item2
,
index2
)
=>
{
return
(
`
<div class="main-item" style="background: transparent; height: auto;">
<div class="name-item"><div
>第
${
index2
+
1
}
次上传</div><div class="right1"><img src="../static/images/tip.png">构件编号:
${
item2
.
component_no
}
<p class="tips">该构件编号由设备上传</p>
</div></div>
<div class="name-item"><div
class="right1"><img src="../static/images/tip.png">构件编号:
${
item2
.
component_no
}
<p class="tips">该构件编号由设备上传</p></div><div class="
${
item
.
ysjl_list
.
length
>
1
?
''
:
'hiddenImportant'
}
">第
${
item
.
ysjl_list
.
length
-
index2
}
次上传
</div></div>
<div class="sub-item">`
+
item2
.
jc_dataArr
.
map
((
item3
,
index3
)
=>
{
return
(
`
...
...
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