fix:修复 日志 时间列换行显示的问题

This commit is contained in:
zhangyu
2022-04-06 17:40:19 +08:00
parent 78c93b0f1a
commit fd96a0fbe1
2 changed files with 2 additions and 2 deletions

View File

@@ -78,7 +78,7 @@
</my-date-picker> </my-date-picker>
</el-form-item> </el-form-item>
<!-- labels --> <!-- 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"> <div v-for="(label, i) in editAsset.fields" :key="i" class="form__dotted-item">
<el-form-item :prop="'fields.' + i + '.value'"> <el-form-item :prop="'fields.' + i + '.value'">
<template v-slot:label> <template v-slot:label>

View File

@@ -58,7 +58,7 @@
<el-table-column <el-table-column
v-if="time" v-if="time"
prop="date" prop="date"
width="140" width="160"
> >
<template slot-scope="{ row }">{{utcTimeToTimezoneStr(row.date)}}</template> <template slot-scope="{ row }">{{utcTimeToTimezoneStr(row.date)}}</template>
</el-table-column> </el-table-column>