fix:修复 日志 时间列换行显示的问题
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
</my-date-picker>
|
||||
</el-form-item>
|
||||
<!-- labels -->
|
||||
<div class="form__sub-title">{{$t('overall.labels')}}</div>
|
||||
<div class="form__sub-title">{{$t('config.assetLabel.assetLabel')}}</div>
|
||||
<div v-for="(label, i) in editAsset.fields" :key="i" class="form__dotted-item">
|
||||
<el-form-item :prop="'fields.' + i + '.value'">
|
||||
<template v-slot:label>
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
<el-table-column
|
||||
v-if="time"
|
||||
prop="date"
|
||||
width="140"
|
||||
width="160"
|
||||
>
|
||||
<template slot-scope="{ row }">{{utcTimeToTimezoneStr(row.date)}}</template>
|
||||
</el-table-column>
|
||||
|
||||
Reference in New Issue
Block a user