Add tracking assimilate attacking behaviot #39

Merged
MrKBear merged 13 commits from dev-mrkbear into master 2022-04-12 21:35:54 +08:00
2 changed files with 6 additions and 2 deletions
Showing only changes of commit 3351769106 - Show all commits

View File

@ -94,8 +94,8 @@ div.behavior-list {
} }
div.behavior-content-view { div.behavior-content-view {
width: calc( 100% - 50px ); width: calc( 100% - 55px );
padding-right: 5px; padding-right: 10px;
max-width: 125px; max-width: 125px;
height: $behavior-item-height; height: $behavior-item-height;
display: flex; display: flex;

View File

@ -119,6 +119,10 @@ div.app-container {
flex-shrink: 1; flex-shrink: 1;
} }
div.app-panel.hide-scrollbar {
overflow: hidden;
}
div.app-panel.hide-scrollbar::-webkit-scrollbar { div.app-panel.hide-scrollbar::-webkit-scrollbar {
width : 0; /*高宽分别对应横竖滚动条的尺寸*/ width : 0; /*高宽分别对应横竖滚动条的尺寸*/
height: 0; height: 0;