|
@@ -110,16 +110,16 @@ onUnmounted(() => window.removeEventListener("resize", resize));
|
|
|
<style lang="scss" scoped>
|
|
|
.statistics-layer {
|
|
|
flex: 1;
|
|
|
- margin-top: 24px;
|
|
|
+ margin-top: 16px;
|
|
|
overflow-y: auto;
|
|
|
}
|
|
|
|
|
|
.statistics-item {
|
|
|
float: left;
|
|
|
- width: calc(50% - 12px);
|
|
|
+ width: calc(50% - 8px);
|
|
|
padding-top: 35%;
|
|
|
position: relative;
|
|
|
- margin-bottom: 24px;
|
|
|
+ margin-bottom: 16px;
|
|
|
|
|
|
.statistics-content {
|
|
|
background-color: #fff;
|
|
@@ -131,10 +131,10 @@ onUnmounted(() => window.removeEventListener("resize", resize));
|
|
|
}
|
|
|
|
|
|
&:nth-child(2n - 1) {
|
|
|
- margin-right: 12px;
|
|
|
+ margin-right: 8px;
|
|
|
}
|
|
|
&:nth-child(2n) {
|
|
|
- margin-left: 12px;
|
|
|
+ margin-left: 8px;
|
|
|
}
|
|
|
}
|
|
|
|