fix:Detection模块调整部分样式

This commit is contained in:
刘洪洪
2022-11-15 11:36:40 +08:00
parent aee521d5bc
commit 5ecf096e40
6 changed files with 22 additions and 11 deletions

View File

@@ -46,7 +46,7 @@
<div class="overview__title">{{$t('detections.goToEntity')}}</div>
<div class="overview__row">
<div class="row__content">
<span>{{ $t('detections.viewDetailOf') }}</span> &nbsp;
<span class="row__content--span">{{ $t('detections.viewDetailOf') }}</span> &nbsp;
<span
class="row__content--link"
@click="goDetail('app', detection.appName)">{{detection.appName}}</span>