| | |
| | | <view class="workOrderDetail"> |
| | | <view class="headerCont"> |
| | | <p class="title">基本信息</p> |
| | | <p>单号:{{ basicInfor.allocationNum }}</p> |
| | | <view style="display: flex;align-items: center;"> |
| | | <p style="display: inline-block;padding-right: 10px;">单号:{{ basicInfor.allocationNum }}</p> |
| | | <p class="sharebut"> |
| | | <button open-type="share" class="shareAn"> |
| | | </button> |
| | | <u-icon name="share-square" label='分享' labelPos="bottom" bold size='18' color="#efb287" |
| | | labelColor="#efb287"></u-icon> |
| | | </p> |
| | | </view> |
| | | </view> |
| | | <u-line color="#bbb" /> |
| | | <view> |
| | |
| | | display: flex; |
| | | justify-content: space-between; |
| | | font-size: 30.77rpx; |
| | | align-items: center; |
| | | } |
| | | |
| | | .mainContent { |
| | |
| | | } |
| | | } |
| | | } |
| | | |
| | | .sharebut { |
| | | position: relative; |
| | | display: inline-block; |
| | | |
| | | .shareAn { |
| | | position: absolute; |
| | | height: 36px; |
| | | width: 30px; |
| | | padding: 0; |
| | | opacity: 0; |
| | | z-index: 100; |
| | | } |
| | | } |
| | | </style> |