fix(docs): add scoped to style tags (#1620)

This commit is contained in:
黄怡林 2024-05-11 14:49:02 +08:00 committed by GitHub
parent 77247ff044
commit 340a4ad5c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View File

@ -59,7 +59,7 @@ export default {
}
</script>
<style>
<style scoped>
/* 文本超出两行显示...IE下不支持 */
.multi-line {
display: -webkit-box;

View File

@ -242,7 +242,7 @@ function onClickBlank(param, e) {
}
</script>
<style>
<style scoped>
/* HandlerList */
.tiny-handler-list {
width: calc(100% - 2px);

View File

@ -249,7 +249,7 @@ export default {
}
</script>
<style>
<style scoped>
/* HandlerList */
.tiny-handler-list {
width: calc(100% - 2px);

View File

@ -38,7 +38,7 @@ export default {
}
</script>
<style>
<style scoped>
.tiny-button {
margin-bottom: 24px;
}

View File

@ -44,7 +44,7 @@ export default {
}
</script>
<style>
<style scoped>
code {
color: #476582;
padding: 2px 8px;