Compare commits

..

No commits in common. "7b8d89bb85cc00f6793d820b2b10d3d8ea749ce0" and "4a734eb1e7160f59586e4a4c7b70c106fdabcd2a" have entirely different histories.

2 changed files with 1 additions and 10 deletions

View File

@ -374,8 +374,6 @@ page {
} }
.back-icon { .back-icon {
width: 100rpx;
height: 80rpx;
position: absolute; position: absolute;
left: 12rpx; left: 12rpx;
top: 12rpx; top: 12rpx;

View File

@ -72,7 +72,6 @@
> >
<view class="plan-header"> <view class="plan-header">
<image <image
class="image"
src="/static/images/icon-date.png" src="/static/images/icon-date.png"
mode="scaleToFill" mode="scaleToFill"
style="width: 40rpx; height: 40rpx" style="width: 40rpx; height: 40rpx"
@ -292,15 +291,9 @@ page {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: flex-start; justify-content: flex-start;
// gap: 20rpx; gap: 20rpx;
padding: 20rpx; padding: 20rpx;
border-bottom: 1px solid #f2f2f2; border-bottom: 1px solid #f2f2f2;
.image {
margin-right: 20rpx;
}
.date {
margin-right: 20rpx;
}
} }
.plan-content { .plan-content {
padding: 20rpx; padding: 20rpx;