监测对象
This commit is contained in:
@@ -366,5 +366,9 @@ export default {
|
|||||||
margin: 200px auto 0;
|
margin: 200px auto 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::v-deep .u-search{
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user