mirror of
https://github.com/kmvan/x-prober.git
synced 2026-08-13 10:00:30 +08:00
后面的选项卡(tabs)似乎不会高亮 #55
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xanadus0 on GitHub (Mar 11, 2021).
后面的选项卡(tabs)似乎不会高亮,不会高亮的选项卡数量可能与屏幕尺寸有关。
@kmvan commented on GitHub (Mar 11, 2021):
正常,没有达到相应位置
-------- Original message --------
From: xanadus0 notifications@github.com
Date: 3/11/21 11:20 (GMT+08:00)
To: kmvan/x-prober x-prober@noreply.github.com
Cc: Subscribed subscribed@noreply.github.com
Subject: [kmvan/x-prober] 后面的选项卡(tabs)似乎不会高亮 (#145)
后面的选项卡(tabs)似乎不会高亮,不会高亮的选项卡数量可能与屏幕尺寸有关。
https://******/x.php#myInfo
[图片]https://user-images.githubusercontent.com/35560692/110730113-dc529800-825a-11eb-9c40-33f817741e2e.png
―
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHubhttps://github.com/kmvan/x-prober/issues/145, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AA5JMQWM4OHNPYLXAV5AH3LTDAZHLANCNFSM4Y7M4RYQ.
@xanadus0 commented on GitHub (Mar 11, 2021):
也许设计上是这样,但是感官上有点反直觉(点击那个选项卡,却没有高亮,而是高亮前面的)。
当然以上仅是我的个人观点。
@kmvan commented on GitHub (Mar 11, 2021):
目前是两种高亮,一种是悬停高亮,一种是当前高亮。如果点击后直接变成当前高亮,那么点最后一个的时候,有可能会出现两个一样的当前高亮,看起来更加奇怪。所以针对这种情况,我不想让体验造成一种“欺骗”的感觉。
当然如果要最后一个也出现当前高亮,那么只能是把底部的空间腾出一个屏幕大,这样最低的一项就能靠近屏幕顶端从而显示出当前高亮,然而因为存在黑边框的设计,空白一片会略显突兀。综合起来我选择目前的方案。如果你有更好的方法,不妨说说。