This commit is contained in:
LiuHao
2023-04-18 23:36:26 +08:00
parent 55e29ce697
commit d2bce3fcbe
8 changed files with 76 additions and 35 deletions

View File

@ -7,14 +7,3 @@
<script setup lang="ts">
const { isFullscreen, toggle } = useFullscreen();
</script>
<style lang="scss" scoped>
.screenfull-svg {
display: inline-block;
cursor: pointer;
fill: #5a5e66;
width: 20px;
height: 20px;
vertical-align: 10px;
}
</style>