@@ -38,9 +38,11 @@ exports[`veTable row expand expandOption expandedRowKeys(controllable attr) 1`]
3838 <!---->No.1 Century Avenue, Shanghai
3939 </td >
4040 </tr >
41- <tr class = " ve-table-expand-tr ve-table-expand-tr-show " >
41+ <tr class = " ve-table-expand-tr" >
4242 <td colspan = " 4" class = " ve-table-expand-td" >
43- <p >My name is<span style = " color: rgb(24, 144, 255);" >John</span >,I'm living in No.1 Century Avenue, Shanghai</p >
43+ <div class = " ve-table-expand-td-content" >
44+ <p >My name is<span style = " color: rgb(24, 144, 255);" >John</span >,I'm living in No.1 Century Avenue, Shanghai</p >
45+ </div >
4446 </td >
4547 </tr >
4648 <tr row-key = " 1002" class = " ve-table-body-tr" >
@@ -55,9 +57,11 @@ exports[`veTable row expand expandOption expandedRowKeys(controllable attr) 1`]
5557 <!---->No.1 Century Avenue, Beijing
5658 </td >
5759 </tr >
58- <tr class = " ve-table-expand-tr ve-table-expand-tr-show " >
60+ <tr class = " ve-table-expand-tr" >
5961 <td colspan = " 4" class = " ve-table-expand-td" >
60- <p >My name is<span style = " color: rgb(24, 144, 255);" >Dickerson</span >,I'm living in No.1 Century Avenue, Beijing</p >
62+ <div class = " ve-table-expand-td-content" >
63+ <p >My name is<span style = " color: rgb(24, 144, 255);" >Dickerson</span >,I'm living in No.1 Century Avenue, Beijing</p >
64+ </div >
6165 </td >
6266 </tr >
6367 <tr row-key = " 1003" class = " ve-table-body-tr" >
@@ -72,9 +76,11 @@ exports[`veTable row expand expandOption expandedRowKeys(controllable attr) 1`]
7276 <!---->No.1 Century Avenue, Chongqing
7377 </td >
7478 </tr >
75- <tr class = " ve-table-expand-tr ve-table-expand-tr-show " >
79+ <tr class = " ve-table-expand-tr" >
7680 <td colspan = " 4" class = " ve-table-expand-td" >
77- <p >My name is<span style = " color: rgb(24, 144, 255);" >Larsen</span >,I'm living in No.1 Century Avenue, Chongqing</p >
81+ <div class = " ve-table-expand-td-content" >
82+ <p >My name is<span style = " color: rgb(24, 144, 255);" >Larsen</span >,I'm living in No.1 Century Avenue, Chongqing</p >
83+ </div >
7884 </td >
7985 </tr >
8086 <tr row-key = " 1004" class = " ve-table-body-tr" >
@@ -89,11 +95,7 @@ exports[`veTable row expand expandOption expandedRowKeys(controllable attr) 1`]
8995 <!---->No.1 Century Avenue, Xiamen
9096 </td >
9197 </tr >
92- <tr class = " ve-table-expand-tr" >
93- <td colspan = " 4" class = " ve-table-expand-td" >
94- <p >My name is<span style = " color: rgb(24, 144, 255);" >Geneva</span >,I'm living in No.1 Century Avenue, Xiamen</p >
95- </td >
96- </tr >
98+ <!---->
9799 <tr row-key = " 1005" class = " ve-table-body-tr" >
98100 <td rowspan = " 1" colspan = " 1" class = " ve-table-body-td" style = " text-align: center;" ><span class = " ve-table-row-expand-icon" ><i class = " ve-icon iconfont-vet icon-vet-right-arrow" ></i ></span ></td >
99101 <td rowspan = " 1" colspan = " 1" class = " ve-table-body-td" style = " text-align: left;" >
@@ -106,11 +108,7 @@ exports[`veTable row expand expandOption expandedRowKeys(controllable attr) 1`]
106108 <!---->No.1 Century Avenue, Shenzhen
107109 </td >
108110 </tr >
109- <tr class = " ve-table-expand-tr" >
110- <td colspan = " 4" class = " ve-table-expand-td" >
111- <p >My name is<span style = " color: rgb(24, 144, 255);" >Jami</span >,I'm living in No.1 Century Avenue, Shenzhen</p >
112- </td >
113- </tr >
111+ <!---->
114112 </tbody >
115113 <tfoot class = " ve-table-fixed-footer ve-table-footer" ></tfoot >
116114 </table >
@@ -156,8 +154,10 @@ exports[`veTable row expand render 1`] = `
156154 <!---->No.1 Century Avenue, Shanghai
157155 </td >
158156 </tr >
159- <tr class = " ve-table-expand-tr ve-table-expand-tr-show" >
160- <td colspan = " 4" class = " ve-table-expand-td" ></td >
157+ <tr class = " ve-table-expand-tr" >
158+ <td colspan = " 4" class = " ve-table-expand-td" >
159+ <div class = " ve-table-expand-td-content" ></div >
160+ </td >
161161 </tr >
162162 <tr row-key = " 1002" class = " ve-table-body-tr" >
163163 <td rowspan = " 1" colspan = " 1" class = " ve-table-body-td" style = " text-align: center;" ></td >
@@ -177,8 +177,10 @@ exports[`veTable row expand render 1`] = `
177177 <!---->No.1 Century Avenue, Chongqing
178178 </td >
179179 </tr >
180- <tr class = " ve-table-expand-tr ve-table-expand-tr-show" >
181- <td colspan = " 4" class = " ve-table-expand-td" ></td >
180+ <tr class = " ve-table-expand-tr" >
181+ <td colspan = " 4" class = " ve-table-expand-td" >
182+ <div class = " ve-table-expand-td-content" ></div >
183+ </td >
182184 </tr >
183185 <tr row-key = " 1004" class = " ve-table-body-tr" >
184186 <td rowspan = " 1" colspan = " 1" class = " ve-table-body-td" style = " text-align: center;" ><span class = " ve-table-row-expand-icon" ><i class = " ve-icon iconfont-vet icon-vet-right-arrow" ></i ></span ></td >
@@ -192,9 +194,7 @@ exports[`veTable row expand render 1`] = `
192194 <!---->No.1 Century Avenue, Xiamen
193195 </td >
194196 </tr >
195- <tr class = " ve-table-expand-tr" >
196- <td colspan = " 4" class = " ve-table-expand-td" ></td >
197- </tr >
197+ <!---->
198198 <tr row-key = " 1005" class = " ve-table-body-tr" >
199199 <td rowspan = " 1" colspan = " 1" class = " ve-table-body-td" style = " text-align: center;" ><span class = " ve-table-row-expand-icon" ><i class = " ve-icon iconfont-vet icon-vet-right-arrow" ></i ></span ></td >
200200 <td rowspan = " 1" colspan = " 1" class = " ve-table-body-td" style = " text-align: left;" >
@@ -207,9 +207,7 @@ exports[`veTable row expand render 1`] = `
207207 <!---->No.1 Century Avenue, Shenzhen
208208 </td >
209209 </tr >
210- <tr class = " ve-table-expand-tr" >
211- <td colspan = " 4" class = " ve-table-expand-td" ></td >
212- </tr >
210+ <!---->
213211 </tbody >
214212 <tfoot class = " ve-table-fixed-footer ve-table-footer" ></tfoot >
215213 </table >
0 commit comments