zhanghua
2023-02-21 fb1d57f4bce31fe4f8147a144f8ef4afbca0a4cd
src/views/operate/baseSetting/illegalBuild/index.vue
@@ -1,6 +1,6 @@
<template>
  <div class="userList">
    <div class="headerTitle">运营管理》基础设置》违建事项设置</div>
<!--    <div class="headerTitle">运营管理》基础设置》违建事项设置</div>-->
    <header>
      <div class="headerContent">
        <div class="search">
@@ -12,11 +12,11 @@
        </div>
        <div class="addUser">
          <el-button class="addBtn" type="primary" @click="dialogCreate = true"
            >新增违建</el-button
            >新增违建类型</el-button
          >
          <el-dialog
            :visible.sync="dialogCreate"
            title="新增违建"
            title="新增违建类型"
            width="45%"
            v-if="dialogCreate"
            :before-close="handleClose"
@@ -77,7 +77,7 @@
        <!-- tools -->
        <div class="tools">
          <div class="funs">
            <!-- <div class="funsItem">
             <div class="funsItem">
                            <el-checkbox v-model="all" @change="selectAll()">全选</el-checkbox>
                        </div>
                        <div class="funsItem">
@@ -89,7 +89,7 @@
                                    :value="item.value" :disabled="item.disabled">
                                </el-option>
                            </el-select>
                        </div> -->
                        </div>
          </div>
          <div class="pagination">
            <el-pagination
@@ -300,7 +300,7 @@
  }
  header {
    background-color: #fff;
    //background-color: #fff;
    .headerContent {
      padding: 0;
@@ -346,7 +346,7 @@
  }
  main {
    background-color: #fff;
    //background-color: #fff;
    margin-top: 20px;
    padding-bottom: 50px;
@@ -367,7 +367,7 @@
          line-height: 28px;
          display: flex;
          align-items: center;
          border: 1px solid #17324c;
          border: 1px solid #ccc;
          border-radius: 4px;
          font-size: 12px;
          margin-left: 10px;
@@ -380,7 +380,10 @@
          .el-select {
            width: 120px;
          }
          &::v-deep .el-input__inner {
            border: none;
            // background-color: #09152f;
          }
          &:hover {
            border: 1px solid #4b9bb7;
          }