-
Notifications
You must be signed in to change notification settings - Fork 825
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
master分支“端口状态不显示”,v2.3.1正常 #551
Comments
--- a/less/cascade.less
+++ b/less/cascade.less
@@ -3289,19 +3289,18 @@ span[data-tooltip] .label {
.cbi-tooltip {
position: absolute;
z-index: 1000;
- top: -1000px;
- left: -1000px;
- padding: 2px 5px;
- transition: opacity .25s ease-out;
- white-space: pre;
- pointer-events: none;
- opacity: 0;
+ left: -10000px;
+ box-shadow: 0 0 2px #8b8b8b;
border-radius: 3px;
background: #fff;
- box-shadow: 0 0 2px #444;
+ white-space: pre;
+ padding: 2px 5px;
+ opacity: 0;
+ transition: opacity .25s ease-in;
+ transform: translate(-50%, 10%);
}
-.cbi-tooltip-container:hover .cbi-tooltip {
+.cbi-tooltip-container:hover .cbi-tooltip:not(:empty) {
left: auto;
transition: opacity .25s ease-in;
opacity: 1;
你就会得到效果图 |
好的感谢,我试试 |
请问下这个文件用在哪里? |
不清楚,你得问那些大佬们。我不懂这些。 |
cascade.zip |
用这个替换后,确实恢复显示了 |
pr 已经合并 |
Describe the bug
argon master分支在某次提交过后,导致无法查看“端口状态”详细数据
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots

v2.3.1分支
master分支
Openwrt (please complete the following information):
Desktop (please complete the following information):
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: