@@ -67,12 +67,14 @@ export default {
<style scoped lang="scss">
.table-wrap{
/* overflow: auto; */
+ width:90% !important;
table{
width:100%;
td{
- /* min-width: 35px; */
+ /* min-width: 55px; */
+ word-break: keep-all;
border: 1px solid #747474;
- height: 45px;
+ height: 40px;
text-align: center;
}