diff --git a/jero-web/src/components/SplitDetailTable/index.vue b/jero-web/src/components/SplitDetailTable/index.vue index 714f99a93..12e043bf7 100644 --- a/jero-web/src/components/SplitDetailTable/index.vue +++ b/jero-web/src/components/SplitDetailTable/index.vue @@ -7,7 +7,7 @@ :components="drag(columns,'columns')" :row-selection="{ fixed: true, selectedRowKeys: selectedRowKeys, onChange: onSelectChange }" :pagination="false" - :scroll="{x: true}" + :scroll="{x: '100%'}" :data-source="dataSource" :loading="loading" :columns="columns" @@ -35,12 +35,14 @@ - {{text && text.length > 18?text.slice(0,17)+'...':text}} + + {{text}} - - {{text && text.length > 18?text.slice(0,17)+'...':text}} + + + {{text}} @@ -186,7 +188,7 @@ customRender: 'urlClick' } }else if(res.db_field_name=='iterms_conditions'){ - this.columns[index].width='500' + this.columns[index].width= 500 this.columns[index].scopedSlots = { customRender: 'showContent' } @@ -296,7 +298,7 @@ .table{ .ant-table-row-cell-break-word{ span{ - display: block; + //display: block; width: inherit; } @@ -317,7 +319,7 @@ }