hookehuyr

fix

...@@ -154,4 +154,9 @@ export default { ...@@ -154,4 +154,9 @@ export default {
154 /deep/.mu-table th.is-sortable .mu-table-sort-icon { 154 /deep/.mu-table th.is-sortable .mu-table-sort-icon {
155 opacity: .6; 155 opacity: .6;
156 } 156 }
157 +
158 + .container {
159 + max-width: fit-content;
160 + }
161 +
157 </style> 162 </style>
......