mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 01:14:50 +08:00
修复环境变量tooltip
This commit is contained in:
@@ -88,6 +88,7 @@ input:-webkit-autofill:active {
|
||||
height: calc(100vh - var(--vh-offset, 0px) - 144px);
|
||||
}
|
||||
}
|
||||
|
||||
.ql-container-wrapper {
|
||||
&.crontab-wrapper,
|
||||
&.log-wrapper {
|
||||
@@ -108,4 +109,8 @@ input:-webkit-autofill:active {
|
||||
height: calc(100vh - var(--vh-offset, 0px) - 176px);
|
||||
}
|
||||
}
|
||||
|
||||
.ant-tooltip {
|
||||
max-width: 250px !important;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user