From c83aaf23f4d8047d95c52bccca49cf8f12e21227 Mon Sep 17 00:00:00 2001
From: aixianling
Date: Fri, 24 Dec 2021 20:24:17 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=BA=94=E7=94=A8=E5=90=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../AppServicePublic/AppServicePublic.vue | 31 +++++++++++--------
1 file changed, 18 insertions(+), 13 deletions(-)
diff --git a/src/apps/AppServicePublic/AppServicePublic.vue b/src/apps/AppServicePublic/AppServicePublic.vue
index 05fb7dbb..288f0af6 100644
--- a/src/apps/AppServicePublic/AppServicePublic.vue
+++ b/src/apps/AppServicePublic/AppServicePublic.vue
@@ -10,7 +10,8 @@
区域选择
-
+
@@ -19,20 +20,21 @@
-
![]()
+
- {{item.categoryName}}
+ {{ item.categoryName }}
{{ item.createTime }}
- {{item.viewCount}}
+ {{ item.viewCount }}
@@ -62,7 +64,7 @@ import {mapState} from 'vuex'
export default {
name: 'AppServicePublic',
- appName: '三务公开',
+ appName: '内容发布',
components: {},
props: {},
data() {
@@ -99,7 +101,7 @@ export default {
uni.$on('update', () => {
this.getList()
})
-
+
},
onShow() {
document.title = this.listName
@@ -279,7 +281,7 @@ uni-page-body {
word-break: break-all;
}
- .item-content{
+ .item-content {
width: 100%;
word-break: break-all;
overflow: hidden;
@@ -294,9 +296,10 @@ uni-page-body {
margin-bottom: 24px;
}
- .img-list{
+ .img-list {
margin-bottom: 24px;
- img{
+
+ img {
width: calc(33% - 16px);
height: 204px;
margin: 0 16px 8px 0;
@@ -321,7 +324,7 @@ uni-page-body {
color: #999999;
}
- .type{
+ .type {
display: inline-block;
padding: 0 16px;
line-height: 48px;
@@ -338,19 +341,21 @@ uni-page-body {
.right {
font-size: 28px;
color: #999;
- img{
+
+ img {
width: 32px;
height: 32px;
vertical-align: middle;
margin-right: 8px;
}
+
.font {
color: #4181ff;
}
}
}
- .iconfont-iconMore{
+ .iconfont-iconMore {
position: absolute;
top: 42px;
right: 32px;
@@ -390,7 +395,7 @@ uni-page-body {
}
}
- ::v-deep uni-video{
+ ::v-deep uni-video {
width: 100%;
}
}