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
977ddd29
Commit
977ddd29
authored
May 18, 2023
by
caixingbing
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://192.168.60.201/root/dsk-operate-sys
parents
9a7eb4b2
4388543f
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
514 additions
and
18 deletions
+514
-18
EXCEL.png
dsk-operate-ui/src/assets/images/EXCEL.png
+0
-0
delete.png
dsk-operate-ui/src/assets/images/delete.png
+0
-0
edit.png
dsk-operate-ui/src/assets/images/edit.png
+0
-0
follow.png
dsk-operate-ui/src/assets/images/follow.png
+0
-0
index.scss
dsk-operate-ui/src/assets/styles/index.scss
+58
-0
index.vue
dsk-operate-ui/src/views/project/projectList/index.vue
+456
-18
No files found.
dsk-operate-ui/src/assets/images/EXCEL.png
0 → 100644
View file @
977ddd29
381 Bytes
dsk-operate-ui/src/assets/images/delete.png
0 → 100644
View file @
977ddd29
327 Bytes
dsk-operate-ui/src/assets/images/edit.png
0 → 100644
View file @
977ddd29
245 Bytes
dsk-operate-ui/src/assets/images/follow.png
0 → 100644
View file @
977ddd29
260 Bytes
dsk-operate-ui/src/assets/styles/index.scss
View file @
977ddd29
...
...
@@ -494,6 +494,14 @@ ul, li {
width
:
16px
;
}
}
.btnsmall
{
display
:
inline-block
;
font-size
:
12px
;
border-radius
:
2px
;
width
:
72px
;
text-align
:
center
;
margin
:
0
4px
;
}
.btn_default
{
border
:
1px
solid
#0081FF
;
color
:
#0081FF
;
...
...
@@ -527,6 +535,25 @@ ul, li {
background-color
:
#006AD1
;
}
}
.btn_cancel
{
border
:
1px
solid
#CCCCCC
;
color
:
#4f4f4f
;
&
.h28
{
line-height
:
26px
;
}
&
.h32
{
line-height
:
30px
;
}
&
.h34
{
line-height
:
32px
;
}
&
:hover
{
color
:
#4f4f4f
;
border-color
:
#CCCCCC
;
background-color
:
#F4F4F4
;
}
}
//搜索框
.searchInput
{
width
:
590px
;
...
...
@@ -556,3 +583,34 @@ ul, li {
}
}
}
//导出EXCEL
.btn-export
{
display
:
inline-block
;
color
:
#232323
;
font-size
:
14px
;
height
:
24px
;
line-height
:
24px
;
cursor
:
pointer
;
img
{
margin-right
:
5px
;
float
:
left
;
width
:
18px
;
height
:
18px
;
margin-top
:
2px
;
}
&
:hover
{
color
:
#0081FF
;
}
}
//有链接字体颜色
.wordprimary
{
color
:
#0081FF
;
cursor
:
pointer
;
}
//分割线
.el-divider--horizontal
{
margin
:
0
;
}
.el-divider
{
background-color
:
#efefef
;
}
dsk-operate-ui/src/views/project/projectList/index.vue
View file @
977ddd29
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