Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CRM
Project
Project
Details
Activity
Releases
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
华国豪
CRM
Commits
a582cccb
Commit
a582cccb
authored
Feb 10, 2020
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
539ed0d2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
575 additions
and
124 deletions
+575
-124
index.html
public/index.html
+1
-1
App.vue
src/App.vue
+1
-1
init.css
src/assets/css/init.css
+80
-21
Home.vue
src/components/Home.vue
+7
-7
customerManage.vue
src/components/customerManage/customerManage.vue
+486
-92
index.vue
src/views/index.vue
+0
-2
No files found.
public/index.html
View file @
a582cccb
...
...
@@ -10,7 +10,7 @@
<title>
CRM
</title>
</head>
<body>
<body
style=
"width: 100%;overflow: hidden;"
>
<noscript>
<strong>
We're sorry but athena doesn't work properly without JavaScript enabled. Please enable it to
continue.
</strong>
...
...
src/App.vue
View file @
a582cccb
...
...
@@ -28,7 +28,7 @@ export default {
<
style
>
@import
'./assets/global/font.css'
;
@import
'//at.alicdn.com/t/font_1627123_
6rkscxbqh43
.css'
;
@import
'//at.alicdn.com/t/font_1627123_
1vlackz9u42
.css'
;
/* @import './assets/css/common.css'; */
@import
'./assets/css/init.css'
;
body
,
html
{
...
...
src/assets/css/init.css
View file @
a582cccb
...
...
@@ -22,35 +22,52 @@ table { border-collapse:collapse; border-spacing:0; }
.perfectFont
{
font-family
:
'perfectFont'
;
}
.crm-btn.el-button
{
border-radius
:
0
;
padding
:
8px
0
;
width
:
90px
;
text-align
:
center
;
margin-right
:
20px
;
}
.crm-btn-mini.el-button
{
border-radius
:
0
;
padding
:
6px
12px
;
margin-right
:
20px
;
}
.crm-btn.query-btn
{
background
:
rgba
(
13
,
36
,
129
,
1
);
border-color
:
rgba
(
13
,
36
,
129
,
1
);
color
:
white
;
background
:
rgba
(
13
,
36
,
129
,
1
)
!important
;
border-color
:
rgba
(
13
,
36
,
129
,
1
)
!important
;
color
:
white
!important
;
}
.crm-btn.query-btn
:hover
{
background
:
rgba
(
13
,
36
,
129
,
.8
);
border-color
:
rgba
(
13
,
36
,
129
,
.8
);
color
:
white
;
background
:
rgba
(
13
,
36
,
129
,
.8
)
!important
;
border-color
:
rgba
(
13
,
36
,
129
,
.8
)
!important
;
border-color
:
rgba
(
13
,
36
,
129
,
.8
)
!important
;
color
:
white
!important
;
}
.crm-btn.easy-btn
{
background
:
white
;
border-color
:
rgba
(
13
,
36
,
129
,
1
);
color
:
rgba
(
13
,
36
,
129
,
1
);
background
:
white
!important
;
border-color
:
rgba
(
13
,
36
,
129
,
1
)
!important
;
color
:
rgba
(
13
,
36
,
129
,
1
)
!important
;
}
.crm-btn.easy-btn
:hover
{
background
:
white
;
border-color
:
rgba
(
13
,
36
,
129
,
.8
);
color
:
rgba
(
13
,
36
,
129
,
.8
);
background
:
white
!important
;
border-color
:
rgba
(
13
,
36
,
129
,
.8
)
!important
;
color
:
rgba
(
13
,
36
,
129
,
.8
)
!important
;
}
.crm-btn.org-btn
{
background
:
white
;
border-color
:
rgba
(
255
,
164
,
117
,
1
);
color
:
rgba
(
255
,
164
,
117
,
1
);
background
:
white
!important
;
border-color
:
rgba
(
255
,
164
,
117
,
1
)
!important
;
color
:
rgba
(
255
,
164
,
117
,
1
)
!important
;
}
.crm-btn.org-btn
:hover
{
background
:
white
;
border-color
:
rgba
(
255
,
164
,
117
,
.8
);
color
:
rgba
(
255
,
164
,
117
,
.8
);
;
background
:
white
!important
;
border-color
:
rgba
(
255
,
164
,
117
,
.8
)
!important
;
color
:
rgba
(
255
,
164
,
117
,
.8
)
!important
;
}
.crm-btn.crm-btn-more
{
padding
:
7px
12px
;
width
:
auto
;
}
.el-input__inner
{
border-radius
:
0
!important
;
...
...
@@ -65,7 +82,6 @@ table { border-collapse:collapse; border-spacing:0; }
padding
:
9px
19px
;
background-color
:
white
;
margin-bottom
:
20px
;
}
.MyEditForm
.MyEditForm-item
.el-form-item
{
margin-bottom
:
0
;
...
...
@@ -73,16 +89,21 @@ table { border-collapse:collapse; border-spacing:0; }
.MyEditForm
.el-form-item
.el-form-item__content
{
line-height
:
initial
;
}
.MyEditForm
.el-form-item
.el-form-item__content
.el-select
{
width
:
100%
;
}
.MyEditForm
.el-form-item
.el-input__inner
{
.MyEditForm
.el-form-item
.el-input__inner
,
.MyEditForm
.el-form-item
.el-textarea__inner
{
border
:
none
;
outline
:
none
;
width
:
200px
;
height
:
14px
;
line-height
:
14px
;
padding-left
:
10px
;
font-size
:
12px
;
}
.MyEditForm
.el-form-item
.el-textarea__inner
{
width
:
100%
;
}
.MyEditForm
.el-form-item
.el-form-item__label
{
line-height
:
initial
;
color
:
rgba
(
136
,
136
,
136
,
1
);
...
...
@@ -95,3 +116,41 @@ table { border-collapse:collapse; border-spacing:0; }
font-size
:
12px
;
padding-top
:
2px
;
}
.MyEditForm
.label-pad-left
.el-form-item__label
{
padding-left
:
9px
;
}
.Mypagination.el-pagination
{
text-align
:
right
;
margin-top
:
20px
;
}
.Mypagination.el-pagination
.el-pagination__sizes
{
background
:
rgba
(
255
,
255
,
255
,
1
);
}
.Mypagination.el-pagination
.el-pagination__sizes
.el-input__inner
{
border
:
none
;
}
.Mypagination.el-pagination.is-background
.el-pager
li
:not
(
.disabled
)
.active
{
background
:
rgba
(
13
,
36
,
129
,
1
);
border-radius
:
0
;
}
.cp
{
cursor
:
pointer
;
}
/* 字体颜色 */
.font-color-link
{
color
:
#2362fb
!important
;
}
.font-color-success
{
color
:
#67C23A
!important
;
}
.font-color-warning
{
color
:
#E6A23C
!important
;
}
.font-color-danger
{
color
:
#F56C6C
!important
;
}
/* 字体大小 */
.font-size-12
{
font-size
:
12px
;
}
\ No newline at end of file
src/components/Home.vue
View file @
a582cccb
...
...
@@ -110,10 +110,10 @@
<el-card
class=
"tic-card"
shadow=
"never"
>
<div
class=
"tic-content"
>
<el-row
:gutter=
"10"
>
<el-col
span=
"8"
>
<el-col
:
span=
"8"
>
<img
src=
"../assets/img/home/money.png"
style=
"margin:20px 0 0 20px;"
/>
</el-col>
<el-col
span=
"16"
>
<el-col
:
span=
"16"
>
<div
class=
"money-box"
>
<small>
¥
</small>
16000.00
...
...
@@ -128,8 +128,8 @@
</el-card>
<el-card
class=
"zhou-card"
shadow=
"never"
>
<el-row
:gutter=
"10"
>
<el-col
span=
"10"
class=
"title"
>
本周销冠
</el-col>
<el-col
span=
"14"
class=
"money-box"
>
<el-col
:
span=
"10"
class=
"title"
>
本周销冠
</el-col>
<el-col
:
span=
"14"
class=
"money-box"
>
<small>
¥
</small>
560000.00
</el-col>
...
...
@@ -216,7 +216,7 @@
</div>
</el-card>
</el-col>
<el-col
span=
"6"
>
<el-col
:
span=
"6"
>
<el-card
class=
"notinmoney-card"
shadow=
"never"
>
<div
class=
"title"
>
待收款汇总
</div>
<div
class=
"money"
>
...
...
@@ -227,7 +227,7 @@
</div>
</el-card>
</el-col>
<el-col
span=
"8"
>
<el-col
:
span=
"8"
>
<el-card
class=
"sum-card ding"
shadow=
"never"
>
<div
slot=
"header"
class=
"clearfix"
>
<span>
遗忘提醒
</span>
...
...
@@ -280,7 +280,7 @@
</el-col>
</el-row>
<el-row
:gutter=
"25"
style=
"margin-top:25px;"
>
<el-col
span=
"16"
>
<el-col
:
span=
"16"
>
<el-card
class=
"rank-card"
shadow=
"never"
>
<div
slot=
"header"
class=
"clearfix"
>
<el-row>
...
...
src/components/customerManage/customerManage.vue
View file @
a582cccb
This diff is collapsed.
Click to expand it.
src/views/index.vue
View file @
a582cccb
...
...
@@ -47,13 +47,11 @@
height
:
8px
;
}
*
::-webkit-scrollbar-thumb
{
/* border-radius: 4px; */
box-shadow
:
inset
0
0
2px
rgba
(
0
,
0
,
0
,
0.2
);
background
:
#555
;
}
*
::-webkit-scrollbar-thumb
{
box-shadow
:
inset
0
0
2px
rgba
(
0
,
0
,
0
,
0.2
);
/* border-radius: 4px; */
background
:
#555
;
}
</
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