| | |
| | | {{item.categoryStr || '-'}} |
| | | </view> |
| | | </view> |
| | | <view class="each-list m-t-12"> |
| | | <view class="each-list"> |
| | | <view class="each-item"> |
| | | <view class="label">状态</view> |
| | | <view class="value">{{item.statusStr || '-'}}</view> |
| | |
| | | </view> |
| | | |
| | | <!-- 输入框--> |
| | | <view class="flex w-fit"> |
| | | <view class="flex w-fit "> |
| | | |
| | | <u-input v-model="content" :placeholder="inputplaceholder" type="digit" |
| | | style="max-width: 390rpx;background-color: #F2F2F2;" v-if="currentInputKey=='price'" /> |
| | |
| | | </view> |
| | | <!-- 提交按钮 --> |
| | | <view class="line-gray" style="margin-bottom: 0px;"></view> |
| | | <view class="flex"> |
| | | <view class="flex flex-wrap-normal"> |
| | | <u-button type="default" class="w-fit flex1 " text="取消" |
| | | @click="()=>{$refs.popup_input.close()}"></u-button> |
| | | <view class="component-line-vert"></view> |
| | |
| | | .flow-manage { |
| | | .flow-manage-list { |
| | | // padding: 20rpx 30rpx; |
| | | padding: 22rpx; |
| | | padding: 22rpx 22rpx 20rpx 22rpx; |
| | | background-color: #fff; |
| | | |
| | | .flow-manage-list-item { |
| | | |
| | | margin-bottom: 20rpx; |
| | | // margin-bottom: 20rpx; |
| | | |
| | | .title { |
| | | font-weight: 600; |
| | |
| | | border-radius: 24rpx; |
| | | border: 2rpx solid #CECECE; |
| | | text-align: center; |
| | | font-size: 24rpx; |
| | | color: #666666; |
| | | line-height: 34rpx; |
| | | } |
| | | } |
| | | |
| | |
| | | .each-list { |
| | | display: flex; |
| | | flex-wrap: wrap; |
| | | margin-top: 6rpx; |
| | | |
| | | .each-item { |
| | | min-width: 30%; |
| | |
| | | content: ": " |
| | | } |
| | | |
| | | .value {} |
| | | .value { |
| | | font-weight: 400; |
| | | font-size: 24rpx; |
| | | color: #666666; |
| | | } |
| | | } |
| | | } |
| | | } |
| | |
| | | // max-width: 90rpx; |
| | | margin-left: 14rpx; |
| | | margin-right: 14rpx; |
| | | font-weight: 400; |
| | | |
| | | } |
| | | |
| | | .button:first-child { |