feat: remove scoped scss (TODO: add class prefix)

master
丁锐 2021-12-06 17:57:16 +08:00
parent 82851ad8cb
commit ac3f731d35
3 changed files with 3 additions and 3 deletions

View File

@ -224,7 +224,7 @@ export default {
}
</script>
<style lang="scss" scoped>
<style lang="scss">
.icon-btn {
width: 36px;
height: 36px;

View File

@ -22,7 +22,7 @@ export default {
}
</script>
<style lang="scss" scoped>
<style lang="scss">
.icon-btn {
margin-inline-start: 4px;
width: 36px;

View File

@ -237,7 +237,7 @@ export default {
}
</script>
<style lang="scss" scoped>
<style lang="scss">
.header__preview {
--page-length-digits: 1;
display: flex;