From 58c1ff28e0c96369106d8ef7db579aaf0407581c Mon Sep 17 00:00:00 2001 From: xiangxy Date: Tue, 20 Sep 2022 14:58:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=A1=E5=8F=B7=E4=B8=8B=E5=8F=91change?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/proj/SignalSend.vue | 1 + src/style/layout.styl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/proj/SignalSend.vue b/src/pages/proj/SignalSend.vue index 78d5ffb..406e9dc 100644 --- a/src/pages/proj/SignalSend.vue +++ b/src/pages/proj/SignalSend.vue @@ -135,6 +135,7 @@ export default { } }, toSure () { + console.log(this.val3) if (this.val1 && this.val2 && this.val3 && this.val4 && this.val5) { this.putPoint() } else { diff --git a/src/style/layout.styl b/src/style/layout.styl index 2dfbf14..fee188d 100644 --- a/src/style/layout.styl +++ b/src/style/layout.styl @@ -280,7 +280,7 @@ header line-height .3rem font-size .13rem color #606266 - text-indent .05rem + text-indent .16rem background-color #fff border 1px solid #D1D1D1 border-radius 4px