态势感知平台-武汉市开源生态建设-明星开发者聚焦样式修改
This commit is contained in:
@@ -263,7 +263,7 @@ onMounted(() => {
|
|||||||
|
|
||||||
.chartCard__container.list-container {
|
.chartCard__container.list-container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 390px; /* 保持一致的高度 */
|
height: 430px;
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden; /* 外层容器隐藏溢出 */
|
overflow: hidden; /* 外层容器隐藏溢出 */
|
||||||
}
|
}
|
||||||
@@ -299,7 +299,7 @@ onMounted(() => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.developer-list-container {
|
.developer-list-container {
|
||||||
max-height: 400px;
|
max-height: 450px;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1080,8 +1080,6 @@ const changeLanguageTab = () => {
|
|||||||
initLanguageTechChart();
|
initLanguageTechChart();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// 初始化开源项目热力图
|
// 初始化开源项目热力图
|
||||||
const initHeatmapChart = () => {
|
const initHeatmapChart = () => {
|
||||||
const el = document.getElementById('heatmapChart');
|
const el = document.getElementById('heatmapChart');
|
||||||
|
|||||||
Reference in New Issue
Block a user