Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigwood
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
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
罗超
bigwood
Commits
5f15d6bb
Commit
5f15d6bb
authored
May 11, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
f2cdd527
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
rebate.vue
src/components/passbook/rebate.vue
+9
-5
No files found.
src/components/passbook/rebate.vue
View file @
5f15d6bb
...
@@ -6,9 +6,10 @@
...
@@ -6,9 +6,10 @@
<q-separator
color=
"grey-3"
class=
"q-my-sm"
/>
<q-separator
color=
"grey-3"
class=
"q-my-sm"
/>
<div
<div
style=
"padding: 15px 0 0 0;"
style=
"padding: 15px 0 0 0;"
:class=
"[$q.platform.is.desktop?'row justify-between':'column reverse']"
>
:class=
"[$q.platform.is.desktop?'row justify-between':'column reverse']"
>
<div
v-if=
"$q.platform.is.mobile"
class=
"text-center fz16 q-py-md"
@
click=
"isShow=!isShow"
<!-- style="border: 1px dashed #E0E0E0;" -->
style=
"border: 1px dashed #E0E0E0;"
>
<div
class=
"col"
>
<div
v-if=
"$q.platform.is.mobile"
class=
"text-center fz16 q-pb-md"
@
click=
"isShow=!isShow"
>
{{
$t
(
'v104.passbook.viewdetails'
)
}}
<q-icon
{{
$t
(
'v104.passbook.viewdetails'
)
}}
<q-icon
:name=
"isShow ? 'keyboard_arrow_up' : 'keyboard_arrow_down'"
class=
"q-ml-sm text-grey-6"
:name=
"isShow ? 'keyboard_arrow_up' : 'keyboard_arrow_down'"
class=
"q-ml-sm text-grey-6"
size=
"25px"
size=
"25px"
...
@@ -19,11 +20,13 @@
...
@@ -19,11 +20,13 @@
appear
appear
enter-active-class=
"animated fadeInUp"
enter-active-class=
"animated fadeInUp"
leave-active-class=
"animated fadeInDown"
leave-active-class=
"animated fadeInDown"
>
>
<div
class=
"column col rebate-left fz14"
<div
class=
"column col rebate-left fz14"
:style=
"
{'padding':$q.platform.is.desktop?'0 30px 0 30px':''}">
:style=
"
{'padding':$q.platform.is.desktop?'0 30px 0 30px':''}">
<div
class=
"row items-center left-text text-grey-9"
<div
class=
"row items-center left-text text-grey-9"
:class=
"[$q.platform.is.desktop?'':'q-py-sm active']"
>
:class=
"[$q.platform.is.desktop?'':'q-py-md active']"
:style=
"
{'border-top':$q.platform.is.desktop?'':'1px solid #EEEEEE'}">
<div>
{{
$t
(
'v104.passbook.col.title1'
)
}}{{
$q
.
platform
.
is
.
desktop
?
$t
(
'v104.passbook.col.title01'
):
''
}}
</div><div>
{{
$t
(
'v104.passbook.col.title2'
)
}}
</div>
<div>
{{
$t
(
'v104.passbook.col.title1'
)
}}{{
$q
.
platform
.
is
.
desktop
?
$t
(
'v104.passbook.col.title01'
):
''
}}
</div><div>
{{
$t
(
'v104.passbook.col.title2'
)
}}
</div>
<div>
{{
$t
(
'v104.passbook.col.title3'
)
}}
</div><div>
{{
$t
(
'v104.passbook.col.title4'
)
}}
</div>
<div>
{{
$t
(
'v104.passbook.col.title3'
)
}}
</div><div>
{{
$t
(
'v104.passbook.col.title4'
)
}}
</div>
</div>
</div>
...
@@ -46,6 +49,7 @@
...
@@ -46,6 +49,7 @@
</div>
</div>
</transition>
</transition>
</div>
<div
class=
"rebate-right column"
<div
class=
"rebate-right column"
:class=
"[$q.platform.is.desktop?'col-4 q-px-lg':'col']"
:class=
"[$q.platform.is.desktop?'col-4 q-px-lg':'col']"
:style=
"{'padding':$q.platform.is.desktop?'0 30px 0 30px':''}"
>
:style=
"{'padding':$q.platform.is.desktop?'0 30px 0 30px':''}"
>
...
...
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