| | |
| | | <text>项目:</text> |
| | | <input v-model="PROJECT" type="text" placeholder="wms" placeholder-style="font-size:16rpx;text-indent: 10rpx;"> |
| | | </view> |
| | | <view class="flex justify-around"> |
| | | <view style="height: 100rpx;width:100%;display: flex;justify-content: center;align-items: flex-end"> |
| | | <button class="cu-btn bg-blue lg" @click="configConfirm">确认</button> |
| | | </view> |
| | | </view> |
| | |
| | | width: 500rpx; |
| | | height: 500rpx; |
| | | background-color: #fff; |
| | | border-radius: 30rpx; |
| | | display: flex; |
| | | flex-direction: column; |
| | | } |
| | | .config-title { |
| | | height: 100rpx; |
| | |
| | | line-height: 100rpx; |
| | | } |
| | | .config-item { |
| | | height: 100rpx; |
| | | height: 80rpx; |
| | | margin-top: 10rpx; |
| | | border-bottom: 1px solid #e8e8e8; |
| | | display: flex; |
| | | justify-content: center; |
| | | align-items: flex-end; |
| | | } |
| | | .config-item text { |
| | | display: inline-block; |
| | | float: left; |
| | | text-indent: 1em; |
| | | width: 150rpx; |
| | | } |
| | | .config-item input { |
| | | display: inline-block; |
| | | float: right; |
| | | margin-right: 50rpx; |
| | | width: 300rpx; |
| | | height: 50rpx; |
| | | border: 1px solid #aaaaaa; |
| | | /* height: 50rpx; */ |
| | | /* border: 1px solid #aaaaaa; */ |
| | | border-radius: 10rpx; |
| | | font-size: 16rpx; |
| | | text-indent: 10rpx; |