Pre Merge pull request !179 from cherubic_c/dev

This commit is contained in:
cherubic_c 2023-07-21 06:59:16 +00:00 committed by Gitee
commit 10658afc0e
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 {