From aaf3198eb598932a788561d715bdf2a91330d259 Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期四, 13 八月 2020 14:53:19 +0800 Subject: [PATCH] 左侧树高度超出显示滚动条,鼠标移入应用小图标显示实时快照,样式调整 --- src/pages/library/components/personList.vue | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/pages/library/components/personList.vue b/src/pages/library/components/personList.vue index ad91779..7194efd 100644 --- a/src/pages/library/components/personList.vue +++ b/src/pages/library/components/personList.vue @@ -1031,6 +1031,12 @@ border-bottom: none; // border-bottom: none; } +.el-dialog{ + min-width: 515px; + .el-button--info{ + color: #222; + } +} .el-dialog__header { padding: 20px 0 10px; text-align: left; -- Gitblit v1.8.0