@@ -16,8 +16,8 @@ exports[`veTable header sort render multiple field sort 1`] = `
1616          <thead  class = " ve-table-fixed-header ve-table-header"  > 
1717            <tr  class = " ve-table-header-tr"  > 
1818              <th  rowspan = " 1"   colspan = " 1"   class = " ve-table-header-th"   style = " text-align: left; top: 0px;"  >Name</th > 
19-               <th  rowspan = " 1"   colspan = " 1"   class = " ve-table-header-th"   style = " text-align: center; top: 0px;"  >Age<span  class = " ve-table-sort"  ><i  class = " ve-icon iconfont-vet icon-vet-sort-top-arrow ve-table-sort-icon ve-table-sort-icon-top"  ></i ><i  class = " ve-icon iconfont-vet icon-vet-sort-bottom-arrow ve-table-sort-icon ve-table-sort-icon-bottom"  ></i ></span ></th > 
20-               <th  rowspan = " 1"   colspan = " 1"   class = " ve-table-header-th"   style = " text-align: center; top: 0px;"  >Weight(kg)<span  class = " ve-table-sort"  ><i  class = " ve-icon iconfont-vet icon-vet-sort-top-arrow ve-table-sort-icon ve-table-sort-icon-top active"  ></i ><i  class = " ve-icon iconfont-vet icon-vet-sort-bottom-arrow ve-table-sort-icon ve-table-sort-icon-bottom"  ></i ></span ></th > 
19+               <th  rowspan = " 1"   colspan = " 1"   class = " ve-table-header-th ve-table-sortable-column "   style = " text-align: center; top: 0px;"  >Age<span  class = " ve-table-sort"  ><i  class = " ve-icon iconfont-vet icon-vet-sort-top-arrow ve-table-sort-icon ve-table-sort-icon-top"  ></i ><i  class = " ve-icon iconfont-vet icon-vet-sort-bottom-arrow ve-table-sort-icon ve-table-sort-icon-bottom"  ></i ></span ></th > 
20+               <th  rowspan = " 1"   colspan = " 1"   class = " ve-table-header-th ve-table-sortable-column "   style = " text-align: center; top: 0px;"  >Weight(kg)<span  class = " ve-table-sort"  ><i  class = " ve-icon iconfont-vet icon-vet-sort-top-arrow ve-table-sort-icon ve-table-sort-icon-top active"  ></i ><i  class = " ve-icon iconfont-vet icon-vet-sort-bottom-arrow ve-table-sort-icon ve-table-sort-icon-bottom"  ></i ></span ></th > 
2121              <th  rowspan = " 1"   colspan = " 1"   class = " ve-table-header-th"   style = " text-align: center; top: 0px;"  >Hobby</th > 
2222              <th  rowspan = " 1"   colspan = " 1"   class = " ve-table-header-th ve-table-last-column"   style = " text-align: left; top: 0px;"  >Address</th > 
2323            </tr > 
@@ -96,8 +96,8 @@ exports[`veTable header sort render single field sort 1`] = `
9696          <thead  class = " ve-table-fixed-header ve-table-header"  > 
9797            <tr  class = " ve-table-header-tr"  > 
9898              <th  rowspan = " 1"   colspan = " 1"   class = " ve-table-header-th"   style = " text-align: left; top: 0px;"  >Name</th > 
99-               <th  rowspan = " 1"   colspan = " 1"   class = " ve-table-header-th"   style = " text-align: center; top: 0px;"  >Age<span  class = " ve-table-sort"  ><i  class = " ve-icon iconfont-vet icon-vet-sort-top-arrow ve-table-sort-icon ve-table-sort-icon-top"  ></i ><i  class = " ve-icon iconfont-vet icon-vet-sort-bottom-arrow ve-table-sort-icon ve-table-sort-icon-bottom"  ></i ></span ></th > 
100-               <th  rowspan = " 1"   colspan = " 1"   class = " ve-table-header-th"   style = " text-align: center; top: 0px;"  >Weight(kg)<span  class = " ve-table-sort"  ><i  class = " ve-icon iconfont-vet icon-vet-sort-top-arrow ve-table-sort-icon ve-table-sort-icon-top active"  ></i ><i  class = " ve-icon iconfont-vet icon-vet-sort-bottom-arrow ve-table-sort-icon ve-table-sort-icon-bottom"  ></i ></span ></th > 
99+               <th  rowspan = " 1"   colspan = " 1"   class = " ve-table-header-th ve-table-sortable-column "   style = " text-align: center; top: 0px;"  >Age<span  class = " ve-table-sort"  ><i  class = " ve-icon iconfont-vet icon-vet-sort-top-arrow ve-table-sort-icon ve-table-sort-icon-top"  ></i ><i  class = " ve-icon iconfont-vet icon-vet-sort-bottom-arrow ve-table-sort-icon ve-table-sort-icon-bottom"  ></i ></span ></th > 
100+               <th  rowspan = " 1"   colspan = " 1"   class = " ve-table-header-th ve-table-sortable-column "   style = " text-align: center; top: 0px;"  >Weight(kg)<span  class = " ve-table-sort"  ><i  class = " ve-icon iconfont-vet icon-vet-sort-top-arrow ve-table-sort-icon ve-table-sort-icon-top active"  ></i ><i  class = " ve-icon iconfont-vet icon-vet-sort-bottom-arrow ve-table-sort-icon ve-table-sort-icon-bottom"  ></i ></span ></th > 
101101              <th  rowspan = " 1"   colspan = " 1"   class = " ve-table-header-th"   style = " text-align: center; top: 0px;"  >Hobby</th > 
102102              <th  rowspan = " 1"   colspan = " 1"   class = " ve-table-header-th ve-table-last-column"   style = " text-align: left; top: 0px;"  >Address</th > 
103103            </tr > 
0 commit comments