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
2c57ea93
Commit
2c57ea93
authored
May 17, 2023
by
MyName
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*
parent
975ef823
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
82 additions
and
16 deletions
+82
-16
index.scss
dsk-operate-ui/src/assets/styles/index.scss
+15
-0
index.vue
dsk-operate-ui/src/views/project/projectList/index.vue
+67
-16
No files found.
dsk-operate-ui/src/assets/styles/index.scss
View file @
2c57ea93
...
@@ -556,3 +556,18 @@ ul, li {
...
@@ -556,3 +556,18 @@ ul, li {
}
}
}
}
}
}
//导出EXCEL
.btn-export
{
display
:
inline-block
;
color
:
#232323
;
font-size
:
14px
;
height
:
24px
;
line-height
:
24px
;
img
{
margin-right
:
5px
;
float
:
left
;
width
:
18px
;
height
:
18px
;
margin-top
:
2px
;
}
}
dsk-operate-ui/src/views/project/projectList/index.vue
View file @
2c57ea93
...
@@ -6,34 +6,44 @@
...
@@ -6,34 +6,44 @@
<div
class=
"btn btn_primary h28"
><div
class=
"img img2"
></div>
批量导出
</div>
<div
class=
"btn btn_primary h28"
><div
class=
"img img2"
></div>
批量导出
</div>
</div>
</div>
<el-tabs
v-model=
"activeName"
@
tab-click=
"handleClick"
class=
"tabpane w100"
>
<el-tabs
v-model=
"activeName"
@
tab-click=
"handleClick"
class=
"tabpane w100"
>
<el-tab-pane
label=
"我参与的项目"
name=
"first"
>
<el-tab-pane
label=
"我参与的项目"
name=
"first"
></el-tab-pane>
<div
class=
"searchInput"
>
<el-tab-pane
label=
"公司全部项目"
name=
"second"
></el-tab-pane>
<el-input
type=
"text"
placeholder=
"请输入项目或业主单位名称关键词进行搜索"
></el-input>
<div
class=
"btn"
>
搜索
</div>
<div
class=
"searchInput"
>
</div>
<el-input
type=
"text"
placeholder=
"请输入项目或业主单位名称关键词进行搜索"
></el-input>
<div
class=
"sellist"
>
<div
class=
"btn"
>
搜索
</div>
<div
class=
"selli"
>
</div>
<div
class=
"sellist"
>
<div
class=
"selli"
>
<span>
<span>
地区团队
地区团队
</span>
aaa
</span>
aaa
</div>
</div>
<div
class=
"selli"
>
<div
class=
"selli"
>
<span>
<span>
项目信息
项目信息
</span>
aaa
</span>
aaa
</div>
</div>
</div>
<div
class=
"scbtns"
>
</div>
<div
class=
"btn btn_primary h34"
>
查询
</div>
<div
class=
"scbtns"
>
<div
class=
"btn btn_default h34"
>
重置
</div>
<div
class=
"btn btn_primary h34"
>
查询
</div>
</div>
<div
class=
"btn btn_default h34"
>
重置
</div>
</el-tab-pane>
</div>
<el-tab-pane
label=
"公司全部项目"
name=
"second"
>
配置管理
</el-tab-pane>
</el-tabs>
</el-tabs>
</el-card>
</el-card>
<el-card
class=
"box-card noborder"
>
<el-card
class=
"box-card noborder"
>
<div
class=
"title"
>
项目明细
<div
class=
"dc"
>
<div
class=
"total"
>
共126条
</div>
<div
class=
"btn-export"
><img
src=
"@/assets/images/EXCEL.png"
>
导出EXCEL
</div>
</div>
</div>
<div
class=
"datalist"
>
<div
class=
"datali"
>
</div>
</div>
</el-card>
</el-card>
</div>
</div>
</
template
>
</
template
>
...
@@ -100,4 +110,45 @@ export default {
...
@@ -100,4 +110,45 @@ export default {
}
}
}
}
}
}
.title
{
color
:
#232323
;
font-size
:
16px
;
font-weight
:
bold
;
height
:
60px
;
line-height
:
64px
;
border-bottom
:
1px
solid
#EFEFEF
;
padding-left
:
26px
;
overflow
:
hidden
;
&
:
:
after
{
content
:
" "
;
width
:
2px
;
height
:
14px
;
background
:
#445781
;
float
:
left
;
margin-left
:
-10px
;
margin-top
:
24px
;
}
.dc
{
float
:
right
;
font-size
:
12px
;
color
:
#3D3D3D
;
font-weight
:
400
;
padding-right
:
24px
;
position
:
relative
;
&
:
:
after
{
content
:
' '
;
width
:
2px
;
height
:
2px
;
background
:
rgba
(
35
,
35
,
35
,
0
.4
);
border-radius
:
50%
;
position
:
absolute
;
top
:
30px
;
left
:
14px
;
}
>
div
{
display
:
inline-block
;
margin-left
:
20px
;
}
}
}
</
style
>
</
style
>
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