Commit 14971bd8 by 潘琦

1、input form-control字体大小1em;2、券详情页下内容流为0增加 提示内容;

No related merge requests found
...@@ -581,6 +581,7 @@ ul li { ...@@ -581,6 +581,7 @@ ul li {
border: none; border: none;
background-color: transparent; background-color: transparent;
box-shadow: none; box-shadow: none;
font-size: 1em;
} }
.form-control[disabled] { .form-control[disabled] {
border: none; border: none;
......
...@@ -107,7 +107,7 @@ export default { ...@@ -107,7 +107,7 @@ export default {
} }
.contentPage .head > .list-item > .list-item-cell.tool { .contentPage .head > .list-item > .list-item-cell.tool {
width: 2em; width: 2em;
font-size: 1.8em; font-size: 1.6em;
color: #43d1be; color: #43d1be;
text-align: right; text-align: right;
border-bottom:1px solid #ccc; border-bottom:1px solid #ccc;
......
...@@ -271,7 +271,7 @@ export default { ...@@ -271,7 +271,7 @@ export default {
this.contentMessageSpinner = false this.contentMessageSpinner = false
if (res.code === 0) { if (res.code === 0) {
this.contentData = res.data.records this.contentData = res.data.records
if (this.contentData.length < 0) { if (this.contentData.length <= 0) {
this.contentMessageVisible = true this.contentMessageVisible = true
} else { } else {
this.contentMessageVisible = false this.contentMessageVisible = false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment