fix: 用户列表全选样式
This commit is contained in:
parent
3fb8a25f44
commit
5f2ef8198f
|
@ -509,15 +509,15 @@ export default {
|
|||
</script>
|
||||
|
||||
<style scoped>
|
||||
/deep/ .el-table__fixed-right {
|
||||
height: 100% !important;
|
||||
}
|
||||
/*/deep/ .el-table__fixed-right {*/
|
||||
/* height: 100% !important;*/
|
||||
/*}*/
|
||||
|
||||
/deep/ .el-table__fixed {
|
||||
height: 110px !important;
|
||||
}
|
||||
/*/deep/ .el-table__fixed {*/
|
||||
/* height: 110px !important;*/
|
||||
/*}*/
|
||||
|
||||
/deep/ .ms-select-all-fixed th:nth-child(2) .el-icon-arrow-down {
|
||||
top: -5px;
|
||||
}
|
||||
/*/deep/ .ms-select-all-fixed th:nth-child(2) .el-icon-arrow-down {*/
|
||||
/* top: -5px;*/
|
||||
/*}*/
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue