fix:修复 日志 时间列换行显示的问题
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user