fix: 用户列表全选样式

This commit is contained in:
chenjianxing 2021-06-07 13:59:35 +08:00 committed by jianxing
parent 3fb8a25f44
commit 5f2ef8198f
1 changed files with 9 additions and 9 deletions

View File

@ -509,15 +509,15 @@ export default {
</script> </script>
<style scoped> <style scoped>
/deep/ .el-table__fixed-right { /*/deep/ .el-table__fixed-right {*/
height: 100% !important; /* height: 100% !important;*/
} /*}*/
/deep/ .el-table__fixed { /*/deep/ .el-table__fixed {*/
height: 110px !important; /* height: 110px !important;*/
} /*}*/
/deep/ .ms-select-all-fixed th:nth-child(2) .el-icon-arrow-down { /*/deep/ .ms-select-all-fixed th:nth-child(2) .el-icon-arrow-down {*/
top: -5px; /* top: -5px;*/
} /*}*/
</style> </style>