Skip to content

Commit

Permalink
Merge pull request #114 from xixiIBN5100/dev
Browse files Browse the repository at this point in the history
fix: 修复"网"字显示异常
  • Loading branch information
xixiIBN5100 authored Oct 22, 2024
2 parents ed73b4c + b5403ec commit f5ab7ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"build": "run-p \"build-only {@}\" --",
"uploadCDN": "node uploadToQiniu.js",
"preview": "vite preview",
"test:unit": "vitest",
Expand Down Expand Up @@ -51,7 +51,7 @@
"npm-run-all2": "^6.2.0",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.7",
"typescript": "~5.4.0",
"typescript": "~5.4.5",
"vite": "^5.2.11",
"vitest": "^1.6.0",
"vue-tsc": "^1.8.27"
Expand Down
6 changes: 3 additions & 3 deletions src/pages/Login/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<el-divider direction="vertical" ></el-divider>
</div>
<div class="flex justify-start items-center w-1/2">
<div class="bg-base-200 dark:bg-customGray
shadow-lg h-auto p-20 rounded-3xl w-10/12 items-center justify-center
<div class="bg-base-200 dark:bg-customGray
shadow-lg h-auto p-20 rounded-3xl w-10/12 items-center justify-center
hover:shadow-2xl hover:-translate-y-2 transform duration-700">
<div class="flex justify-center items-center mt-15">
<span class="text-4xl font-medium my-10">精弘⽹络问卷系统</span>
<span class="text-4xl font-medium my-10">精弘网络问卷系统</span>
</div>
<div class="flex justify-center gap-30 flex-col h-300 p-40">
<div class="w-full">
Expand Down

0 comments on commit f5ab7ee

Please sign in to comment.