Skip to content

Commit ba72561

Browse files
style: Data grid
1 parent 0f5185b commit ba72561

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/src/views/system/model/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
</div>
5252
</template>
5353
</el-table-column>
54-
<el-table-column prop="create_time" label="Create time">
54+
<el-table-column prop="create_time" label="Create time" min-width="180">
5555
<template #default="scope">
5656
<span>{{ formatTimestamp(scope.row.create_time, 'YYYY-MM-DD HH:mm:ss') }}</span>
5757
</template>

frontend/src/views/system/user/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
</div>
4646
</template>
4747
</el-table-column>
48-
<el-table-column prop="create_time" label="Create time">
48+
<el-table-column prop="create_time" label="Create time" min-width="120">
4949
<template #default="scope">
5050
<span>{{ formatTimestamp(scope.row.create_time) }}</span>
5151
</template>

0 commit comments

Comments
 (0)