Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
Overview
Overview
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
office
haoban-3
Commits
db386760
Commit
db386760
authored
Sep 23, 2021
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: ui
parent
c7c559f4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
62 deletions
+4
-62
export-dialog.vue
src/components/common/export-dialog.vue
+0
-58
taskDetail.vue
src/views/salesleads/trafficTask/taskDetail.vue
+1
-1
index.css
theme/index.css
+3
-3
No files found.
src/components/common/export-dialog.vue
View file @
db386760
...
...
@@ -81,64 +81,6 @@ export default {
margin-left
:
50px
;
}
}
.inner-dialogwrap
{
display
:
flex
;
margin-top
:
-20px
;
border-top
:
1px
solid
#dcdfe6
;
.lt-content
{
padding
:
35px
45px
0
30px
;
flex
:
0
0
440px
;
width
:
440px
;
border-right
:
1px
solid
#dcdfe6
;
p
{
font-size
:
14px
;
color
:
#303133
;
line-height
:
20px
;
}
.btn
{
text-align
:
center
;
margin
:
165px
0
36px
;
padding
:
0
;
}
}
.rt-content
{
flex
:
1
;
overflow-y
:
auto
;
height
:
340px
;
li
{
padding
:
13px
0
13px
20px
;
border-bottom
:
1px
solid
#dcdfe6
;
font-size
:
14px
;
color
:
#606266
;
line-height
:
20px
;
&:last-child
{
margin-top
:
4px
;
}
.checker-name
{
text-overflow
:
ellipsis
;
overflow
:
hidden
;
white-space
:
nowrap
;
}
}
}
}
.no-data-wrap
{
text-align
:
center
;
padding
:
40px
0
0
0
;
line-height
:
1
;
.no_checker_icon
{
width
:
80px
;
height
:
56px
;
margin
:
0
auto
;
margin-bottom
:
22px
;
img
{
width
:
100%
;
}
}
p
{
color
:
#909399
;
}
}
.fl
{
float
:
left
;
}
...
...
src/views/salesleads/trafficTask/taskDetail.vue
View file @
db386760
...
...
@@ -14,7 +14,7 @@
</div>
<div
class=
"table-condition-right"
>
<el-button
type=
"danger"
@
click=
"multDel"
>
批量删除
</el-button>
<el-button
class=
"m-l-10"
type=
"primary"
:loading=
"loadingBtn"
@
click=
"beforeExportExcel"
><i
class=
"iconfont icon-icon_yunxiazai p-r-6"
></i>
导出
</el-button>
<el-button
class=
"m-l-10"
type=
"primary"
:loading=
"loadingBtn"
@
click=
"beforeExportExcel"
plain
><i
class=
"iconfont icon-icon_yunxiazai p-r-6"
></i>
导出
</el-button>
<el-tooltip
content=
"导出结果中会员姓名、手机号等敏感信息将进行加密,实现隐私保护"
placement=
"top"
>
<i
class=
"el-icon-warning-outline font-14 p-l-6"
v-if=
"enableDownloadCompleteData == 0"
></i>
</el-tooltip>
...
...
theme/index.css
View file @
db386760
...
...
@@ -77887,7 +77887,7 @@
.el-button--primary.is-plain
:focus
{
background
:
#1890ff
;
border-color
:
#1890ff
;
color
:
#fff
;
color
:
#fff
!important
;
}
.el-button--primary.is-plain
:active
{
...
...
@@ -78011,8 +78011,8 @@
.el-button--warning.is-plain
:hover
,
.el-button--warning.is-plain
:focus
{
background
:
#faad14
;
border-color
:
#faad14
;
color
:
#fff
;
border-color
:
#faad14
!important
;
color
:
#fff
!important
;
}
.el-button--warning.is-plain
:active
{
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