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 @@