odc.xiaohui
2023-01-12 32a212b99dfd1591cc0ace0f53e6cb0be81cea85
src/views/systemSetting/baseSetting/user/components/main/index.vue
@@ -134,6 +134,7 @@
              @change="selectChange"
            >
              <el-option
                  popper-class="funs-select"
                v-for="item in options"
                :key="item.value"
                :label="item.label"
@@ -485,7 +486,7 @@
  // background-color: #09152f;
  margin-top: 20px;
  padding-bottom: 50px;
  border: 1pox solid #fff;
  //border: 1px solid #fff;
  .mainTitle {
    line-height: 60px;
@@ -495,31 +496,37 @@
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    padding: 0;
    .funs {
      display: flex;
      .funs-sp {
         border: 1px solid #DCDFE6;
      }
      .funsItem {
        background-color: transparent;
        line-height: 28px;
        display: flex;
        align-items: center;
        border-radius: 4px;
        font-size: 12px;
        margin-left: 10px;
        .el-checkbox {
          width: 80px;
          padding: 0 10px;
        }
        .el-select {
          width: 120px;
          &::v-deep.el-input{
            .el-input__inner{
              background-color: transparent!important;
            }
          }
          .funs-select{
            background-color: transparent;
          }
        }
      }
    }