From c1e7198fa8ed2ab10f59baa7ca54904abd28bc2d Mon Sep 17 00:00:00 2001 From: joylink_cuiweidong <364937672@qq.com> Date: Wed, 1 Jun 2022 13:18:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../theme/datie_02/menus/runplanPane.vue | 173 ++++++++++++++++-- 1 file changed, 154 insertions(+), 19 deletions(-) diff --git a/src/jmapNew/theme/datie_02/menus/runplanPane.vue b/src/jmapNew/theme/datie_02/menus/runplanPane.vue index 9e2a3bbde..d90cdc466 100644 --- a/src/jmapNew/theme/datie_02/menus/runplanPane.vue +++ b/src/jmapNew/theme/datie_02/menus/runplanPane.vue @@ -37,6 +37,7 @@ id="runplanContentTable" :data="tableData" border + height="695" style="width: 100%;border:1px #ccc solid" > - + - + - + - + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -145,6 +261,8 @@ export default { return { isShow:false, tableData:[ + {section:'11002', up:'11002', recieveTrain:'王孙上行', depatureTrain:'京哈上行'}, + {section:'11102', up:'11102', recieveTrain:'王孙上行', depatureTrain:'京哈上行'} ] }; }, @@ -275,7 +393,8 @@ export default { width: 100%; text-align: center; line-height: 30px; - border-top: 1px #ebeef5 solid; + border-top: 1px #777777 solid; + font-weight: normal; // position: absolute; // bottom: 0px; } @@ -283,15 +402,23 @@ export default { width: 100%; // flex-grow: 1; text-align: center; - line-height: 20px; + // line-height: 20px; font-size: 15px; + font-weight: normal; + display: inline-block; } +.runplanFourLevel{line-height: 22px;} +.runplanThreeLevel{line-height: 20px;} +.runplanTwo2Level{line-height:35px} +.runplanTwo1Level{line-height: 27px;} +.runplanZhe{width: 16px;display: inline-block;vertical-align: top;}