Welcome

首页 / 脚本样式 / Element UI / elementUI的表格移入移出加入操作后变色问题

左侧与右侧操作页面不一致

<el-table-column fixed="right" label="操作">

            <template slot-scope="scope">

              <el-button @click="handleClick(scope.row)" type="text" size="small">查看</el-button>

            </template>

          </el-table-column>


          解决问题:

          去掉fixed="right"