@@ -89,8 +89,10 @@ export default {
/* overflow: auto; */
table{
width:99%;
- table-layout: fixed;
+ table-layout: auto;
td{
+ width: auto;
+ height: auto;
/* min-width: 35px; */
border: 1px solid #747474;
word-break: break-all;