Merge branch 'feature/ui_upgrade_zy' of github.com:SuanmoSuanyangTechnology/MemoryBear into feature/ui_upgrade_zy

This commit is contained in:
zhaoying
2026-03-23 12:16:11 +08:00
2 changed files with 15 additions and 6 deletions

View File

@@ -2,4 +2,13 @@
.rb-border-t { border-top: 1px solid #DFE4ED; }
.rb-border-r { border-right: 1px solid #DFE4ED; }
.rb-border-b { border-bottom: 1px solid #DFE4ED; }
.rb-border-l { border-left: 1px solid #DFE4ED; }
.rb-border-l { border-left: 1px solid #DFE4ED; }
/* 隐藏滚动条但保留滚动功能 */
div {
scrollbar-width: none; /* Firefox */
-ms-overflow-style: none; /* IE/Edge */
}
div::-webkit-scrollbar {
display: none; /* Chrome/Safari/Opera */
}