parent
5b897859ff
commit
3226017f5f
|
@ -242,31 +242,31 @@ export default {
|
||||||
pageIconColor: "#1F2329",
|
pageIconColor: "#1F2329",
|
||||||
pageIconInactiveColor: "#1F2329",
|
pageIconInactiveColor: "#1F2329",
|
||||||
orient: 'vertical',
|
orient: 'vertical',
|
||||||
icon:"rect",
|
icon: "rect",
|
||||||
itemGap: 32,
|
itemGap: 32,
|
||||||
left: '317px',
|
left: '50%',
|
||||||
y: 'center',
|
y: 'center',
|
||||||
itemHeight: 8,
|
itemHeight: 8,
|
||||||
itemWidth: 8, //修改icon图形大小
|
itemWidth: 8, //修改icon图形大小
|
||||||
itemStyle: {
|
itemStyle: {
|
||||||
borderWidth: 0.1
|
borderWidth: 0.1
|
||||||
},
|
},
|
||||||
inactiveBorderWidth:0.1,
|
inactiveBorderWidth: 0.1,
|
||||||
textStyle: {
|
textStyle: {
|
||||||
rich: {
|
rich: {
|
||||||
name: {
|
name: {
|
||||||
fontSize: 14,
|
fontSize: 14,
|
||||||
align: 'left',
|
align: 'left',
|
||||||
width: 100,
|
width: 50,
|
||||||
fontWeight: 400,
|
fontWeight: 400,
|
||||||
color:'#646A73'
|
color: '#646A73'
|
||||||
},
|
},
|
||||||
num: {
|
num: {
|
||||||
fontSize: 14,
|
fontSize: 14,
|
||||||
align: 'right',
|
align: 'right',
|
||||||
color:'#646A73',
|
color: '#646A73',
|
||||||
fontWeight: 400,
|
fontWeight: 500,
|
||||||
padding: [0, 0, 0, 134]
|
padding: [0, 0, 0, 155]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -122,7 +122,7 @@ export default{
|
||||||
padding: 0px 0px 0px 0px;
|
padding: 0px 0px 0px 0px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
color:#000000;
|
color: #1F2329;
|
||||||
margin-left: 24px;
|
margin-left: 24px;
|
||||||
line-height: 26px;
|
line-height: 26px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -167,7 +167,7 @@ export default {
|
||||||
padding: 0px 0px 0px 0px;
|
padding: 0px 0px 0px 0px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
color:#000000;
|
color: #1F2329;
|
||||||
margin-left: 24px;
|
margin-left: 24px;
|
||||||
line-height: 26px;
|
line-height: 26px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -156,7 +156,7 @@ export default {
|
||||||
padding: 0px 0px 0px 0px;
|
padding: 0px 0px 0px 0px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
color:#000000;
|
color: #1F2329;
|
||||||
margin-left: 24px;
|
margin-left: 24px;
|
||||||
line-height: 26px;
|
line-height: 26px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue