Skip to content

Commit 19ec18b

Browse files
fix: Fix operate log table style
1 parent a56b5a3 commit 19ec18b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ui/src/views/system/operate-log/index.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
</div>
100100

101101
<app-table
102-
class="mt-16"
102+
class="mt-16 w-full"
103103
:data="tableData"
104104
:pagination-config="paginationConfig"
105105
@sizeChange="handleSizeChange"
@@ -158,7 +158,6 @@
158158
<el-table-column
159159
prop="operate"
160160
:label="$t('views.operateLog.table.detail')"
161-
width="160"
162161
:tooltip-formatter="
163162
({ row }: any) =>
164163
row.operate + (row.operation_object?.name ? `【${row.operation_object.name}】` : '')
@@ -171,7 +170,7 @@
171170
</template>
172171
</el-table-column>
173172
<el-table-column
174-
width="120"
173+
width="140"
175174
prop="user.username"
176175
:label="$t('views.operateLog.table.user')"
177176
/>

0 commit comments

Comments
 (0)