diff --git a/src/project/qujing/AppConflictMediation/detail.vue b/src/project/qujing/AppConflictMediation/detail.vue index 59d4388d..2f46edaf 100644 --- a/src/project/qujing/AppConflictMediation/detail.vue +++ b/src/project/qujing/AppConflictMediation/detail.vue @@ -46,18 +46,16 @@
-
+
-
-
-
-
-
-
- {{ $dict.getLabel('clapDoStatus', item.doStatus) }} -
+
+
+
+
+
+
@@ -116,9 +114,9 @@ export default { }, methods: { transTxt(str) { - return str.split("$") + const [, name, desc, transfer] = str?.split("$") || [] + return {avatar: name?.slice(0, 1)?.toUpperCase() || '无名', name, desc, transfer} }, - getDetail() { this.$http.post(`/app/appconflicteventinfo/queryDetailById?id=${this.id}`).then((res) => { if (res?.data) { @@ -276,7 +274,7 @@ uni-page-body { width: 100%; .cardss-left { - width: 15%; + width: 80px; .card-img { position: relative; @@ -301,22 +299,10 @@ uni-page-body { } } - .cardss-right { - width: 60%; - - .cardsss-right-left { - .cardssss-right-left-top { - overflow: hidden; - text-overflow: ellipsis; - font-size: 32px; - } - - .cardssss-right-left-bottom { - margin-top: 10px; - font-size: 28px; - color: #666666; - } - } + .cardssss-right-left-top { + overflow: hidden; + text-overflow: ellipsis; + font-size: 32px; } .cardees-right-right {