From 799249336a2e18cda37eb54fdb996c39e86e59d0 Mon Sep 17 00:00:00 2001
From: shijingjing <1789544664@qq.com>
Date: Wed, 1 Mar 2023 17:08:14 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8D=A2=E5=88=86=E6=AE=B5=E5=99=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../AppCooperationPropaganda/circleDetail.vue | 65 +++++++++++++++++--
1 file changed, 61 insertions(+), 4 deletions(-)
diff --git a/src/project/huizhili/AppCooperationPropaganda/circleDetail.vue b/src/project/huizhili/AppCooperationPropaganda/circleDetail.vue
index f145bd2b..b103e62f 100644
--- a/src/project/huizhili/AppCooperationPropaganda/circleDetail.vue
+++ b/src/project/huizhili/AppCooperationPropaganda/circleDetail.vue
@@ -44,7 +44,7 @@
-
+
+
{
@@ -413,7 +430,47 @@ export default {
.tab {
margin-bottom: 34px;
+
+ ::v-deep .u-subsection uni-view{
+ background: #eeef !important;
+ }
}
+
+ ::v-deep .AiTable .u-table .u-tr .u-td p{
+ width: 100%;
+ word-break: keep-all;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ }
+
+ ::v-deep .AiTable .u-table .u-tr .u-td {
+ width: 30%;
+ }
+ }
+ }
+ .tab {
+ height: 70px;
+ background-color: #eeeeef;
+ padding: 3px 4px;
+ border-radius: 10px;
+ box-sizing: border-box;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ .item {
+ flex: 1;
+ height: 58px;
+ line-height: 58px;
+ align-self: center;
+ text-align: center;
+ border-radius: 16px;
+ color: #606266;
+ }
+ .bgactive {
+ background: #fff;
+ font-weight: 600;
+ color: #3aa0ff;
}
}
}