Skip to content

Commit

Permalink
Merge branch 'master' into doc-import-driver
Browse files Browse the repository at this point in the history
  • Loading branch information
zqr10159 authored Jun 18, 2024
2 parents 4be7e60 + fc6ea4a commit 5ae0533
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@
# UPDATE hzb_status_page_history SET unknowing = `unknown` WHERE `unknown` IS NOT NULL AND unknowing IS NULL;
# ALTER TABLE hzb_status_page_history DROP COLUMN `unknown`;
# commit;
#
# ALTER TABLE `hertzbeat`.`hzb_notice_rule` MODIFY COLUMN `receiver_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL AFTER `receiver_id`;
# commit;
6 changes: 6 additions & 0 deletions web-app/src/app/routes/setting/define/define.component.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

:host ::ng-deep {
.ant-menu-inline.ant-menu-root .ant-menu-item > .ant-menu-title-content, .ant-menu-inline.ant-menu-root .ant-menu-submenu-title > .ant-menu-title-content {
overflow: unset;
}
}

0 comments on commit 5ae0533

Please sign in to comment.