We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2379654 commit f5cef9bCopy full SHA for f5cef9b
ui/src/views/system/operate-log/index.vue
@@ -99,7 +99,7 @@
99
</div>
100
101
<app-table
102
- class="mt-16"
+ class="mt-16 w-full"
103
:data="tableData"
104
:pagination-config="paginationConfig"
105
@sizeChange="handleSizeChange"
@@ -158,7 +158,6 @@
158
<el-table-column
159
prop="operate"
160
:label="$t('views.operateLog.table.detail')"
161
- width="160"
162
:tooltip-formatter="
163
({ row }: any) =>
164
row.operate + (row.operation_object?.name ? `【${row.operation_object.name}】` : '')
@@ -171,7 +170,7 @@
171
170
</template>
172
</el-table-column>
173
174
- width="120"
+ width="140"
175
prop="user.username"
176
:label="$t('views.operateLog.table.user')"
177
/>
0 commit comments