Kxc0822a
2022-04-13 243e1e0a2583acb0d867819163e0e7dd7df55ce5
src/views/hiddenDangerManagement/fillInspector.vue
@@ -6,7 +6,7 @@
                <el-form :model="config" ref="configTableForm">
                    <el-table
                        :data="tableData"
                        size="mini"
                        border
                        style="width: 1600px"
                        @cell-mouse-enter="handleCellEnter"
                        @cell-mouse-leave="handleCellLeave"
@@ -156,11 +156,11 @@
                <div class="btn">
                    <el-button
                        class="btns"
                        size="small"
                        type="primary"
                        @click="submitConfig('config')">保存</el-button>
                    <el-button
                        class="btns"
                        type="primary" @click="close()">关闭</el-button>
                    <el-button  size="small"
                         @click="close()">关闭</el-button>
                </div>
            </div>
        </div>
@@ -306,9 +306,9 @@
        background-color: #034ea2;
        border: 1px solid #034ea2;
    }
    .el-button:hover {
        background: #66b1ff;
        border-color: #66b1ff;
        color: #FFF;
    }
    /*.el-button:hover {*/
    /*    background: #66b1ff;*/
    /*    border-color: #66b1ff;*/
    /*    color: #FFF;*/
    /*}*/
</style>