@@ -93,7 +93,7 @@ export default {
watch: {
maxProduction(value) {
// this.queryForm.maxp = value;
- this.queryForm.maxp = 2000;
+ this.queryForm.maxp = 3000;
},
};
@@ -86,7 +86,7 @@ export default {
@@ -134,7 +134,11 @@
>
</div>
<div class="info">
- <span class="sl">受累</span>
+ <span
+ class="sl"
+ :style="`color: ${$store.state.theme ? '#000' : '#fff'}`"
+ >受累</span
+ >
<span
:style="`color: #${$store.state.theme ? '000' : 'fff'}`"
>{{ ztmap.djsum }}</span