summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/styles.less
diff options
context:
space:
mode:
authorcyuamber <xuranyjy@chinamobile.com>2019-08-16 11:59:21 +0800
committercyuamber <xuranyjy@chinamobile.com>2019-08-16 12:00:21 +0800
commit19a945de783b6158ec48f5c5ff5bbb9858db2890 (patch)
tree01deab59fe43aa7ae9f1d7d6883624fbff0cfb2f /usecaseui-portal/src/styles.less
parente86d393096599044ba5a6a42ad386c9990d61501 (diff)
feat: Home page style optimization
Change-Id: I6fa4760b5c401cb9ff9e0198ed545b7c2fef18b3 Issue-ID: USECASEUI-307 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/styles.less')
-rw-r--r--usecaseui-portal/src/styles.less8
1 files changed, 8 insertions, 0 deletions
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;