Commit 3a576696 by fengzhaoyu

样式修改

parent 1517b4e4
......@@ -53,7 +53,6 @@
}
.treeLi {
display: block;
height: 70rpx;
font-size: 28rpx;
line-height: 70rpx;
}
......
......@@ -484,3 +484,9 @@ page {
margin-top: 16rpx;
border-radius: 26rpx;
}
.placeName {
height: 100%;
width: 600rpx;
overflow-x: scroll;
white-space: nowrap;
}
\ No newline at end of file
......@@ -17,7 +17,7 @@
</view>
<view class="text" data-nextPage="place" onTap="nextPage">
<view class="selectPlace" a:if="{{!!locationName}}">
<text>{{locationName}}</text>
<text class="placeName">{{locationName}}</text>
<text class="iconshanchu-1 iconfont" a:if="{{!!scheduleItem?(organizer==permissions?true:false):true}}" data-icon="icondingwei" catchTap="closeEditList"></text>
</view>
<text a:else>
......
<!--<mw-select></mw-select> -->
版本号:142 调试版本版
版本号:143 版本
<view class="index">
<view a:if="{{startPageOnLoad&&startPageOnShow}}">
<scroll-view a:if="{{todayStr !== ''}}" scroll-y="{{true}}" upper-threshold="50" lower-threshold="50" onScrollToLower="lower" onScroll="onScroll" style="height: 100vh;" scroll-into-view="{{todayStr}}">
......
......@@ -64,6 +64,7 @@ page {
.mettingRoomRight {
width: 100%;
overflow: hidden;
border-bottom: 1rpx solid rgba(25, 31, 37, 0.12)
}
......@@ -72,6 +73,9 @@ page {
font-size: 34rpx;
color: #191F25;
line-height: 34rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.numIcon {
......@@ -133,6 +137,7 @@ page {
font-size: 24rpx;
color: rgba(25, 31, 37, 0.28);
}
.iconshebei {
margin-top: 3rpx;
vertical-align: middle;
......
......@@ -410,7 +410,6 @@ page {
width: 100%;
background: rgba(25, 31, 37, 0.12);
border-radius: 6rpx;
}
.line {
......@@ -494,4 +493,7 @@ page {
.del {
text-decoration: line-through;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
\ No newline at end of file
......@@ -86,8 +86,7 @@ create.Page({
}
},
// 保存的接口
// saveUpload ()
saveUpload(id) {
saveUpload: throttle(function (id) {
let data = {
scheduleId: id,
uploader: getApp().globalData.userid,
......@@ -105,5 +104,5 @@ create.Page({
delta: 1
})
})
}
}, 1000)
});
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