mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-08 22:51:25 +08:00
隐藏不必要的滚动条
This commit is contained in:
parent
ca01808c93
commit
1c1ddd0f59
@ -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
|
||||
|
@ -179,6 +179,7 @@
|
||||
maximized
|
||||
:transition-show="newCommandDirect ? '' : 'slide-up'"
|
||||
transition-hide="slide-down"
|
||||
style="overflow: hidden"
|
||||
>
|
||||
<CommandEditor
|
||||
ref="commandEditor"
|
||||
|
Loading…
x
Reference in New Issue
Block a user