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
af112f02
Commit
af112f02
authored
Jul 14, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev20230707' of
http://192.168.60.201/root/dsk-operate-sys
into dev20230707
parents
a0795f49
51c85584
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
456 additions
and
8 deletions
+456
-8
edit_2.png
dsk-operate-ui/src/assets/images/project/edit_2.png
+0
-0
index.scss
dsk-operate-ui/src/assets/styles/index.scss
+5
-0
project.scss
dsk-operate-ui/src/assets/styles/project.scss
+7
-0
index.vue
dsk-operate-ui/src/views/custom/customList/index.vue
+19
-8
index.vue
...operate-ui/src/views/custom/historicalCustomers/index.vue
+425
-0
No files found.
dsk-operate-ui/src/assets/images/project/edit_2.png
View replaced file @
a0795f49
View file @
af112f02
311 Bytes
|
W:
|
H:
318 Bytes
|
W:
|
H:
2-up
Swipe
Onion skin
dsk-operate-ui/src/assets/styles/index.scss
View file @
af112f02
...
...
@@ -711,3 +711,8 @@ ul, li {
border-radius
:
0
;
padding
:
10px
;
}
//固定列的阴影问题
.el-table__fixed
{
box-shadow
:
4px
0
9px
-5px
rgba
(
0
,
0
,
0
,
0
.12
);
-webkit-box-shadow
:
4px
0
9px
-5px
rgba
(
0
,
0
,
0
,
0
.12
);
}
dsk-operate-ui/src/assets/styles/project.scss
View file @
af112f02
...
...
@@ -1180,3 +1180,10 @@
//top: 10px !important;
line-height
:
34px
!
important
;
}
.el-table__fixed
{
height
:
auto
!
important
;
bottom
:
17px
!
important
;
//box-shadow: 4px 0 9px -5px rgba(0, 0, 0, 0.12);
//-webkit-box-shadow: 4px 0 9px -5px rgba(0, 0, 0, 0.12);
}
dsk-operate-ui/src/views/custom/customList/index.vue
View file @
af112f02
...
...
@@ -47,8 +47,8 @@
<div
class=
"ps1"
>
<div
class=
"wordprimary ps2"
@
click=
"toDetail(scope.row,'')"
>
{{
scope
.
row
.
companyName
}}
</div>
<div
class=
"ps3"
>
<div
@
click=
"toDetail(scope.row,'gjjl')"
>
写跟进
<img
src=
"@/assets/images/project/edit_
1.png"
></div>
<div
@
click=
"toDetail(scope.row,'business')"
>
编辑信息
<img
src=
"@/assets/images/project/edit_
2.png"
></div>
<div
@
click=
"toDetail(scope.row,'gjjl')"
>
<img
class=
"i"
src=
"@/assets/images/project/edit_1.png"
><img
class=
"o"
src=
"@/assets/images/project/edit_1
1.png"
></div>
<div
@
click=
"toDetail(scope.row,'business')"
>
<img
class=
"i"
src=
"@/assets/images/project/edit_2.png"
><img
class=
"o"
src=
"@/assets/images/project/edit_2
2.png"
></div>
</div>
</div>
</
template
>
...
...
@@ -601,23 +601,34 @@ export default {
display
:
flex
;
justify-content
:
space-between
;
.ps2
{
width
:
27
0px
;
width
:
35
0px
;
}
.ps3
{
width
:
155
px
;
width
:
60
px
;
display
:
flex
;
justify-content
:
right
;
>
div
{
margin-left
:
12px
;
&
:hover
{
color
:
#0CBC6D
;
cursor
:
pointer
;
}
>
img
{
float
:
right
;
margin
:
3px
0
0
4px
;
width
:
14px
;
}
.i
{
display
:
inline-block
;
}
.o
{
display
:
none
;
}
&
:hover
{
cursor
:
pointer
;
.i
{
display
:
none
;
}
.o
{
display
:
inline-block
;
}
}
}
}
}
...
...
dsk-operate-ui/src/views/custom/historicalCustomers/index.vue
0 → 100644
View file @
af112f02
This diff is collapsed.
Click to expand it.
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