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
9d0a4c36
Commit
9d0a4c36
authored
Jul 08, 2021
by
liuchenxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 去除卡券赠送提示
parent
e0755624
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
17 deletions
+17
-17
select-card.vue
src/components/app/card/select-card.vue
+17
-17
No files found.
src/components/app/card/select-card.vue
View file @
9d0a4c36
...
...
@@ -4,12 +4,12 @@
-->
<
template
>
<el-dialog
title=
"卡券选择"
:visible
.
sync=
"dialogVisible"
width=
"994px"
:before-close=
"handleClose"
>
<div
class=
"tips"
>
<
!--
<
div
class=
"tips"
>
<el-alert
type=
"info"
show-icon
:closable=
"false"
>
<span
class=
"alert-info"
>
当月有效的卡券不支持选择
</span>
</el-alert>
</div>
<div
class=
"search-div"
>
</div>
-->
<div
class=
"search-div"
style=
"marginTop: 10px"
>
<el-input
placeholder=
"请输入卡券名称"
maxlength=
"50"
v-model=
"searchInput"
class=
"w-264"
style=
"width: 264px;"
clearable
@
keyup
.
native=
"value => toInput(value, searchInput)"
@
clear=
"clearInput"
>
<i
slot=
"prefix"
class=
"el-input__icon el-icon-search"
></i>
</el-input>
<!--
<span
class=
"search-tip p-l-20 font-14 color-909399"
>
仅支持选择“领取限制
>
=100”的卡券,系统已自动过滤不符合条件的卡券,符合条件的卡券共
{{
total
}}
张
</span>
-->
</div>
...
...
@@ -214,18 +214,18 @@ export default {
/
deep
/
.el-dialog__body
{
padding-top
:
0
;
}
.tips
{
width
:
40%
;
padding
:
10px
20px
20px
0
;
/deep/
.el-alert__icon
{
font-size
:
14px
;
width
:
auto
!important
;
}
.alert-info
{
font-size
:
13px
;
font-weight
:
400
;
color
:
#303133
;
line-height
:
22px
;
}
}
//
.tips
{
//
width
:
40%
;
//
padding
:
10px
20px
20px
0
;
//
/deep/
.el-alert__icon
{
//
font-size
:
14px
;
//
width
:
auto
!important
;
//
}
//
.alert-info
{
//
font-size
:
13px
;
//
font-weight
:
400
;
//
color
:
#303133
;
//
line-height
:
22px
;
//
}
//
}
</
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