diff --git a/package.json b/package.json index e92ae6cb1d79d388d14df0d4fe9a01213f52a739..c17093cff43f17ae89bd0d547da060f23a49c10f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vben-admin-2.0", - "version": "2.0.0-beta.3", + "version": "2.0.0-beta.4", "scripts": { "bootstrap": "yarn install", "serve": "ts-node --project ./build/tsconfig.json ./build/script/preserve && cross-env NODE_ENV=development vite", diff --git a/src/components/Table/src/style/index.less b/src/components/Table/src/style/index.less index 99186439f004060af6725bea9951d4c8d6a6848d..ad998a0593b196c61287141e49c4094d49847955 100644 --- a/src/components/Table/src/style/index.less +++ b/src/components/Table/src/style/index.less @@ -1,5 +1,5 @@ @import (reference) '../../../../design/index.less'; -@border-color: hsla(0, 0%, 80.8%, 0.25); +@border-color: #cecece4d; .basic-table { &-title { @@ -93,7 +93,7 @@ .ant-table-bordered .ant-table-body > table, .ant-table-bordered .ant-table-fixed-left table, .ant-table-bordered .ant-table-fixed-right table { - border: 1px solid @border-color; + border: 1px solid @border-color !important; } .ant-table-thead { @@ -103,7 +103,7 @@ } .ant-table-bordered .ant-table-tbody > tr > td { - border-bottom: 1px solid @border-color; + border-bottom: 1px solid @border-color !important; &:last-child { border-right: none !important; @@ -129,7 +129,7 @@ .ant-table-bordered .ant-table-thead > tr > th, .ant-table-bordered .ant-table-tbody > tr > td { - border-right: 1px solid @border-color; + border-right: 1px solid @border-color !important; } .ant-table-thead > tr > th, @@ -153,7 +153,7 @@ } .ant-table-fixed-right .ant-table-header { - border-left: 1px solid @border-color; + border-left: 1px solid @border-color !important; .ant-table-fixed { border-bottom: none; @@ -187,7 +187,7 @@ .ant-table-bordered .ant-table-thead > tr:not(:last-child) > th, .ant-table-tbody > tr > td { word-break: break-word; - border-color: @border-color; + border-color: @border-color !important; } .ant-table-footer { diff --git a/src/settings/siteSetting.ts b/src/settings/siteSetting.ts index c22ce02820c2c7c0569bcfa3168846aa8381c254..b3ef581056fb71a304af2caee4efc40b51b3bf3b 100644 --- a/src/settings/siteSetting.ts +++ b/src/settings/siteSetting.ts @@ -1,4 +1,4 @@ // github repo url -export const GITHUB_URL = ''; +export const GITHUB_URL = 'https://github.com/anncwb/vue-vben-admin'; // vue-vben-admin-next-doc export const DOC_URL = '';