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
ed9816ef
Commit
ed9816ef
authored
May 24, 2023
by
MyName
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
客户管理
parent
2aae72c5
Changes
12
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
572 additions
and
27 deletions
+572
-27
package.json
dsk-operate-ui/package.json
+1
-1
beijing.png
dsk-operate-ui/src/assets/images/project/beijing.png
+0
-0
icon_1.png
dsk-operate-ui/src/assets/images/project/icon_1.png
+0
-0
icon_2.png
dsk-operate-ui/src/assets/images/project/icon_2.png
+0
-0
icon_3.png
dsk-operate-ui/src/assets/images/project/icon_3.png
+0
-0
icon_4.png
dsk-operate-ui/src/assets/images/project/icon_4.png
+0
-0
icon_5.png
dsk-operate-ui/src/assets/images/project/icon_5.png
+0
-0
project.scss
dsk-operate-ui/src/assets/styles/project.scss
+24
-0
index.vue
dsk-operate-ui/src/views/custom/customList/index.vue
+0
-1
index.vue
dsk-operate-ui/src/views/custom/overview/index.vue
+547
-3
detail.vue
dsk-operate-ui/src/views/project/projectList/detail.vue
+0
-3
index.vue
dsk-operate-ui/src/views/project/projectList/index.vue
+0
-19
No files found.
dsk-operate-ui/package.json
View file @
ed9816ef
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
"axios"
:
"0.24.0"
,
"axios"
:
"0.24.0"
,
"clipboard"
:
"2.0.8"
,
"clipboard"
:
"2.0.8"
,
"core-js"
:
"3.25.3"
,
"core-js"
:
"3.25.3"
,
"echarts"
:
"5.4.0"
,
"echarts"
:
"
^
5.4.0"
,
"element-resize-detector"
:
"^1.2.4"
,
"element-resize-detector"
:
"^1.2.4"
,
"element-ui"
:
"2.15.12"
,
"element-ui"
:
"2.15.12"
,
"file-saver"
:
"2.0.5"
,
"file-saver"
:
"2.0.5"
,
...
...
dsk-operate-ui/src/assets/images/project/beijing.png
0 → 100644
View file @
ed9816ef
6.13 KB
dsk-operate-ui/src/assets/images/project/icon_1.png
0 → 100644
View file @
ed9816ef
2.34 KB
dsk-operate-ui/src/assets/images/project/icon_2.png
0 → 100644
View file @
ed9816ef
2.17 KB
dsk-operate-ui/src/assets/images/project/icon_3.png
0 → 100644
View file @
ed9816ef
2.67 KB
dsk-operate-ui/src/assets/images/project/icon_4.png
0 → 100644
View file @
ed9816ef
2.55 KB
dsk-operate-ui/src/assets/images/project/icon_5.png
0 → 100644
View file @
ed9816ef
3.6 KB
dsk-operate-ui/src/assets/styles/project.scss
View file @
ed9816ef
.app-container
{
padding
:
0
;
}
//小导航
//小导航
.miantitle
{
.miantitle
{
color
:
#232323
;
color
:
#232323
;
...
@@ -791,3 +795,23 @@
...
@@ -791,3 +795,23 @@
.p10
{
.p10
{
padding
:
0
10px
;
padding
:
0
10px
;
}
}
.tips
{
display
:
inline-block
;
padding
:
4px
8px
;
border-radius
:
2px
;
font-size
:
12px
;
margin-right
:
8px
;
&
.tip1
{
background-color
:
#E4F3FD
;
color
:
#41A1FD
;
}
&
.tip2
{
background-color
:
#F3F3FF
;
color
:
#8491E8
;
}
&
.tip3
{
background-color
:
#DEF6F0
;
color
:
#0BAE8D
;
}
}
dsk-operate-ui/src/views/custom/customList/index.vue
View file @
ed9816ef
...
@@ -228,7 +228,6 @@ export default {
...
@@ -228,7 +228,6 @@ export default {
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.app-container
{
.app-container
{
padding
:
0
;
height
:
calc
(
100vh
-
134px
)
height
:
calc
(
100vh
-
134px
)
}
}
.box-card
{
.box-card
{
...
...
dsk-operate-ui/src/views/custom/overview/index.vue
View file @
ed9816ef
This diff is collapsed.
Click to expand it.
dsk-operate-ui/src/views/project/projectList/detail.vue
View file @
ed9816ef
...
@@ -132,9 +132,6 @@
...
@@ -132,9 +132,6 @@
</
script
>
</
script
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.app-container
{
padding
:
0
;
}
.head
{
.head
{
.titles
{
.titles
{
line-height
:
31px
;
line-height
:
31px
;
...
...
dsk-operate-ui/src/views/project/projectList/index.vue
View file @
ed9816ef
...
@@ -331,10 +331,6 @@ export default {
...
@@ -331,10 +331,6 @@ export default {
}
}
</
script
>
</
script
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.app-container
{
padding
:
0
;
}
.noborder
{
.noborder
{
position
:
relative
;
position
:
relative
;
}
}
...
@@ -484,21 +480,6 @@ export default {
...
@@ -484,21 +480,6 @@ export default {
}
}
.det-tips
{
.det-tips
{
padding
:
8px
0
;
padding
:
8px
0
;
.tips
{
display
:
inline-block
;
padding
:
4px
8px
;
border-radius
:
2px
;
font-size
:
12px
;
margin-right
:
8px
;
&
.tip1
{
background-color
:
#E4F3FD
;
color
:
#41A1FD
;
}
&
.tip2
{
background-color
:
#F3F3FF
;
color
:
#8491E8
;
}
}
}
}
.det-contets
{
.det-contets
{
padding
:
4px
0
16px
;
padding
:
4px
0
16px
;
...
...
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