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
2bcb62c1
Commit
2bcb62c1
authored
Jun 20, 2023
by
huangjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*
parent
086ec855
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
project.scss
dsk-operate-ui/src/assets/styles/project.scss
+6
-3
index.vue
dsk-operate-ui/src/views/custom/customList/index.vue
+3
-1
No files found.
dsk-operate-ui/src/assets/styles/project.scss
View file @
2bcb62c1
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
width
:
200px
;
width
:
200px
;
height
:
114px
;
height
:
114px
;
background
:
#FFFFFF
;
background
:
#FFFFFF
;
box-shadow
:
0px
0px
8px
0px
rgba
(
0
,
0
,
0
,
0
.1
608
);
box-shadow
:
0px
0px
8px
0px
rgba
(
0
,
0
,
0
,
0
.1
2
);
border-radius
:
2px
;
border-radius
:
2px
;
position
:
absolute
;
position
:
absolute
;
z-index
:
3
;
z-index
:
3
;
...
@@ -279,12 +279,15 @@
...
@@ -279,12 +279,15 @@
//表格样式
//表格样式
.tables
{
.tables
{
padding
:
0
16px
24px
;
padding
:
0
16px
24px
;
.el-table
.el-table__header-wrapper
th
{
.el-table
.el-table__header-wrapper
th
,
.el-table
th
.el-table__cell.is-leaf
{
color
:
#4f4f4f
;
color
:
#4f4f4f
;
background
:
#F0F3FA
;
background
:
#F0F3FA
;
font-size
:
12px
;
font-size
:
12px
;
font-weight
:
400
;
font-weight
:
400
;
}
}
.
el-table__fixed
:
:
before
{
background
:
none
;
}
.is-sortable
.sort-caret.ascending
{
.is-sortable
.sort-caret.ascending
{
border-bottom-color
:
#0081FF
;
border-bottom-color
:
#0081FF
;
opacity
:
0
.4
;
opacity
:
0
.4
;
...
@@ -339,7 +342,7 @@
...
@@ -339,7 +342,7 @@
font-weight
:
400
;
font-weight
:
400
;
color
:
#333333
;
color
:
#333333
;
line-height
:
21px
;
line-height
:
21px
;
margin-bottom
:
4
px
;
margin-bottom
:
8
px
;
}
}
.p2
{
.p2
{
height
:
18px
;
height
:
18px
;
...
...
dsk-operate-ui/src/views/custom/customList/index.vue
View file @
2bcb62c1
...
@@ -34,6 +34,7 @@
...
@@ -34,6 +34,7 @@
<el-table-column
<el-table-column
prop=
"index"
prop=
"index"
label=
"序号"
label=
"序号"
fixed=
"left"
width=
"47"
>
width=
"47"
>
<template
slot-scope=
'scope'
>
<template
slot-scope=
'scope'
>
<span>
{{
(
searchParam
.
pageNum
-
1
)
*
searchParam
.
pageSize
+
scope
.
$index
+
1
}}
</span>
<span>
{{
(
searchParam
.
pageNum
-
1
)
*
searchParam
.
pageSize
+
scope
.
$index
+
1
}}
</span>
...
@@ -42,6 +43,7 @@
...
@@ -42,6 +43,7 @@
<el-table-column
<el-table-column
prop=
"date"
prop=
"date"
label=
"企业名称"
label=
"企业名称"
fixed=
"left"
width=
"441"
>
width=
"441"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div
class=
"ps1"
>
<div
class=
"ps1"
>
...
@@ -515,7 +517,7 @@ export default {
...
@@ -515,7 +517,7 @@ export default {
transform
:
translate
(
-50%
,-
50%
);
transform
:
translate
(
-50%
,-
50%
);
.btn
{
.btn
{
margin-right
:
8px
;
margin-right
:
8px
;
margin-top
:
1
2
px
;
margin-top
:
1
6
px
;
}
}
}
}
}
}
...
...
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