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