mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-24 13:03:30 +08:00
隐藏不必要的滚动条
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
<template>
|
||||
<div
|
||||
class="absolute-full"
|
||||
:style="{ background: $q.dark.isActive ? 'var(--q-dark-page)' : '#ffffff' }"
|
||||
:style="{
|
||||
background: $q.dark.isActive ? 'var(--q-dark-page)' : '#ffffff',
|
||||
overflow: 'hidden',
|
||||
}"
|
||||
>
|
||||
<!-- 命令设置栏 -->
|
||||
<CommandSideBar
|
||||
|
Reference in New Issue
Block a user