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
0bb70fc2
Commit
0bb70fc2
authored
Apr 14, 2020
by
liang ce
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改绑定app模块
parent
22a7e05f
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
110 additions
and
130 deletions
+110
-130
relatedApp.acss
components/relatedApp/relatedApp.acss
+96
-0
relatedApp.axml
components/relatedApp/relatedApp.axml
+4
-38
relatedApp.js
components/relatedApp/relatedApp.js
+10
-3
scheduleList.acss
pages/scheduleList/scheduleList.acss
+0
-89
No files found.
components/relatedApp/relatedApp.acss
View file @
0bb70fc2
.sidebarContent {
background: #FFFFFF;
width: 640rpx;
height: 100%;
padding: 32rpx 0 32rpx 32rpx;
}
.sidebarLogo {
margin-bottom: 18rpx;
line-height: 64rpx;
font-size: 26rpx;
color: rgba(27, 38, 61, .56);
display: flex;
}
.sidebarLogo view:nth-of-type(1) {
margin-right: 34rpx;
width: 64rpx;
height: 64rpx;
border-radius: 50%;
background: #3070F2;
color: white;
overflow: hidden;
}
.sidebarLogo view:nth-of-type(1) image {
width: 64rpx;
height: 64rpx;
}
.hasAssociated, .unAssociated {
margin-top: 48rpx;
}
.associated {
font-size: 24rpx;
color: rgba(25, 31, 37, .56);
line-height: 34px;
margin-bottom: 16rpx;
}
.applicationList {
height: 104rpx;
display: flex;
align-items: center;
}
.applicationLogo {
width: 72rpx;
height: 72rpx;
margin-right: 24rpx;
}
.applicationMsg {
flex: 1;
display: flex;
border-bottom: 1px solid rgba(241, 243, 249, 1);
height: 104rpx;
align-items: center;
padding-right: 32rpx;
}
.applicationMsg>view:nth-of-type(1) {
flex: 1;
}
.applicationMsg>view:nth-of-type(1)>view:nth-of-type(1) {
font-size: 28rpx;
color: #191F25;
margin-bottom: 8rpx;
}
.applicationMsg>view:nth-of-type(1)>view:nth-of-type(2) {
opacity: 0.56;
font-size: 20rpx;
color: #191F25;
}
.operateIcon {
width: 32rpx;
height: 32rpx;
}
.operateIcon .iconright, .operateIcon .iconicon_setting1 {
font-size: 22rpx;
color: rgba(27, 38, 61, .5)
}
.Outlook {
background: url(../../assests/outlookLogo.png) center /100% 100%;
}
.Zoom {
background: url(../../assests/zoomLogo.png) center /100% 100%;
}
\ No newline at end of file
components/relatedApp/relatedApp.axml
View file @
0bb70fc2
...
...
@@ -9,7 +9,7 @@
已关联应用
</view>
<view class="applicationList">
<view class="applicationLogo">
<view class="applicationLogo
Zoom
">
</view>
<view class="applicationMsg">
<view>
...
...
@@ -21,7 +21,7 @@
</view>
</view>
<view class="operateIcon">
<text class="iconfont icon
right
"></text>
<text class="iconfont icon
icon_setting1
"></text>
</view>
</view>
</view>
...
...
@@ -31,43 +31,9 @@
可关联应用
</view>
<view class="applicationList">
<view class="applicationLogo">
</view>
<view class="applicationMsg">
<view>
<view>
Outlook日历
</view>
<view>
支持会议日程双向同步,实时同步日程信息等
</view>
</view>
<view class="operateIcon">
<text class="iconfont iconright"></text>
</view>
</view>
</view>
<view class="applicationList">
<view class="applicationLogo">
<view class="applicationLogo Outlook">
</view>
<view class="applicationMsg">
<view>
<view>
Outlook日历
</view>
<view>
支持会议日程双向同步,实时同步日程信息等
</view>
</view>
<view class="operateIcon">
<text class="iconfont iconright"></text>
</view>
</view>
</view>
<view class="applicationList">
<view class="applicationLogo">
</view>
<view class="applicationMsg">
<view class="applicationMsg" catchTap="bindingOutlook">
<view>
<view>
Outlook日历
...
...
components/relatedApp/relatedApp.js
View file @
0bb70fc2
...
...
@@ -9,7 +9,14 @@ Component({
userInfo
:
JSON
.
parse
(
getApp
().
globalData
.
userInfo
)
});
},
didUpdate
()
{
},
didUnmount
()
{
},
methods
:
{},
didUpdate
()
{},
didUnmount
()
{},
methods
:
{
preventSort
()
{
return
false
;
},
bindingOutlook
()
{
dd
.
navigateTo
({
url
:
"./../bindingOutlook/bindingOutlook"
});
}
}
});
pages/scheduleList/scheduleList.acss
View file @
0bb70fc2
...
...
@@ -224,95 +224,6 @@
font-size: 44rpx;
color: rgba(27, 38, 61, 0.4);
}
.sidebarContent {
background: #FFFFFF;
width: 640rpx;
height: 100%;
padding: 32rpx 0 32rpx 32rpx;
}
.sidebarLogo {
margin-bottom: 18rpx;
line-height: 64rpx;
font-size: 26rpx;
color: rgba(27, 38, 61, .56);
display: flex;
}
.sidebarLogo view:nth-of-type(1) {
margin-right: 34rpx;
width: 64rpx;
height: 64rpx;
border-radius: 50%;
background: #3070F2;
color: white;
overflow: hidden;
}
.sidebarLogo view:nth-of-type(1) image {
width: 64rpx;
height: 64rpx;
}
.hasAssociated, .unAssociated {
margin-top: 48rpx;
}
.associated {
font-size: 24rpx;
color: rgba(25, 31, 37, .56);
line-height: 34px;
margin-bottom: 16rpx;
}
.applicationList {
height: 104rpx;
display: flex;
align-items: center;
}
.applicationLogo {
width: 72rpx;
height: 72rpx;
margin-right: 24rpx;
}
.applicationMsg {
flex: 1;
display: flex;
border-bottom: 1px solid rgba(241, 243, 249, 1);
height: 104rpx;
align-items: center;
padding-right: 32rpx;
}
.applicationMsg>view:nth-of-type(1) {
flex: 1;
}
.applicationMsg>view:nth-of-type(1)>view:nth-of-type(1) {
font-size: 28rpx;
color: #191F25;
margin-bottom: 8rpx;
}
.applicationMsg>view:nth-of-type(1)>view:nth-of-type(2) {
opacity: 0.56;
font-size: 20rpx;
color: #191F25;
}
.operateIcon {
width: 32rpx;
height: 32rpx;
}
.operateIcon .iconright {
font-size: 22rpx;
color: rgba(27, 38, 61, .5)
}
.year, .month, .week, .date {
height: 96rpx;
font-size: 48rpx;
...
...
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