diff --git a/jero-web/src/App.vue b/jero-web/src/App.vue index 30f960492..3439653a2 100644 --- a/jero-web/src/App.vue +++ b/jero-web/src/App.vue @@ -193,4 +193,17 @@ padding-top: 12px!important; padding-bottom: 12px!important; } + + .ant-tooltip-inner { + color: #333; + background-color: #fff !important; + } + + .ant-tooltip-arrow::before { + background-color: #fff !important; + } + + .ant-menu-inline-collapsed-tooltip a { + color: #333 !important; + } \ No newline at end of file diff --git a/jero-web/src/components/SplitDetailTable/index.vue b/jero-web/src/components/SplitDetailTable/index.vue index 714f99a93..51d563ac7 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" @@ -25,7 +25,7 @@ - + {{ol.text}} @@ -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 @@ }