Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
schedule
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fengzhaoyu
schedule
Commits
84b0c5ec
Commit
84b0c5ec
authored
5 years ago
by
xiexiaoqin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style: taskpenel pick people
parent
7043b989
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
2 deletions
+13
-2
index.axml
components/popup/index.axml
+1
-1
taskPanel.acss
components/taskPanel/taskPanel.acss
+5
-1
taskPanel.axml
components/taskPanel/taskPanel.axml
+7
-0
No files found.
components/popup/index.axml
View file @
84b0c5ec
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
components/taskPanel/taskPanel.acss
View file @
84b0c5ec
...
...
@@ -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;
...
...
This diff is collapsed.
Click to expand it.
components/taskPanel/taskPanel.axml
View file @
84b0c5ec
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment