diff options
Diffstat (limited to 'web/html/xui/inbounds.html')
| -rw-r--r-- | web/html/xui/inbounds.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html index 10707f12..6309dcb8 100644 --- a/web/html/xui/inbounds.html +++ b/web/html/xui/inbounds.html @@ -185,9 +185,8 @@ :row-class-name="dbInbound => (dbInbound.isMultiUser() ? '' : 'hideExpandIcon')" style="margin-top: 10px"> <template slot="action" slot-scope="text, dbInbound"> - <a-icon type="edit" style="font-size: 22px" @click="openEditInbound(dbInbound.id);"></a-icon> <a-dropdown :trigger="['click']"> - <a @click="e => e.preventDefault()">{{ i18n "pages.inbounds.operate" }}</a> + <a-icon @click="e => e.preventDefault()" type="more" style="font-size: 20px; text-decoration: solid;"></a-icon> <a-menu slot="overlay" @click="a => clickAction(a, dbInbound)" :theme="themeSwitcher.currentTheme"> <a-menu-item key="edit"> <a-icon type="edit"></a-icon> |
