diff --git a/src/assets/style/base.css b/src/assets/style/base.css index 592c8ae..877e32d 100644 --- a/src/assets/style/base.css +++ b/src/assets/style/base.css @@ -16,12 +16,11 @@ body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; user-select: none; - - background-color: rgb(244, 244, 244); + + background-color: rgb(244, 244, 244); } :root { - font-size: 32px; /* 设计稿是双倍设计的 */ --primaryColor: #1989fa; --headerHeight: 4.375rem; --footerHeight: 4.375rem; diff --git a/src/assets/style/tailwind.css b/src/assets/style/tailwind.css index 30988ab..eb79cd3 100644 --- a/src/assets/style/tailwind.css +++ b/src/assets/style/tailwind.css @@ -8,7 +8,7 @@ justify-content: center; align-items: center; background: var(--primaryColor); - border: solid 2px var(--primaryColor); + border: solid 1px var(--primaryColor); border-radius: 4px; color: white; } @@ -19,11 +19,11 @@ background-color: transparent; border-radius: 4px; color: var(--primaryColor); - border: solid 2px var(--primaryColor); + border: solid 1px var(--primaryColor); } .btn-light-disabled { color: #d6d6d6; - border: solid 2px #d6d6d6; + border: solid 1px #d6d6d6; } .component-page { height: calc(100vh - var(--headerHeight) - var(--footerHeight)); diff --git a/src/views/expeRecord/index.vue b/src/views/expeRecord/index.vue index 4886b5a..ac6c3cb 100644 --- a/src/views/expeRecord/index.vue +++ b/src/views/expeRecord/index.vue @@ -8,7 +8,7 @@
- icon + icon

时间

用户名

@@ -16,7 +16,7 @@
- +

2025年6月24日 13:16:45

admin

diff --git a/src/views/liquidConfig/index.vue b/src/views/liquidConfig/index.vue index f832dcf..a97753e 100644 --- a/src/views/liquidConfig/index.vue +++ b/src/views/liquidConfig/index.vue @@ -9,14 +9,14 @@
- icon + icon

序号

溶液名称

- +

1

溶液名称1

diff --git a/src/views/logRecord/index.vue b/src/views/logRecord/index.vue index 1df2392..5a95c34 100644 --- a/src/views/logRecord/index.vue +++ b/src/views/logRecord/index.vue @@ -8,7 +8,7 @@
- icon + icon

时间

用户名

@@ -16,7 +16,7 @@
- +

2025年6月24日 13:16:45

admin

diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 720c977..5a98673 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -31,7 +31,6 @@ import { ref } from "vue"; import { useRouter } from "vue-router"; import { showToast } from "vant"; -import { login } from "@/services/user/userManager"; import logoSvg from '@/assets/logo.svg' import userIconSvg from '@/assets/user_icon.svg' import pwdIconSvg from '@/assets/pwdw_icon.svg' diff --git a/src/views/oreManage/index.vue b/src/views/oreManage/index.vue index 48a28b4..8fc73e5 100644 --- a/src/views/oreManage/index.vue +++ b/src/views/oreManage/index.vue @@ -13,7 +13,7 @@
- icon + icon

序号

矿石名称

@@ -21,7 +21,7 @@
- +

1

矿石名称1

diff --git a/src/views/userManage/UserManage.vue b/src/views/userManage/UserManage.vue index 5c937ad..a59d3d2 100644 --- a/src/views/userManage/UserManage.vue +++ b/src/views/userManage/UserManage.vue @@ -13,7 +13,7 @@
-
- +

{{ user.username }}

{{ user.nickname }}