diff options
Diffstat (limited to 'web/html/xui/inbounds.html')
| -rw-r--r-- | web/html/xui/inbounds.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html index d7e56612..8d295121 100644 --- a/web/html/xui/inbounds.html +++ b/web/html/xui/inbounds.html @@ -54,7 +54,7 @@ style="margin-top: 20px" @change="() => getDBInbounds()"> <template slot="action" slot-scope="text, dbInbound"> - <a-icon type="edit" @click="openEditInbound(dbInbound)"></a-icon> + <a-icon type="edit" style="font-size: 25px" @click="openEditInbound(dbInbound)"></a-icon> <a-dropdown :trigger="['click']"> <a @click="e => e.preventDefault()">{{ i18n "pages.inbounds.operate" }}</a> <a-menu slot="overlay" @click="a => clickAction(a, dbInbound)"> |
