mirror of
https://gitee.com/dromara/go-view.git
synced 2024-11-29 18:28:28 +08:00
修复右下角白点
This commit is contained in:
parent
b59c28b8ae
commit
7bc8c16581
@ -27,7 +27,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</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>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
@ -319,6 +319,10 @@ window.onKeySpacePressHold = (isHold: boolean) => {
|
|||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
background-color: rgba(144, 146, 152, 0.3);
|
background-color: rgba(144, 146, 152, 0.3);
|
||||||
}
|
}
|
||||||
|
// 修复右下角白点用的
|
||||||
|
&::-webkit-scrollbar-corner {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.fix-edit-screens-block {
|
.fix-edit-screens-block {
|
||||||
|
Loading…
Reference in New Issue
Block a user