|
@@ -196,7 +196,7 @@
|
|
{'py': item.ghdy === '浦沿单元'},
|
|
{'py': item.ghdy === '浦沿单元'},
|
|
{'xx': item.ghdy === '西兴单元'},
|
|
{'xx': item.ghdy === '西兴单元'},
|
|
{'qj': item.ghdy === '钱江单元'},
|
|
{'qj': item.ghdy === '钱江单元'},
|
|
- {'jn': item.ghdy === '江南单元'}
|
|
|
|
|
|
+ {'jn': item.ghdy === '江南单元'},
|
|
]">{{ item.ghdy }}</div>
|
|
]">{{ item.ghdy }}</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -757,6 +757,8 @@ export default {
|
|
text-align: center;
|
|
text-align: center;
|
|
// color:#00ff9c;
|
|
// color:#00ff9c;
|
|
// border: .0625rem solid #00ff9c;
|
|
// border: .0625rem solid #00ff9c;
|
|
|
|
+ color: #fff;
|
|
|
|
+ border: 1px solid #fff;
|
|
}
|
|
}
|
|
.ch {
|
|
.ch {
|
|
color:#6DEFB6;
|
|
color:#6DEFB6;
|
|
@@ -778,6 +780,10 @@ export default {
|
|
color:#E1EA6E;
|
|
color:#E1EA6E;
|
|
border: .0625rem solid #E1EA6E;
|
|
border: .0625rem solid #E1EA6E;
|
|
}
|
|
}
|
|
|
|
+ .zjdy {
|
|
|
|
+ color:#cf171b;
|
|
|
|
+ border: .0625rem solid #cf171b;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|