zhanghua
2025-07-16 7c20fd15b7fbc2bd5756b39d5ab655cc849ffcc3
src/views/systemSetting/device/loudspeaker/index.vue
@@ -18,22 +18,25 @@
            </el-option>
          </el-select>
        </div>
        <div class="main-title">
          <el-button
            class="el-icon-plus button-addition"
            type="primary"
            @click="handleAdd"
            >添加</el-button
          >
        </div>
      </div>
    </header>
    <main>
      <div class="main-content">
        <div class="main-title">
          <el-button class="el-icon-plus button-addition" type="primary" @click="handleAdd"
            >添加</el-button
          >
        </div>
        <!-- 数据展示 -->
        <el-table
            border
            stripe
          border
          stripe
          ref="multipleTable"
          :header-cell-style="{
          'background':'#F5F5F5',
            background: '#F5F5F5',
            'font-weight': '650',
            'line-height': '45px',
          }"
@@ -242,12 +245,8 @@
.list {
  text-align: left;
  padding: 10px 20px;
  // color: #4b9bb7;
  border: 1px solid #ccc;
  header {
    background-color: white;
    // border: 1pox solid #fff;
    .header-content {
      padding: 0px;
      display: flex;
@@ -265,27 +264,17 @@
        .el-input {
          flex: 2;
          // color: #1d3f57;
          // &::v-deep .el-input__inner {
          //   background-color: #09152f;
          //   border: 1px solid #17324c;
          // }
        }
      }
      .main-title {
        line-height: 60px;
        padding: 0;
      }
    }
  }
  main {
    // background-color: #09152f;
    //margin-top: 20px;
    padding-bottom: 50px;
    //border: 1px solid #fff;
    .main-title {
      line-height: 60px;
      padding: 0;
    }
    .tools {
      display: flex;
@@ -300,7 +289,6 @@
          line-height: 28px;
          display: flex;
          align-items: center;
          // border: 1px solid #17324c;
          border-radius: 4px;
          font-size: 12px;
          margin-left: 10px;
@@ -313,19 +301,6 @@
          .el-select {
            width: 120px;
          }
          // &::v-deep .el-input__inner {
          //   border: none;
          //   background-color: #09152f;
          // }
          // &:hover {
          //   border: 1px solid #4b9bb7;
          // }
          // &:hover .el-checkbox {
          //   color: #4b9bb7;
          // }
        }
      }
@@ -334,30 +309,13 @@
        display: flex;
        line-height: 50px;
        justify-content: center;
        .el-pagination {
          // &::v-deep li,
          // &::v-deep .btn-prev,
          // &::v-deep .btn-next {
          //   background-color: #071f39;
          //   color: #4b9bb7;
          // }
          // &::v-deep .active {
          //   background-color: #409eff;
          //   color: #fff;
          // }
        }
      }
    }
    .el-table {
      // color: #4b9bb7;
      // font-size: 10px;
      .operation {
        display: flex;
        color: var(--operation-color);
        .line {
          padding: 0 5px;
        }