fix: 修复退出全屏时文字过长导致页面出现滚动条后抖动问题

This commit is contained in:
xiaoxian521 2022-11-29 00:03:18 +08:00
parent 5734d0391f
commit c437371db6
2 changed files with 4 additions and 4 deletions

View File

@ -18,8 +18,8 @@ buttons:
hscloseRightTabs: Close RightTabs hscloseRightTabs: Close RightTabs
hscloseOtherTabs: Close OtherTabs hscloseOtherTabs: Close OtherTabs
hscloseAllTabs: Close AllTabs hscloseAllTabs: Close AllTabs
hswholeFullScreen: Whole FullScreen hswholeFullScreen: FullScreen
hswholeExitFullScreen: Whole ExitFullScreen hswholeExitFullScreen: ExitFull
hscontentFullScreen: Content FullScreen hscontentFullScreen: Content FullScreen
hscontentExitFullScreen: Content ExitFullScreen hscontentExitFullScreen: Content ExitFullScreen
menus: menus:

View File

@ -18,8 +18,8 @@ buttons:
hscloseRightTabs: 关闭右侧标签页 hscloseRightTabs: 关闭右侧标签页
hscloseOtherTabs: 关闭其他标签页 hscloseOtherTabs: 关闭其他标签页
hscloseAllTabs: 关闭全部标签页 hscloseAllTabs: 关闭全部标签页
hswholeFullScreen: 整体页面全屏 hswholeFullScreen: 全屏
hswholeExitFullScreen: 整体页面退出全屏 hswholeExitFullScreen: 退出全屏
hscontentFullScreen: 内容区全屏 hscontentFullScreen: 内容区全屏
hscontentExitFullScreen: 内容区退出全屏 hscontentExitFullScreen: 内容区退出全屏
menus: menus: