Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
fix: #327 (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruibaby authored May 15, 2021
1 parent dceb72c commit 7c90b8f
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 148 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

npm run lint

git add
git add .
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"ant-design-vue": "^1.7.4",
"ant-design-vue": "^1.7.5",
"axios": "^0.21.1",
"dayjs": "^1.10.4",
"enquire.js": "^2.1.6",
"filepond": "^4.27.0",
"filepond": "^4.27.1",
"filepond-plugin-file-validate-type": "^1.2.6",
"filepond-plugin-image-preview": "^4.6.6",
"flv.js": "^1.5.0",
Expand All @@ -50,11 +50,11 @@
"devDependencies": {
"@babel/polyfill": "^7.12.1",
"@vue/cli-plugin-babel": "^3.12.1",
"@vue/cli-plugin-eslint": "^4.5.12",
"@vue/cli-plugin-unit-jest": "^4.5.12",
"@vue/cli-service": "^4.5.12",
"@vue/cli-plugin-eslint": "^4.5.13",
"@vue/cli-plugin-unit-jest": "^4.5.13",
"@vue/cli-service": "^4.5.13",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/test-utils": "^1.1.4",
"@vue/test-utils": "^1.2.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
Expand Down
4 changes: 4 additions & 0 deletions src/styles/global.less
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,10 @@ body {
}
}

.ant-anchor-link-title {
white-space: normal!important;
}

.bottom-control {
position: absolute;
bottom: 0px;
Expand Down
Loading

0 comments on commit 7c90b8f

Please sign in to comment.