vue a-table 排序字段高亮

  • Post author:
  • Post category:vue




效果如图

背景:按照哪个字段排序,对应列高亮显示

在这里插入图片描述

<a-table :columns="columns" :data-source="data"  />

<style scoped lang="less">
    /deep/ .ant-table-column-sort .ant-table-column-title{
        color: red !important;
    }
</style>



版权声明:本文为xiongdaandxiaomi原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。