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;
}
}
}