|
@@ -275,6 +275,17 @@ const tabs = computed(() => {
|
|
|
icon: "el-icon-info-filled",
|
|
icon: "el-icon-info-filled",
|
|
|
routes: ["/SoilPro", "/Overview", "/ResearchFindings", "/Unit"],
|
|
routes: ["/SoilPro", "/Overview", "/ResearchFindings", "/Unit"],
|
|
|
},*/
|
|
},*/
|
|
|
|
|
+ {
|
|
|
|
|
+ name: "cadmiumPrediction",
|
|
|
|
|
+ label: "土壤污染物含量预测",
|
|
|
|
|
+ icon: "el-icon-c-scale-to-original",
|
|
|
|
|
+ routes: [
|
|
|
|
|
+ "/CropCadmiumPrediction",
|
|
|
|
|
+ "/EffectiveCadmiumPrediction",
|
|
|
|
|
+ "/netFlux",
|
|
|
|
|
+ "/currentYearConcentration",
|
|
|
|
|
+ ],
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
name: "HmOutFlux",
|
|
name: "HmOutFlux",
|
|
|
label: "重金属输入通量",
|
|
label: "重金属输入通量",
|
|
@@ -318,17 +329,6 @@ const tabs = computed(() => {
|
|
|
icon: "el-icon-map-location",
|
|
icon: "el-icon-map-location",
|
|
|
routes: ["/mapView"],
|
|
routes: ["/mapView"],
|
|
|
},*/
|
|
},*/
|
|
|
- {
|
|
|
|
|
- name: "cadmiumPrediction",
|
|
|
|
|
- label: "土壤污染物含量预测",
|
|
|
|
|
- icon: "el-icon-c-scale-to-original",
|
|
|
|
|
- routes: [
|
|
|
|
|
- "/netFlux",
|
|
|
|
|
- "/currentYearConcentration",
|
|
|
|
|
- "/EffectiveCadmiumPrediction",
|
|
|
|
|
- "/CropCadmiumPrediction",
|
|
|
|
|
- ],
|
|
|
|
|
- },
|
|
|
|
|
// {
|
|
// {
|
|
|
// name: "cropRiskAssessment",
|
|
// name: "cropRiskAssessment",
|
|
|
// label: "作物风险评估",
|
|
// label: "作物风险评估",
|
|
@@ -541,7 +541,7 @@ const mainStyle = computed(() => ({
|
|
|
|
|
|
|
|
/* Header 样式 */
|
|
/* Header 样式 */
|
|
|
.layout-header {
|
|
.layout-header {
|
|
|
- height: 150px;
|
|
|
|
|
|
|
+ height: 80px;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
@@ -564,7 +564,7 @@ const mainStyle = computed(() => ({
|
|
|
|
|
|
|
|
.title-and-user {
|
|
.title-and-user {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
- flex-direction: column;
|
|
|
|
|
|
|
+ flex-direction: row;
|
|
|
flex: 1;
|
|
flex: 1;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -679,10 +679,10 @@ const mainStyle = computed(() => ({
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.project-name {
|
|
.project-name {
|
|
|
- font-size: 48px;
|
|
|
|
|
|
|
+ font-size: 36px;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
- margin-top: 30px;
|
|
|
|
|
color: #333;
|
|
color: #333;
|
|
|
|
|
+ flex: 1;
|
|
|
/* 深色文字 */
|
|
/* 深色文字 */
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -698,7 +698,7 @@ const mainStyle = computed(() => ({
|
|
|
|
|
|
|
|
/* 侧边栏 - 白色背景 */
|
|
/* 侧边栏 - 白色背景 */
|
|
|
.layout-aside {
|
|
.layout-aside {
|
|
|
- width: 360px;
|
|
|
|
|
|
|
+ width: 280px;
|
|
|
background: linear-gradient(to bottom, #b7f1fc, #fff8f0);
|
|
background: linear-gradient(to bottom, #b7f1fc, #fff8f0);
|
|
|
border-right: 1px solid;
|
|
border-right: 1px solid;
|
|
|
overflow-y: auto;
|
|
overflow-y: auto;
|