Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
voucher-h5
Project
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
潘琦
voucher-h5
Commits
14971bd8
Commit
14971bd8
authored
Aug 01, 2019
by
潘琦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、input form-control字体大小1em;2、券详情页下内容流为0增加 提示内容;
parent
29bc65e2
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
App.vue
src/App.vue
+1
-0
index.vue
src/views/content/index.vue
+1
-1
index.vue
src/views/voucherDetail/index.vue
+1
-1
No files found.
src/App.vue
View file @
14971bd8
...
...
@@ -581,6 +581,7 @@ ul li {
border
:
none
;
background-color
:
transparent
;
box-shadow
:
none
;
font-size
:
1em
;
}
.form-control
[
disabled
]
{
border
:
none
;
...
...
src/views/content/index.vue
View file @
14971bd8
...
...
@@ -107,7 +107,7 @@ export default {
}
.contentPage
.head
>
.list-item
>
.list-item-cell.tool
{
width
:
2em
;
font-size
:
1.
8
em
;
font-size
:
1.
6
em
;
color
:
#43d1be
;
text-align
:
right
;
border-bottom
:
1px
solid
#ccc
;
...
...
src/views/voucherDetail/index.vue
View file @
14971bd8
...
...
@@ -271,7 +271,7 @@ export default {
this
.
contentMessageSpinner
=
false
if
(
res
.
code
===
0
)
{
this
.
contentData
=
res
.
data
.
records
if
(
this
.
contentData
.
length
<
0
)
{
if
(
this
.
contentData
.
length
<
=
0
)
{
this
.
contentMessageVisible
=
true
}
else
{
this
.
contentMessageVisible
=
false
...
...
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