Closed javasgl closed 6 years ago
<tabs> <tab-pane label="panel-title"> <table class="table"> <thead> <tr> <th>h1</th> <th>h2</th> <th>h3</th> </tr> </thead> <tbody> <tr> <td>data1</td> <td>data2</td> <td>data3</td> </tr> </tbody> </table> </tab-pane> </tabs>
finally , use user-select:text fixed this bug.
user-select:text
data1 or data2 or data3 can`t be selected by double-click or single-click .