From 60af3d61004000ea589f5e6c3e17ca7ab450b795 Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期四, 03 九月 2020 18:01:52 +0800 Subject: [PATCH] 统计查询查找此人第二次查找同一条数据无响应的问题修复,应用最大化后不显示横向滚动条的bug修复 --- src/pages/settings/components/BasicSetting.vue | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/src/pages/settings/components/BasicSetting.vue b/src/pages/settings/components/BasicSetting.vue index a862654..34573a2 100644 --- a/src/pages/settings/components/BasicSetting.vue +++ b/src/pages/settings/components/BasicSetting.vue @@ -76,7 +76,7 @@ <template slot="title"> <b class="tree-font">璇︾粏淇℃伅</b> </template> - <el-menu-item-group class="item-group"> + <el-menu-item-group class="item-group desc-info"> <el-row :gutter="gutter"> <el-col :span="12" class="flex-box"> <div class="xiangqin-label">ID</div> @@ -933,6 +933,16 @@ width: 300px; } } +.desc-info{ + margin-bottom: 14px; + .flex-box{ + height: 40px; + line-height: 40px; + .xiangqin-label{ + width: 80px; + } + } +} .menu-css, .el-menu { border-right: none; -- Gitblit v1.8.0