File tree 2 files changed +4
-4
lines changed
dolphinscheduler-ui/src/js/conf/home/pages/projects/pages
instance/pages/list/_source
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55
55
<th scope =" col" style =" min-width : 135px " >
56
56
<span >{{$t('Executor')}}</span >
57
57
</th >
58
- <th scope =" col" : style =" {'min -width': ((Math.max(list.length && list[0].host.length, 22) + 40) * 6) + 'px'} " >
58
+ <th scope =" col" style =" max -width: 600 px " >
59
59
<span >{{$t('host')}}</span >
60
60
</th >
61
61
<th scope =" col" style =" min-width : 230px " >
93
93
<span v-if =" item.executorName" >{{item.executorName}}</span >
94
94
<span v-else >-</span >
95
95
</td >
96
- <td ><span >{{item.host || '-'}}</span ></td >
96
+ <td style = " max-width : 600 px " ><span style = " padding-right : 5 px " >{{item.host || '-'}}</span ></td >
97
97
<td style =" z-index : inherit ;" >
98
98
<div v-show =" item.disabled" >
99
99
<x-button type =" info"
Original file line number Diff line number Diff line change 46
46
<th scope =" col" style =" min-width : 130px " >
47
47
<span >{{$t('End Time')}}</span >
48
48
</th >
49
- <th scope =" col" : style =" {'min -width': (Math.max(list.length && list[0].host.length, 22) * 6) + 'px'} " >
49
+ <th scope =" col" style =" max -width: 600 px " >
50
50
<span >{{$t('host')}}</span >
51
51
</th >
52
52
<th scope =" col" style =" min-width : 70px " >
87
87
<span v-if =" item.endTime" >{{item.endTime | formatDate}}</span >
88
88
<span v-else >-</span >
89
89
</td >
90
- <td ><span >{{item.host || '-'}}</span ></td >
90
+ <td style = " max-width : 600 px " ><span style = " padding-right : 5 px " >{{item.host || '-'}}</span ></td >
91
91
<td ><span >{{item.duration}}</span ></td >
92
92
<td ><span >{{item.retryTimes}}</span ></td >
93
93
<td >
You can’t perform that action at this time.
0 commit comments