From 83d9ba16e957fca9968217b6fb8864160cbf364f Mon Sep 17 00:00:00 2001 From: zxj96 <519213124@qq.com> Date: Thu, 13 Jun 2019 10:35:15 +0800 Subject: [PATCH] modify file-choose.css --- frontend/src/css/file-chooser.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/css/file-chooser.css b/frontend/src/css/file-chooser.css index eabd46eb3e..e67d828fa1 100644 --- a/frontend/src/css/file-chooser.css +++ b/frontend/src/css/file-chooser.css @@ -123,7 +123,7 @@ border-bottom: 1px solid rgba(0, 0, 0, 0); } -.item-text { +.file-chooser-item .item-info .item-text { padding-left: 2.8rem; font-size: 15px; white-space: nowrap; @@ -132,7 +132,7 @@ line-height: 24px; } -.item-left-icon { +.file-chooser-item .item-info .item-left-icon { position: absolute; display: flex; align-items: center;