zhanghua
2023-01-29 a3a502b6340a610ca40fbc4ecb055eb9d1412976
src/views/operate/message/mycontrol/index.vue
@@ -7,8 +7,11 @@
                    <el-button class="button-addition" type="primary" icon="el-icon-plus" @click="dialogCreate = true">添加</el-button>
                </div>
                <!-- 数据展示 -->
                <el-table ref="multipleTable"
                    :header-cell-style="{background:'white','font-size':'12px',color:'#606266','font-weight':'650','line-height':'45px'}"
                <el-table
                    border
                    stripe
                    ref="multipleTable"
                    :header-cell-style="{ 'background':'#F5F5F5','font-weight':'650','line-height':'45px'}"
                    :data="tableData" style="width: 100%" :row-class-name="tableRowClassName"
                    @selection-change="tableChange">
                    <el-table-column type="selection" min-width="5">
@@ -280,9 +283,9 @@
<style lang="scss" scoped>
.userList {
    text-align: left;
    margin: 10px 20px;
    padding: 10px 20px;
    color: #606266;
  border: 1px solid #ccc;
    main {
        background-color: white;
        margin-top: 20px;
@@ -367,8 +370,8 @@
        }
        .el-table {
            color: #606266;
            font-size: 10px;
            // color: #606266;
            // font-size: 10px;
            &::v-deep .el-table__empty-block {
                //background-color: #09152f;