Commit 780a8bf7 by xiexiaoqin
parents 31734c66 94b292e9
......@@ -5,8 +5,14 @@
/* height: calc(100vh - 200rpx); */
}
.affair-list-margin-top {
margin-top: 16rpx;
page {
background: #fff;
}
.affair-list-margin-line {
width: 100%;
height: 16rpx;
background: #f5f6f7;
}
.simple-column {
......
......@@ -221,6 +221,8 @@
<!-- 动态列表 -->
<import src="../../template/avater/index.axml"/>
<import src="../../template/affairBlank/index.axml"/>
<view class="affair-list-margin-line">
</view>
<view class="affair-list {{isExpand? '' : 'affair-list-margin-top'}} {{!isExpand&&$data.participatorList.length>1 ? 'addPadding' : ''}}" onTap="hideFileOperate">
<view a:if="{{!isExpand}}" class="affair-list-title">会议动态</view>
<block a:if="{{!affairLoading}}">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment