diff --git a/src/components/log/index.vue b/src/components/log/index.vue index 96d0c9e..722fa0b 100644 --- a/src/components/log/index.vue +++ b/src/components/log/index.vue @@ -2,7 +2,7 @@
- {{ item.updateTime }} + {{ item.createTime }}
{{ item.versionName }}
diff --git a/src/pages/match/list/index.vue b/src/pages/match/list/index.vue index b70be06..f300eae 100644 --- a/src/pages/match/list/index.vue +++ b/src/pages/match/list/index.vue @@ -74,24 +74,18 @@ @@ -505,7 +499,7 @@ export default { } } .list-wrap { - flex: 1; + width: calc(100% - 180px); margin-left: 24px; .list { li { @@ -630,6 +624,8 @@ export default { .val { max-width: 350px; + text-overflow: ellipsis; + overflow: hidden; } .a-line { diff --git a/src/pages/touristMatch/list/index.vue b/src/pages/touristMatch/list/index.vue index eeea2b6..ba6c294 100644 --- a/src/pages/touristMatch/list/index.vue +++ b/src/pages/touristMatch/list/index.vue @@ -64,22 +64,16 @@
主办方: - +
+ +
{{ item.sponsor }}
承办方: - +
+ +
{{ item.undertaker }}
@@ -616,6 +610,8 @@ export default { .val { max-width: 350px; + text-overflow: ellipsis; + overflow: hidden; } .a-line {