ZZJ
2022-06-28 2cb264ec2b7c7dd9798d1821927104fad35bd063
src/pages/settings/components/LoraGateway.vue
@@ -38,14 +38,17 @@
        </div>
      </el-form-item>
      <div class="block">
      <div class="block flexBlock">
        <el-form-item class="form-item channel-sele">
          <div class="item-title">频道</div>
          <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"
@@ -56,6 +59,7 @@
          </el-select>
          <div class="channel">
            当前连接通道:<span class="channelCount">{{ channelCount }}</span>
            </div>
          </div>
        </el-form-item>
@@ -153,8 +157,17 @@
.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 {
@@ -162,5 +175,20 @@
      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>