Commit 84b0c5ec by xiexiaoqin

style: taskpenel pick people

parent 7043b989
......@@ -2,7 +2,7 @@
<view class="dm-popup-mask" a:if="{{mask}}" onTap="onMaskTap" style="z-index: {{zIndex}}"></view>
<view class="dm-popup-content {{className}} dm-popup-{{position}}" style="z-index: {{zIndex}}">
<view a:if="{{position == 'bottom'}}" class="close-icon">
<text onTap="onMaskTap" class="iconfont iconicon_slide"></text>
<text onTap="onMaskTap" class="iconfont iconicon_slide" catchTouchStart="onMaskTap" catchTouchMove="onMaskTap" catchTouchEnd="onMaskTap"></text>
<!--<text class="popupComplet">完成</text> -->
</view>
<view class="popup-title" a:if="{{title}}">{{title}}</view>
......
......@@ -51,13 +51,17 @@
margin-right: 16rpx;
}
.people>.avater {
.people>.avater, .fake-avater {
width: 80rpx;
height: 80rpx;
line-height: 80rpx;
position: relative;
}
.fake-name {
height: 40rpx;
}
.name {
font-size: 24rpx;
line-height: 40rpx;
......
......@@ -18,5 +18,11 @@
<view class="name">{{currentTask.acceptorInfo.username}}</view>
</view>
</view>
<view class="participator-bottom" a:else>
<view class="people">
<view class="fake-avater"></view>
<view class="fake-name"></view>
</view>
</view>
</view>
<template a:if="{{action == 'update'}}" is="deleteBtn" data="{{title: '删除该任务' }}"/>
\ No newline at end of file
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