Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-operate-sys-cscec
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
fulixin
dsk-operate-sys-cscec
Commits
c282bb0a
Commit
c282bb0a
authored
May 18, 2023
by
MyName
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
项目管理
parent
9cc7f474
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
436 additions
and
6 deletions
+436
-6
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
+43
-0
index.vue
dsk-operate-ui/src/views/project/projectList/index.vue
+393
-6
No files found.
dsk-operate-ui/src/assets/images/EXCEL.png
0 → 100644
View file @
c282bb0a
381 Bytes
dsk-operate-ui/src/assets/images/delete.png
0 → 100644
View file @
c282bb0a
327 Bytes
dsk-operate-ui/src/assets/images/edit.png
0 → 100644
View file @
c282bb0a
245 Bytes
dsk-operate-ui/src/assets/images/follow.png
0 → 100644
View file @
c282bb0a
260 Bytes
dsk-operate-ui/src/assets/styles/index.scss
View file @
c282bb0a
...
@@ -494,6 +494,14 @@ ul, li {
...
@@ -494,6 +494,14 @@ ul, li {
width
:
16px
;
width
:
16px
;
}
}
}
}
.btnsmall
{
display
:
inline-block
;
font-size
:
12px
;
border-radius
:
2px
;
width
:
72px
;
text-align
:
center
;
margin
:
0
4px
;
}
.btn_default
{
.btn_default
{
border
:
1px
solid
#0081FF
;
border
:
1px
solid
#0081FF
;
color
:
#0081FF
;
color
:
#0081FF
;
...
@@ -527,6 +535,25 @@ ul, li {
...
@@ -527,6 +535,25 @@ ul, li {
background-color
:
#006AD1
;
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
{
.searchInput
{
width
:
590px
;
width
:
590px
;
...
@@ -563,6 +590,7 @@ ul, li {
...
@@ -563,6 +590,7 @@ ul, li {
font-size
:
14px
;
font-size
:
14px
;
height
:
24px
;
height
:
24px
;
line-height
:
24px
;
line-height
:
24px
;
cursor
:
pointer
;
img
{
img
{
margin-right
:
5px
;
margin-right
:
5px
;
float
:
left
;
float
:
left
;
...
@@ -570,4 +598,19 @@ ul, li {
...
@@ -570,4 +598,19 @@ ul, li {
height
:
18px
;
height
:
18px
;
margin-top
:
2px
;
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 @
c282bb0a
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