监测对象

This commit is contained in:
liuye
2022-03-28 15:21:38 +08:00
parent 2cf97c21ef
commit 6d16a7ef6c
2 changed files with 6 additions and 2 deletions

View File

@@ -366,5 +366,9 @@ export default {
margin: 200px auto 0; margin: 200px auto 0;
} }
} }
::v-deep .u-search{
margin-bottom: 0;
}
} }
</style> </style>

View File

@@ -22,7 +22,7 @@
<div class="left"> <div class="left">
<h2>{{ item.title }}</h2> <h2>{{ item.title }}</h2>
<div class="item-bottom"> <div class="item-bottom">
<span>{{ $dict.getLabel('newsCenterPolicyType', item.policyType) }}</span> <span>{{ item.categoryName || '' }}</span>
<span>{{ item.createTime }}</span> <span>{{ item.createTime }}</span>
</div> </div>
</div> </div>