Compare commits
	
		
			2 Commits
		
	
	
		
			4a734eb1e7
			...
			7b8d89bb85
		
	
	| Author | SHA1 | Date | 
|---|---|---|
|  | 7b8d89bb85 | |
|  | 4ff97febba | 
|  | @ -374,6 +374,8 @@ page { | |||
|     } | ||||
| 
 | ||||
|     .back-icon { | ||||
|       width: 100rpx; | ||||
|       height: 80rpx; | ||||
|       position: absolute; | ||||
|       left: 12rpx; | ||||
|       top: 12rpx; | ||||
|  |  | |||
|  | @ -72,6 +72,7 @@ | |||
|       > | ||||
|         <view class="plan-header"> | ||||
|           <image | ||||
|             class="image" | ||||
|             src="/static/images/icon-date.png" | ||||
|             mode="scaleToFill" | ||||
|             style="width: 40rpx; height: 40rpx" | ||||
|  | @ -291,9 +292,15 @@ page { | |||
|         display: flex; | ||||
|         align-items: center; | ||||
|         justify-content: flex-start; | ||||
|         gap: 20rpx; | ||||
|         // gap: 20rpx; | ||||
|         padding: 20rpx; | ||||
|         border-bottom: 1px solid #f2f2f2; | ||||
|         .image { | ||||
|           margin-right: 20rpx; | ||||
|         } | ||||
|         .date { | ||||
|           margin-right: 20rpx; | ||||
|         } | ||||
|       } | ||||
|       .plan-content { | ||||
|         padding: 20rpx; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue