| | |
| | | |
| | | </view> |
| | | <view v-if="subShow" class="flex justify-around transition" style="padding-top: 10rpx;"> |
| | | <button class="width95 bg-f18202" @click="$emit('submit')">{{garmenTitle}}</button> |
| | | <button class="width45 bg-f18202" @click="$emit('submit')">{{garmenTitle}}</button> |
| | | <button class="width45 bg-grey" @click="$emit('reset')">整包NG下线</button> |
| | | </view> |
| | | <view v-if="empTytowerShow" class="flex justify-around transition"> |
| | | <button class="width45 bg-grey" @click="$emit('reset')">{{cleaningTitle}}</button> |
| | |
| | | // uni-button{ |
| | | // // font-size: 16px !important; |
| | | // } |
| | | uni-button{ |
| | | padding-right: 5px !important; |
| | | } |
| | | </style> |