prod
lily.zhang 3 years ago
parent 1de4cb5192
commit 928b9123bb

@ -1,7 +1,7 @@
<!--
* @Author: your name
* @Date: 2021-10-08 16:44:08
* @LastEditTime: 2021-10-20 12:05:37
* @LastEditTime: 2021-11-18 11:57:14
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: /data-show/src/components/v-ranking/index.vue
@ -134,7 +134,7 @@ export default {
text-align: center;
line-height: 48px;
.s1 {
color: #ffffff;
color: #9099a6;
font-size: 16px;
line-height: 48px;
font-family: Bebas;

@ -2,7 +2,7 @@
/*
* @Author: your name
* @Date: 2021-10-09 11:38:06
* @LastEditTime: 2021-11-01 19:15:48
* @LastEditTime: 2021-11-18 13:45:14
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: /data-show/src/views/Index/barometer/opt.js
@ -56,7 +56,7 @@ export default function createOpt(dx = [], ds = []) {
return {
grid: {
left: 10,
right: 10,
right: '5%',
bottom: 10,
top: 46,
containLabel: true
@ -92,6 +92,7 @@ export default function createOpt(dx = [], ds = []) {
},
xAxis: {
type: 'category',
boundaryGap: false,
axisTick: {
show: false,
},

Loading…
Cancel
Save