fix(style): correct Arrow direction in Material UI theme (#788) (#1026)

This commit is contained in:
pa
2024-12-16 16:28:56 +09:00
committed by GitHub
parent 8f684228be
commit ba7464d9c2

View File

@@ -636,7 +636,11 @@ input[type='number'],
}
.el-table__expand-icon--expanded,
.x-friend-group > .el-icon-arrow-right.rotate {
transform: rotateX(180deg);
transform: rotate(270deg);
}
.el-table__expand-icon--expanded,
.x-friend-group > .el-icon-arrow-right {
transform: rotate(90deg);
}
.el-table .el-table__body-wrapper table tr th,
.el-table .el-table__body-wrapper table tr > td:not(.is-right) > .cell {