From 2183e98a5a886fc04c4ab54dd731b6e589714113 Mon Sep 17 00:00:00 2001 From: jim Date: Fri, 9 Feb 2018 14:39:34 +0800 Subject: [PATCH] modify review style --- package.json | 2 +- src/routes/Userinfo/BaseView.less | 1 - src/routes/Userinfo/Info.less | 10 ++++------ 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 51bf8abe..09e944ec 100755 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dependencies": { "@antv/data-set": "^0.8.0", "@babel/polyfill": "^7.0.0-beta.36", - "antd": "^3.1.0", + "antd": "^3.2.0", "babel-runtime": "^6.9.2", "bizcharts": "^3.1.3-beta.1", "bizcharts-plugin-slider": "^2.0.1", diff --git a/src/routes/Userinfo/BaseView.less b/src/routes/Userinfo/BaseView.less index 78a5bba5..e8e3ab1d 100644 --- a/src/routes/Userinfo/BaseView.less +++ b/src/routes/Userinfo/BaseView.less @@ -10,7 +10,6 @@ padding-left: 104px; .avatar_title { height: 22px; - width: 28px; font-size: 14px; color: rgba(0, 0, 0, 0.85); line-height: 22px; diff --git a/src/routes/Userinfo/Info.less b/src/routes/Userinfo/Info.less index 6804a44f..b419400e 100644 --- a/src/routes/Userinfo/Info.less +++ b/src/routes/Userinfo/Info.less @@ -5,8 +5,8 @@ height: 100%; background-color: #fff; display: flex; - padding-top: 15px; - padding-bottom: 15px; + padding-top: 16px; + padding-bottom: 16px; .leftmenu { width: 224px; border-right: 1px solid #e8e8e8; @@ -20,14 +20,12 @@ flex: 1; padding-left: 40px; padding-right: 40px; - padding-top: 9px; - padding-bottom: 9px; + padding-top: 8px; + padding-bottom: 8px; .title { font-size: 20px; color: rgba(0, 0, 0, 0.85); line-height: 28px; - width: 100px; - height: 28px; font-weight: bold; margin-bottom: 24px; } -- GitLab