From 2ed06d491c1fb47d9573dd558f785ce46523bdef Mon Sep 17 00:00:00 2001 From: LiLongLong <13717757313@163.com> Date: Fri, 14 Feb 2025 16:31:28 +0800 Subject: [PATCH] rebase master --- src/assets/out.svg | 1 + src/assets/pwd.svg | 1 + src/views/addLiquid/index.vue | 7 ++ src/views/components/Header.vue | 36 +++++++- src/views/components/UpdatePwd.vue | 113 +++++++++++++++++++++++++ src/views/components/index.ts | 2 - src/views/graphite/components/AddLiquid.vue | 7 +- src/views/graphite/components/HeatPosition.vue | 44 +++++++++- src/views/graphite/index.vue | 47 ++++++++++ 9 files changed, 247 insertions(+), 11 deletions(-) create mode 100644 src/assets/out.svg create mode 100644 src/assets/pwd.svg create mode 100644 src/views/components/UpdatePwd.vue delete mode 100644 src/views/components/index.ts diff --git a/src/assets/out.svg b/src/assets/out.svg new file mode 100644 index 0000000..dc19d14 --- /dev/null +++ b/src/assets/out.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/assets/pwd.svg b/src/assets/pwd.svg new file mode 100644 index 0000000..04bb0ea --- /dev/null +++ b/src/assets/pwd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/views/addLiquid/index.vue b/src/views/addLiquid/index.vue index 775feef..e1fcde1 100644 --- a/src/views/addLiquid/index.vue +++ b/src/views/addLiquid/index.vue @@ -112,6 +112,7 @@ .add_liquid_bottle{ display: flex; flex-wrap: wrap; + } .add_liquid{ background: #F4F9FF; @@ -206,4 +207,10 @@ border-radius: 6.25rem; } } + + @media screen and (max-width: 1120px){ + .add_liquid{ + margin-left: 20px; + } + } \ No newline at end of file diff --git a/src/views/components/Header.vue b/src/views/components/Header.vue index ecb4c1d..038c7a0 100644 --- a/src/views/components/Header.vue +++ b/src/views/components/Header.vue @@ -11,18 +11,32 @@
Admin
-
修改密码
-
退出登录
+
+ + 修改密码 +
+
+ + 退出登录
+ + + \ No newline at end of file diff --git a/src/views/components/index.ts b/src/views/components/index.ts deleted file mode 100644 index 81e6eea..0000000 --- a/src/views/components/index.ts +++ /dev/null @@ -1,2 +0,0 @@ -import { default as Header } from './Header.vue' -import { default as Liquid } from './Liquid.vue' \ No newline at end of file diff --git a/src/views/graphite/components/AddLiquid.vue b/src/views/graphite/components/AddLiquid.vue index 9c5e550..ff50238 100644 --- a/src/views/graphite/components/AddLiquid.vue +++ b/src/views/graphite/components/AddLiquid.vue @@ -47,7 +47,7 @@
- + {{ item.solutionName }}添加{{ item.solutionNum }}ml
@@ -125,8 +125,8 @@ } //删除队列中 试管需要加的溶液 - const delQueueSolution = () => { - + const delQueueSolution = (data) => { + console.log('data===', data) } //溶液添加到试管 @@ -281,6 +281,7 @@ display: flex; height: 4.125rem; background: rgba(25, 137, 250, 0.12); + align-items: center; } .liquid_button{ width: 100%; diff --git a/src/views/graphite/components/HeatPosition.vue b/src/views/graphite/components/HeatPosition.vue index f796226..9dd68e0 100644 --- a/src/views/graphite/components/HeatPosition.vue +++ b/src/views/graphite/components/HeatPosition.vue @@ -1,5 +1,5 @@ +<<<<<<< HEAD
120℃
+======= +
+
120℃
+
+ 选 择 +
+>>>>>>> f47c7cc (优化退出登录)
@@ -143,6 +151,13 @@ height: 18.125rem; border-radius: 10px; background: #E9F3FF; +<<<<<<< HEAD +======= + margin-top: 3.5rem; + padding:3px; + + +>>>>>>> f47c7cc (优化退出登录) } .heat_pos_text{ display: flex; @@ -214,8 +229,14 @@ background-color: rgb(212, 212, 212); } .heat_footer{ +<<<<<<< HEAD margin-top: 10px; margin-left: 5px; +======= + height: 5.625rem; + width: 102.5rem; + margin-top: .25rem; +>>>>>>> f47c7cc (优化退出登录) .heat_temperature{ height: 1.625rem; width: 10.375rem; @@ -233,8 +254,8 @@ .heating{ color: #FE0A0A; - font-size: .875rem; - margin-left: 2.25rem; + font-size: .85rem; + margin-left: 1rem; } } @@ -261,6 +282,23 @@ } } + .heat_opt{ + } + .heat_choose{ + position: relative; + margin-left: 6.5rem; + z-index: 99; + margin-top: -1.3rem; + + .btn{ + width: 3.75rem; + height: 1.875rem; + font-size: .625rem; + color:#1989FA; + background: #ffffff; + } + } + .formula_picker{ width: 25rem; margin: 20% 30%; diff --git a/src/views/graphite/index.vue b/src/views/graphite/index.vue index ba146ba..55ee1fd 100644 --- a/src/views/graphite/index.vue +++ b/src/views/graphite/index.vue @@ -84,6 +84,7 @@ const onChooseCaft = () => { }; +======= + .liquid{ + display: flex; + justify-content: center; + width: 100%; + height: 100%; + align-items: center; + .addLiquid{ + width: 70.375rem; + height: 52rem; + background: #FFFFFF; + } + } + + + + +>>>>>>> f47c7cc (优化退出登录)