diff --git a/src/views/Home.less b/src/views/Home.less index 4a07d71..94991f1 100644 --- a/src/views/Home.less +++ b/src/views/Home.less @@ -46,7 +46,7 @@ &:last-child{ border-right:none; } - &[aria-colindex="1"]{ + &[tabindex="-1"]{ border-right:1px solid #ebeef5; } } @@ -55,7 +55,7 @@ &:last-child{ border-right:none; } - &[aria-colindex="1"]{ + &[tabindex="-1"]{ border-right:1px solid #dfe6ec; } } diff --git a/src/views/inventory/account.vue b/src/views/inventory/account.vue index b114634..b96c3cc 100644 --- a/src/views/inventory/account.vue +++ b/src/views/inventory/account.vue @@ -114,19 +114,19 @@ function serverSideDatasource(params: IServerSideGetRowsParams) {