ElementUI table component form Table-column fixed form dislocation

problem description

clipboard.png

the environmental background of the problems and what methods you have tried

related codes

/ / Please paste the code text below (do not replace the code with pictures)
< el-table-column

    label=""
    align="center"
    fixed="right"
    width="180">
    <template slot-scope="scope">
      <el-button
        type="text"
        size="small"
        :disabled="+scope.row.refundState===2"
        @click="checkInfo=scope.row;isTracebackDetail=true">
        
      </el-button>
      <el-button
        type="text"
        size="small"
        :disabled="+scope.row.refundState===2"
        @click="revoke(scope.row)">
        
      </el-button>
      <el-button
        type="text"
        size="small"
        :disabled="+scope.row.auditState===2||+scope.row.refundState===2"
        @click="audit(scope.row)">
        
      </el-button>
      <el-button
        type="text"
        size="small"
        :disabled="+scope.row.retrospectState===2||+scope.row.refundState===2"
        @click="selectRow=scope.row;withBtn=true;isTraceback=true">
        
      </el-button>
    </template>
  </el-table-column>

what result do you expect? What is the error message actually seen?

Jul.01,2022
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1be0351-30223.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1be0351-30223.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?