diff options
Diffstat (limited to 'web/html/xui')
| -rw-r--r-- | web/html/xui/inbound_client_table.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/inbound_client_table.html b/web/html/xui/inbound_client_table.html index c788b9fd..cc626606 100644 --- a/web/html/xui/inbound_client_table.html +++ b/web/html/xui/inbound_client_table.html @@ -136,7 +136,7 @@ [[ remainedDays(client.expiryTime) ]] </a-tag> </a-popover> - <a-tag v-else :color="userExpiryColor(app.expireDiff, client, themeSwitcher.isDarkTheme)" style="border: 0;" class="infinite-tag">∞</a-tag> + <a-tag v-else :color="userExpiryColor(app.expireDiff, client, themeSwitcher.isDarkTheme)" style="border: none;" class="infinite-tag">∞</a-tag> </template> </template> <template slot="actionMenu" slot-scope="text, client, index"> |
