Skip to content

Commit

Permalink
fix(docs): add scoped to style tags (#1620)
Browse files Browse the repository at this point in the history
  • Loading branch information
Huangyilin19 authored May 11, 2024
1 parent 77247ff commit 340a4ad
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default {
}
</script>

<style>
<style scoped>
/* 文本超出两行显示...,IE下不支持 */
.multi-line {
display: -webkit-box;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ function onClickBlank(param, e) {
}
</script>
<style>
<style scoped>
/* HandlerList */
.tiny-handler-list {
width: calc(100% - 2px);
Expand Down
2 changes: 1 addition & 1 deletion examples/sites/demos/pc/app/flowchart/basic-usage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ export default {
}
</script>
<style>
<style scoped>
/* HandlerList */
.tiny-handler-list {
width: calc(100% - 2px);
Expand Down
2 changes: 1 addition & 1 deletion examples/sites/demos/pc/app/time-line/shape.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default {
}
</script>

<style>
<style scoped>
.tiny-button {
margin-bottom: 24px;
}
Expand Down
2 changes: 1 addition & 1 deletion examples/sites/demos/pc/app/time-line/status.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default {
}
</script>

<style>
<style scoped>
code {
color: #476582;
padding: 2px 8px;
Expand Down

0 comments on commit 340a4ad

Please sign in to comment.