尺寸调整
This commit is contained in:
parent
5d1c2d51ee
commit
c4b6faaa6d
|
@ -27,6 +27,6 @@ export default {
|
|||
box-sizing: border-box;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
</style>
|
|
@ -186,19 +186,19 @@ export default {
|
|||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.chart-box {
|
||||
width: 260px;
|
||||
width: 250px;
|
||||
height: 232px;
|
||||
margin: 1px;
|
||||
}
|
||||
|
||||
.dept-chart-view {
|
||||
width: 260px;
|
||||
width: 250px;
|
||||
height: 232px;
|
||||
margin: 1px;
|
||||
}
|
||||
|
||||
.title {
|
||||
width: 260px;
|
||||
width: 250px;
|
||||
font-size: 18px;
|
||||
color: #212121;
|
||||
text-align: center;
|
||||
|
@ -206,7 +206,7 @@ export default {
|
|||
}
|
||||
|
||||
.no-data {
|
||||
width: 260px;
|
||||
width: 250px;
|
||||
height: 232px;
|
||||
line-height: 232px;
|
||||
font-size: 16px;
|
||||
|
|
|
@ -21,8 +21,8 @@ export default {
|
|||
}
|
||||
|
||||
.no-data {
|
||||
width: 540px;
|
||||
height: 300px;
|
||||
width: 520px;
|
||||
height: 287px;
|
||||
background: #fff;
|
||||
line-height: 232px;
|
||||
font-size: 16px;
|
||||
|
|
|
@ -73,7 +73,7 @@ export default {
|
|||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.trend {
|
||||
width: 544px;
|
||||
width: 516px;
|
||||
height: 335px;
|
||||
background: #fff;
|
||||
margin-right: 4px;
|
||||
|
|
Loading…
Reference in New Issue