diff options
| author | Alireza Ahmadi <alireza7@gmail.com> | 2023-12-10 17:06:42 +0300 |
|---|---|---|
| committer | Alireza Ahmadi <alireza7@gmail.com> | 2023-12-10 17:17:10 +0300 |
| commit | e1da2a2eedd0436296fba7e5a214ed9a347a1ef3 (patch) | |
| tree | dace9ffcd6c046df112722aa4d1e493e70ee42f6 /web/html/xui/inbounds.html | |
| parent | 848e549c0cdff9b21991e9bd2f6534f59b7a6b5b (diff) | |
small fixes #1300
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> |
