Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
Project
Project
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
Administrator
dsk-cr20g
Commits
13f737d6
Commit
13f737d6
authored
Jun 16, 2023
by
huangjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*
parent
12f684ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
10 deletions
+22
-10
project.scss
dsk-operate-ui/src/assets/styles/project.scss
+6
-1
gjjl.vue
...erate-ui/src/views/project/projectList/component/gjjl.vue
+16
-9
No files found.
dsk-operate-ui/src/assets/styles/project.scss
View file @
13f737d6
...
...
@@ -686,6 +686,7 @@
>
img
{
margin-left
:
16px
;
cursor
:
pointer
;
width
:
20px
;
}
}
}
...
...
@@ -1050,7 +1051,7 @@
transform
:
rotateX
(
180deg
);
width
:
9px
;
height
:
11px
;
margin
:
4
px
2px
0
10px
;
margin
:
6
px
2px
0
10px
;
}
}
}
...
...
@@ -1125,3 +1126,7 @@
.el-popper
[
x-placement
^=
bottom
]
{
margin-top
:
0
!
important
;
}
.el-dialog__body
{
padding-top
:
14px
;
padding-bottom
:
18px
;
}
dsk-operate-ui/src/views/project/projectList/component/gjjl.vue
View file @
13f737d6
...
...
@@ -56,6 +56,13 @@
</div>
<div
class=
"recordlist"
v-if=
"showtype=='gjdt'"
>
<div
class=
"rec_detail"
v-for=
"(item,index) in recordlist.rows"
>
<div
class=
"delform"
v-if=
"isdel && delID == item.id"
>
<div
class=
"words"
>
是否删除该条记录
</div>
<div>
<div
class=
"btnsmall btn_primary h28"
@
click=
"delele"
>
确定
</div>
<div
class=
"btnsmall btn_cancel h28"
@
click=
"isdel=false"
>
取消
</div>
</div>
</div>
<div
class=
"rec_time"
>
<i
class=
"el-icon-time"
></i>
...
...
@@ -114,14 +121,6 @@
</div>
</div>
</div>
<div
class=
"delform"
v-if=
"isdel"
>
<div
class=
"words"
>
是否删除该条记录
</div>
<div>
<div
class=
"btnsmall btn_primary h28"
@
click=
"delele"
>
确定
</div>
<div
class=
"btnsmall btn_cancel h28"
@
click=
"isdel=false"
>
取消
</div>
</div>
</div>
</el-card>
</div>
</
template
>
...
...
@@ -362,13 +361,21 @@
</
script
>
<
style
lang=
"scss"
scoped
>
.el-card
{
overflow
:
initial
;
}
.rec_detail
{
position
:
relative
;
}
.wc
{
position
:
absolute
;
right
:
0
;
bottom
:
0
;
}
.delform
{
position
:
fixed
;
left
:
50%
;
top
:
50%
;
transform
:translate
(
-50
%
,
-50
%
)
right
:
0
;
top
:
-122px
;
position
:
absolute
;
}
.tables
{
margin-top
:
-26px
;
...
...
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