Commit 14971bd8 by 潘琦

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

parent 29bc65e2
......@@ -581,6 +581,7 @@ ul li {
border: none;
background-color: transparent;
box-shadow: none;
font-size: 1em;
}
.form-control[disabled] {
border: none;
......
......@@ -107,7 +107,7 @@ export default {
}
.contentPage .head > .list-item > .list-item-cell.tool {
width: 2em;
font-size: 1.8em;
font-size: 1.6em;
color: #43d1be;
text-align: right;
border-bottom:1px solid #ccc;
......
......@@ -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
......
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