s
This commit is contained in:
parent
b0f10fd1f6
commit
7ebf661b9e
@ -65,12 +65,9 @@
|
|||||||
"less": "^4.1.3",
|
"less": "^4.1.3",
|
||||||
"lint-staged": "^13.1.2",
|
"lint-staged": "^13.1.2",
|
||||||
"markdown-it-link-attributes": "^4.0.1",
|
"markdown-it-link-attributes": "^4.0.1",
|
||||||
"node-sass": "^9.0.0",
|
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"postcss": "^8.4.21",
|
"postcss": "^8.4.21",
|
||||||
"rimraf": "^4.3.0",
|
"rimraf": "^4.3.0",
|
||||||
"sass": "^1.70.0",
|
|
||||||
"sass-loader": "^14.1.0",
|
|
||||||
"tailwindcss": "^3.2.7",
|
"tailwindcss": "^3.2.7",
|
||||||
"typescript": "~4.9.5",
|
"typescript": "~4.9.5",
|
||||||
"unplugin-auto-import": "^0.17.5",
|
"unplugin-auto-import": "^0.17.5",
|
||||||
|
@ -612,7 +612,7 @@ const customRequest = async (file) => {
|
|||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<style lang="scss" scoped>
|
<style scoped>
|
||||||
.fade-enter-active, .fade-leave-active {
|
.fade-enter-active, .fade-leave-active {
|
||||||
transition: opacity 0.4s ease-in-out;
|
transition: opacity 0.4s ease-in-out;
|
||||||
}
|
}
|
||||||
@ -626,11 +626,10 @@ const customRequest = async (file) => {
|
|||||||
z-index: 10;
|
z-index: 10;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
bottom: 100px;
|
bottom: 100px;
|
||||||
.top {
|
}
|
||||||
|
.shortcut-arrow .top {
|
||||||
transform: rotate(270deg) translateX(-50%);
|
transform: rotate(270deg) translateX(-50%);
|
||||||
width: min-content;
|
width: min-content;
|
||||||
height: min-content;
|
height: min-content;
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user