From ac8f9bc9782a7088fbe0ef96251b33f3e2abc31f Mon Sep 17 00:00:00 2001 From: fan <18706759286@163.com> Date: Fri, 4 Dec 2020 10:07:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=93=88=E5=B0=94=E6=BB=A8=E9=99=90=E9=80=9F?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../theme/haerbin_01/menus/menuButton.vue | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/src/jmapNew/theme/haerbin_01/menus/menuButton.vue b/src/jmapNew/theme/haerbin_01/menus/menuButton.vue index 4d4aeff3f..76129d247 100644 --- a/src/jmapNew/theme/haerbin_01/menus/menuButton.vue +++ b/src/jmapNew/theme/haerbin_01/menus/menuButton.vue @@ -47,13 +47,13 @@ 执行 取消 - @@ -688,6 +688,9 @@ export default { this.formModelSectionName = this.trainModel.sectionModel.name; this.formModelNewTrip = ''; }, + setSpeedLimitValue(val) { + this.speedLimitValue = val; + }, changeShowMode(flag) { if (this.$store.state.training.prdType === '01') { this.trainModel = {}; @@ -822,15 +825,12 @@ export default { height: 20px; line-height: 20px; } - /deep/.el-input--small .el-input__inner{ - height: 28px; - line-height: 28px; - } - /deep/.el-table__empty-text{ - line-height: 28px; - } - /deep/.el-table__empty-block{ - min-height: 28px; + .speed-value-box{ + height: 18px; + padding-left: 20px; + cursor: pointer; + width: 100%; + line-height: 18px; }