| | |
| | | </div> |
| | | </el-form-item> |
| | | |
| | | <div class="block"> |
| | | <div class="block flexBlock"> |
| | | <el-form-item class="form-item channel-sele"> |
| | | <div class="item-title">频道</div> |
| | | <el-select |
| | | v-model="loraForm.channel" |
| | | placeholder="请选择" |
| | | size="small" |
| | | :popper-append-to-body="false" |
| | | > |
| | | <el-option |
| | | v-for="item in channel_option" |
| | | :key="item.value" |
| | | :label="item.label" |
| | | :value="item.value" |
| | | ></el-option> |
| | | </el-select> |
| | | <div class="channel"> |
| | | 当前连接通道:<span class="channelCount">{{ channelCount }}</span> |
| | | |
| | | <div class="right"> |
| | | <el-select |
| | | v-model="loraForm.channel" |
| | | placeholder="请选择" |
| | | size="small" |
| | | :popper-append-to-body="false" |
| | | style="width: 173px" |
| | | > |
| | | <el-option |
| | | v-for="item in channel_option" |
| | | :key="item.value" |
| | | :label="item.label" |
| | | :value="item.value" |
| | | ></el-option> |
| | | </el-select> |
| | | <div class="channel"> |
| | | 当前连接通道:<span class="channelCount">{{ channelCount }}</span> |
| | | </div> |
| | | </div> |
| | | </el-form-item> |
| | | |
| | |
| | | .lora-gateway { |
| | | display: flex; |
| | | flex-direction: column; |
| | | |
| | | .block { |
| | | margin-top: 16px; |
| | | |
| | | .el-form-item__content { |
| | | justify-content: space-between; |
| | | |
| | | .right { |
| | | display: flex; |
| | | } |
| | | } |
| | | } |
| | | .channel-sele { |
| | | .el-select { |
| | |
| | | margin-left: 88px; |
| | | } |
| | | } |
| | | |
| | | .el-radio-group { |
| | | text-align: right; |
| | | } |
| | | |
| | | .el-form-item ::v-deep .el-form-item__content::before { |
| | | display: none; |
| | | } |
| | | |
| | | .el-form-item ::v-deep .el-form-item__content::after { |
| | | display: none; |
| | | } |
| | | } |
| | | </style> |
| | | |
| | | <style> |
| | | </style> |