style(Screenfull): 移除无用样式

This commit is contained in:
郝先瑞
2022-02-24 00:05:46 +08:00
parent 7cb45d05a0
commit 109299ae34

View File

@@ -9,15 +9,4 @@ import {useFullscreen} from '@vueuse/core'
import SvgIcon from '@/components/SvgIcon/index.vue'
const {isFullscreen, enter, toggle} = useFullscreen();
</script>
<style lang='scss' scoped>
.screenfull-svg {
display: inline-block;
cursor: pointer;
fill: #5a5e66;
width: 20px;
height: 20px;
vertical-align: 10px;
}
</style>
</script>