Browse Source

modify review style

pull/1058/head
jim 9 years ago
parent
commit
3d66a584a5
  1. 2
      package.json
  2. 1
      src/routes/Userinfo/BaseView.less
  3. 10
      src/routes/Userinfo/Info.less

2
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",

1
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;

10
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;
}

Loading…
Cancel
Save