forked from opentiny/tiny-vue
fix(docs): add scoped to style tags (#1620)
This commit is contained in:
parent
77247ff044
commit
340a4ad5c9
|
@ -59,7 +59,7 @@ export default {
|
|||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
<style scoped>
|
||||
/* 文本超出两行显示...,IE下不支持 */
|
||||
.multi-line {
|
||||
display: -webkit-box;
|
||||
|
|
|
@ -242,7 +242,7 @@ function onClickBlank(param, e) {
|
|||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
<style scoped>
|
||||
/* HandlerList */
|
||||
.tiny-handler-list {
|
||||
width: calc(100% - 2px);
|
||||
|
|
|
@ -249,7 +249,7 @@ export default {
|
|||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
<style scoped>
|
||||
/* HandlerList */
|
||||
.tiny-handler-list {
|
||||
width: calc(100% - 2px);
|
||||
|
|
|
@ -38,7 +38,7 @@ export default {
|
|||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
<style scoped>
|
||||
.tiny-button {
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
|
|
@ -44,7 +44,7 @@ export default {
|
|||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
<style scoped>
|
||||
code {
|
||||
color: #476582;
|
||||
padding: 2px 8px;
|
||||
|
|
Loading…
Reference in New Issue