From 4fd53e8875e159ebad0e8a3002a368c6e34e7ed5 Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Mon, 4 Mar 2024 11:22:05 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BF=AE=E5=A4=8D=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E9=A2=91=E7=8E=87=E5=8D=95=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/edit/edit.vue | 24 +++++++++++++++++++----- src/views/tunnel-manage/index.vue | 31 +++++++++++++++++++++++-------- 2 files changed, 42 insertions(+), 13 deletions(-) diff --git a/src/views/edit/edit.vue b/src/views/edit/edit.vue index c88c916..eea6164 100644 --- a/src/views/edit/edit.vue +++ b/src/views/edit/edit.vue @@ -32,19 +32,27 @@
- + - + + +
- + - + + +
@@ -224,7 +232,7 @@ const handleSave = () => { position: absolute; top: 250px; left: 80px; - width: 950px; + width: 1000px; //height: 500px; background-image: url(@/assets/images/transducer/bg.png); padding: 20px 30px; @@ -285,6 +293,12 @@ const handleSave = () => { color: #fff; font-size: 38px; } + .el-input__suffix-inner { + font-size: 30px; + color: #08B7B8; + line-height: 40px; + font-weight: bold; + } } } } diff --git a/src/views/tunnel-manage/index.vue b/src/views/tunnel-manage/index.vue index c298b4b..fd41d51 100644 --- a/src/views/tunnel-manage/index.vue +++ b/src/views/tunnel-manage/index.vue @@ -74,7 +74,7 @@
- + @@ -107,19 +107,27 @@
- + - + + +
- + - + + +
@@ -154,9 +162,10 @@