修改模块样式
This commit is contained in:
@@ -342,7 +342,7 @@ body {
|
|||||||
|
|
||||||
.title-container h1 {
|
.title-container h1 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 28px;
|
font-size: 42px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 212, 255, 0.3);
|
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 212, 255, 0.3);
|
||||||
|
|||||||
@@ -214,7 +214,8 @@
|
|||||||
}
|
}
|
||||||
.province-price-ranking-chart {
|
.province-price-ranking-chart {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 300px;
|
height: 100%;
|
||||||
|
min-height: 200px;
|
||||||
}
|
}
|
||||||
.price-ranking-panel {
|
.price-ranking-panel {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -364,7 +365,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* 左侧数据栏按列布局并占满视口高度 */
|
/* 左侧数据栏按列布局并占满视口高度 */
|
||||||
.dashboard-left {
|
.dashboard-left,
|
||||||
|
.dashboard-right {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
@@ -1104,7 +1106,7 @@ export default {
|
|||||||
return `${p.axisValue}<br/>${p.seriesName}: ${p.value} 元/斤`
|
return `${p.axisValue}<br/>${p.seriesName}: ${p.value} 元/斤`
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
grid: { left: '4%', right: '0%', bottom: '15%', top: '10%', containLabel: true },
|
grid: { left: '2%', right: '2%', bottom: '2%', top: '18%', containLabel: true },
|
||||||
xAxis: {
|
xAxis: {
|
||||||
type: 'category',
|
type: 'category',
|
||||||
data: xCategories,
|
data: xCategories,
|
||||||
|
|||||||
Reference in New Issue
Block a user