fix(工具箱): 优化“保持亮屏”工具界面样式,背景添加圆角

This commit is contained in:
2024-10-13 12:07:57 +08:00
parent fcda974626
commit 0310eee39e
3 changed files with 7 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
ref="selfRef"
class="tool-detail-page"
:class="{
'has-radius': !fullscreen.isFullscreen.value,
'is-dark-color': isDarkColor,
'is-faded': isFaded,
'is-on': wakeLock.isActive.value,

View File

@@ -192,6 +192,10 @@ function handleOpenTool(data) {
height: 100%;
overflow-y: auto;
&.has-radius {
border-radius: 8px;
}
> .n-card:not(:first-child) {
margin-top: 20px;
}