尺寸调整

This commit is contained in:
hucongqian 2022-06-30 14:37:45 +08:00
parent 5d1c2d51ee
commit c4b6faaa6d
4 changed files with 8 additions and 8 deletions

View File

@ -27,6 +27,6 @@ export default {
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
justify-content: space-between;
}
</style>

View File

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

View File

@ -21,8 +21,8 @@ export default {
}
.no-data {
width: 540px;
height: 300px;
width: 520px;
height: 287px;
background: #fff;
line-height: 232px;
font-size: 16px;

View File

@ -73,7 +73,7 @@ export default {
</script>
<style lang="scss" scoped>
.trend {
width: 544px;
width: 516px;
height: 335px;
background: #fff;
margin-right: 4px;