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