Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
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
marketing-web
marketing
Commits
60d6e50b
Commit
60d6e50b
authored
Dec 28, 2021
by
liuchenxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: ui调整
parent
6a5bddc4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
10 deletions
+11
-10
select-depart.vue
src/views/recharge/components/select-depart.vue
+9
-9
set-rule-dialog.vue
src/views/recharge/components/set-rule-dialog.vue
+1
-0
consume.vue
src/views/recharge/consume.vue
+1
-1
No files found.
src/views/recharge/components/select-depart.vue
View file @
60d6e50b
...
...
@@ -47,14 +47,14 @@ export default {
display
:
inline-block
;
width
:
160px
;
position
:
relative
;
//
&::before
{
//
content
:
'\e778'
;
//
position
:
absolute
;
//
font-family
:
element-icons
!important
;
//
color
:
#909399
;
//
right
:
11px
;
//
top
:
9
px
;
//
z-index
:
2
;
//
}
&::before
{
content
:
'\e778'
;
position
:
absolute
;
font-family
:
element-icons
!important
;
color
:
#909399
;
right
:
11px
;
top
:
10
px
;
z-index
:
2
;
}
}
</
style
>
src/views/recharge/components/set-rule-dialog.vue
View file @
60d6e50b
...
...
@@ -261,5 +261,6 @@ h2 {
display
:
flex
;
justify-content
:
flex-end
;
align-items
:
center
;
background
:
#fff
;
}
</
style
>
src/views/recharge/consume.vue
View file @
60d6e50b
...
...
@@ -7,7 +7,7 @@
<span
class=
"fz12 gray"
>
* 此处时间跨度不超过7天
</span>
<el-button
type=
"primary"
class=
"fr"
icon=
"iconfont icon-icon_yunxiazai fz14 mr5"
@
click=
"downloadTrafficCostListExcel"
>
导出记录
</el-button>
</div>
<div
v-else
class=
"pb20"
style=
"overflow:hidden;
line-height:40px;
"
>
<div
v-else
class=
"pb20"
style=
"overflow:hidden;"
>
<div
class=
"flex_between"
>
<div>
<el-date-picker
:disabled=
"loading"
:clearable=
"false"
:pickerOptions=
"pickerOptions"
v-model=
"dateTime"
type=
"daterange"
range-separator=
"至"
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
@
change=
"onSearch"
></el-date-picker>
...
...
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