!179 修复右下角白点 通过修改样式修改 不需要元素

Merge pull request !179 from cherubic_c/dev
This commit is contained in:
奔跑的面条 2023-07-21 08:06:37 +00:00 committed by Gitee
commit c51bcd72c7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -27,7 +27,7 @@
</div>
</div>
<!-- 修复右下角白点用的 -->
<div v-if="designStore.getDarkTheme" class="fix-edit-screens-block"></div>
<!-- <div v-if="designStore.getDarkTheme" class="fix-edit-screens-block"></div> -->
</div>
</template>
<script setup lang="ts">
@ -320,6 +320,10 @@ window.onKeySpacePressHold = (isHold: boolean) => {
border-radius: 5px;
background-color: rgba(144, 146, 152, 0.3);
}
//
&::-webkit-scrollbar-corner {
background-color: transparent;
}
}
.fix-edit-screens-block {