尺寸调整

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; box-sizing: border-box;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: space-between;
} }
</style> </style>

View File

@ -186,19 +186,19 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.chart-box { .chart-box {
width: 260px; width: 250px;
height: 232px; height: 232px;
margin: 1px; margin: 1px;
} }
.dept-chart-view { .dept-chart-view {
width: 260px; width: 250px;
height: 232px; height: 232px;
margin: 1px; margin: 1px;
} }
.title { .title {
width: 260px; width: 250px;
font-size: 18px; font-size: 18px;
color: #212121; color: #212121;
text-align: center; text-align: center;
@ -206,7 +206,7 @@ export default {
} }
.no-data { .no-data {
width: 260px; width: 250px;
height: 232px; height: 232px;
line-height: 232px; line-height: 232px;
font-size: 16px; font-size: 16px;

View File

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

View File

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