📅  最后修改于: 2022-03-11 15:02:20.701000             🧑  作者: Mango
add this css on the top of page or in css file.
use respective class
.no-sort::after {
opacity: 0;
content:unset;
}
.no-sort {
opacity: 0;
content:unset;
}