diff --git a/app/admin/view/oplog/index.html b/app/admin/view/oplog/index.html
index 5bb5456db..101fb1299 100644
--- a/app/admin/view/oplog/index.html
+++ b/app/admin/view/oplog/index.html
@@ -33,7 +33,7 @@
{field: 'geoip', title: '访问地址', minWidth: 100},
{field: 'geoisp', title: '网络服务商', minWidth: 100},
{field: 'create_at', title: '操作时间', minWidth: 170, align: 'center', sort: true},
- {toolbar: '#toolbar', title: '操作面板', align: 'center', fixed: 'right'}
+ {toolbar: '#toolbar', title: '操作面板', align: 'center', minWidth: 80, fixed: 'right'}
]]
});
});