中建四局(大屏):样式调整
This commit is contained in:
parent
b91345be14
commit
ce24f42cc9
@ -136,7 +136,7 @@ export default {
|
|||||||
x: "10%",//x 偏移量
|
x: "10%",//x 偏移量
|
||||||
y: "5%", // y 偏移量
|
y: "5%", // y 偏移量
|
||||||
width: "85%", // 宽度
|
width: "85%", // 宽度
|
||||||
height: "70%"// 高度
|
height: "60%"// 高度
|
||||||
},
|
},
|
||||||
xAxis: {
|
xAxis: {
|
||||||
type: "category",
|
type: "category",
|
||||||
@ -208,7 +208,8 @@ export default {
|
|||||||
.contentBox {
|
.contentBox {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
margin-top: 5%;
|
box-sizing: border-box;
|
||||||
|
padding-top:5% ;
|
||||||
|
|
||||||
.titleTxt {
|
.titleTxt {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
@ -217,7 +218,8 @@ export default {
|
|||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
.myChart {
|
.myChart {
|
||||||
margin-top: 5%;
|
box-sizing: border-box;
|
||||||
|
padding-top: 5%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 90%;
|
height: 90%;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -23,7 +23,7 @@ export default {
|
|||||||
{
|
{
|
||||||
roseType: 'area',
|
roseType: 'area',
|
||||||
radius: ['58%', '52%'],
|
radius: ['58%', '52%'],
|
||||||
color: ['#0B1B35', '#4A8C9C'],
|
color: ['#182337', '#4A8C9C'],
|
||||||
data: [30, 40, 30, 40]
|
data: [30, 40, 30, 40]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -22,7 +22,7 @@ export default {
|
|||||||
{
|
{
|
||||||
roseType: 'area',
|
roseType: 'area',
|
||||||
radius: ['58%', '52%'],
|
radius: ['58%', '52%'],
|
||||||
color: ['#0B1B35', '#4A8C9C'],
|
color: ['#182337', '#4A8C9C'],
|
||||||
data: [30, 40, 30, 40]
|
data: [30, 40, 30, 40]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -32,7 +32,7 @@ export default {
|
|||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
}
|
}
|
||||||
.content {
|
.content {
|
||||||
height: calc(100% - 34px);
|
height: calc(100% - 42px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@ -114,8 +114,9 @@ export default {
|
|||||||
|
|
||||||
<style lang="less" scoped>
|
<style lang="less" scoped>
|
||||||
.timeline {
|
.timeline {
|
||||||
margin-top: 3%;
|
box-sizing: border-box;
|
||||||
height: 97%;
|
padding-top: 3%;
|
||||||
|
height: 100%;
|
||||||
width: 97%;
|
width: 97%;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
||||||
|
|||||||
@ -116,10 +116,11 @@ export default {
|
|||||||
|
|
||||||
<style lang="less" scoped>
|
<style lang="less" scoped>
|
||||||
.contentBox {
|
.contentBox {
|
||||||
|
box-sizing: border-box;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
color: #c4c7cc;
|
color: #c4c7cc;
|
||||||
margin-top: 2%;
|
padding-top: 2%;
|
||||||
margin-left: 1%;
|
margin-left: 1%;
|
||||||
.point {
|
.point {
|
||||||
width: 8px;
|
width: 8px;
|
||||||
@ -148,11 +149,12 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.midTit {
|
.midTit {
|
||||||
margin-bottom: 3%;
|
box-sizing: border-box;
|
||||||
|
// padding-bottom: 3%;
|
||||||
}
|
}
|
||||||
.checkChart {
|
.checkChart {
|
||||||
width: 95%;
|
width: 95%;
|
||||||
height: 21%;
|
height: 20%;
|
||||||
}
|
}
|
||||||
.timeline {
|
.timeline {
|
||||||
height: 30%;
|
height: 30%;
|
||||||
|
|||||||
@ -44,7 +44,8 @@ export default {
|
|||||||
|
|
||||||
<style lang="less" scoped>
|
<style lang="less" scoped>
|
||||||
.contentBox {
|
.contentBox {
|
||||||
margin-top: 20px;
|
box-sizing: border-box;
|
||||||
|
padding-top: 20px;
|
||||||
.contentTop {
|
.contentTop {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
@ -76,7 +77,6 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.contentbut {
|
.contentbut {
|
||||||
// margin-top: 20px;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user