fix: 用户列表全选样式
This commit is contained in:
parent
3fb8a25f44
commit
5f2ef8198f
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue