改浅色
This commit is contained in:
@@ -105,12 +105,12 @@ export default {
|
||||
xAxis: {
|
||||
type: 'category',
|
||||
data: xData,
|
||||
axisLabel: { color: 'white' }
|
||||
axisLabel: { color: '#000000' }
|
||||
},
|
||||
yAxis: {
|
||||
type: 'value',
|
||||
axisLabel: {
|
||||
color: 'white'
|
||||
color: '#000000'
|
||||
},
|
||||
splitLine: {
|
||||
lineStyle: {
|
||||
@@ -153,7 +153,7 @@ export default {
|
||||
button {
|
||||
background: rgba(25, 61, 112, 0.8);
|
||||
border: 1px solid #2f6ed4;
|
||||
color: #fff;
|
||||
color: #000000;
|
||||
padding: 5px 15px;
|
||||
margin-right: 10px;
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user