From 19a945de783b6158ec48f5c5ff5bbb9858db2890 Mon Sep 17 00:00:00 2001 From: cyuamber Date: Fri, 16 Aug 2019 11:59:21 +0800 Subject: feat: Home page style optimization Change-Id: I6fa4760b5c401cb9ff9e0198ed545b7c2fef18b3 Issue-ID: USECASEUI-307 Signed-off-by: cyuamber --- usecaseui-portal/src/styles.less | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'usecaseui-portal/src/styles.less') diff --git a/usecaseui-portal/src/styles.less b/usecaseui-portal/src/styles.less index 4e4ee690..4dcc0f3e 100644 --- a/usecaseui-portal/src/styles.less +++ b/usecaseui-portal/src/styles.less @@ -1,5 +1,13 @@ /* You can add global styles to this file, and also import other style files */ // Drop-down box background hover status color + +// reset +body{ + min-width: 990px; + a:link{ + text-decoration: none; + } +} .ant-dropdown-menu { .ant-dropdown-menu-item:hover, .ant-dropdown-menu-submenu-title:hover { background-color: #3fa8eb; -- cgit 1.2.3-korg