echarts调整升级
This commit is contained in:
@@ -85,7 +85,6 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { mapState } from "vuex";
|
import { mapState } from "vuex";
|
||||||
import charts from "echarts";
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "statistics",
|
name: "statistics",
|
||||||
@@ -411,7 +410,7 @@ export default {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 120px;
|
height: 120px;
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.02);
|
box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.02);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
.item-left-title{
|
.item-left-title{
|
||||||
@@ -474,7 +473,7 @@ export default {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.02);
|
box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.02);
|
||||||
}
|
}
|
||||||
.chart-title {
|
.chart-title {
|
||||||
line-height: 48px;
|
line-height: 48px;
|
||||||
@@ -517,7 +516,6 @@ export default {
|
|||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #333;
|
color: #333;
|
||||||
line-height: 24px;
|
|
||||||
font-family: DINAlternate-Bold, serif;
|
font-family: DINAlternate-Bold, serif;
|
||||||
float: right;
|
float: right;
|
||||||
line-height: 64px;
|
line-height: 64px;
|
||||||
@@ -723,7 +721,7 @@ export default {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
background-color: #f3f6f9;
|
background-color: #f3f6f9;
|
||||||
box-shadow: inset 0px 1px 0px 0px #eeeeee;
|
box-shadow: inset 0 1px 0 0 #eeeeee;
|
||||||
|
|
||||||
button {
|
button {
|
||||||
width: 92px;
|
width: 92px;
|
||||||
|
|||||||
@@ -85,7 +85,6 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { mapState } from "vuex";
|
import { mapState } from "vuex";
|
||||||
import charts from "echarts";
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "statistics",
|
name: "statistics",
|
||||||
@@ -411,7 +410,7 @@ export default {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 120px;
|
height: 120px;
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.02);
|
box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.02);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
.item-left-title{
|
.item-left-title{
|
||||||
@@ -474,7 +473,7 @@ export default {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.02);
|
box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.02);
|
||||||
}
|
}
|
||||||
.chart-title {
|
.chart-title {
|
||||||
line-height: 48px;
|
line-height: 48px;
|
||||||
@@ -517,7 +516,6 @@ export default {
|
|||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #333;
|
color: #333;
|
||||||
line-height: 24px;
|
|
||||||
font-family: DINAlternate-Bold, serif;
|
font-family: DINAlternate-Bold, serif;
|
||||||
float: right;
|
float: right;
|
||||||
line-height: 64px;
|
line-height: 64px;
|
||||||
@@ -723,7 +721,7 @@ export default {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
background-color: #f3f6f9;
|
background-color: #f3f6f9;
|
||||||
box-shadow: inset 0px 1px 0px 0px #eeeeee;
|
box-shadow: inset 0 1px 0 0 #eeeeee;
|
||||||
|
|
||||||
button {
|
button {
|
||||||
width: 92px;
|
width: 92px;
|
||||||
|
|||||||
@@ -18,7 +18,6 @@
|
|||||||
"dayjs": "^1.8.35",
|
"dayjs": "^1.8.35",
|
||||||
"html2canvas": "^1.4.1",
|
"html2canvas": "^1.4.1",
|
||||||
"jspdf": "^2.5.1",
|
"jspdf": "^2.5.1",
|
||||||
"echarts": "^5.1.2",
|
|
||||||
"vue-cropper": "^0.5.5",
|
"vue-cropper": "^0.5.5",
|
||||||
"vue-qr": "^2.2.1",
|
"vue-qr": "^2.2.1",
|
||||||
"vuedraggable": "^2.24.3",
|
"vuedraggable": "^2.24.3",
|
||||||
|
|||||||
Reference in New Issue
Block a user