Skip to content
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

[improve] fix some alarm relate bug, update alarm center ui #2951

Merged
merged 25 commits into from
Jan 6, 2025
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[webapp] update labels
Signed-off-by: tomsun28 <[email protected]>
  • Loading branch information
tomsun28 committed Jan 5, 2025
commit 3e6ad0b1504afb6fb6f349457f89d38a9761b779
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

.ant-input-affix-wrapper {
border-radius: 6px;

&:hover, &:focus {
border-color: #40a9ff;
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
Expand All @@ -56,7 +56,6 @@
}
}

/* 响应式布局 */
@media screen and (max-width: 768px) {
.search-wrapper {
max-width: 100%;
Expand Down