style(Screenfull): 移除无用样式
This commit is contained in:
@@ -10,14 +10,3 @@ import SvgIcon from '@/components/SvgIcon/index.vue'
|
|||||||
|
|
||||||
const {isFullscreen, enter, toggle} = useFullscreen();
|
const {isFullscreen, enter, toggle} = useFullscreen();
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang='scss' scoped>
|
|
||||||
.screenfull-svg {
|
|
||||||
display: inline-block;
|
|
||||||
cursor: pointer;
|
|
||||||
fill: #5a5e66;
|
|
||||||
width: 20px;
|
|
||||||
height: 20px;
|
|
||||||
vertical-align: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
Reference in New Issue
Block a user