diff --git a/package.json b/package.json index 51bf8abe42c9a69c758e820ac453ccf645ce5e96..09e944ec07443fda05abcc28a34ddb25154a1c53 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 78a5bba50fc60ffdb2b1cb22a67b939814ab9630..e8e3ab1daa277e22aac844c6fc6f2cf922de5650 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 6804a44feec7a9d442b33292cd2bc0dc33be33f9..b419400e293b56513ec7a69913f65903ccadbb1b 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; }