mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-11-30 10:18:02 +08:00
docs: add scoped option in example file (#3747)
This commit is contained in:
parent
ae092f772d
commit
1ec7914df8
@ -3,7 +3,7 @@
|
||||
<div v-for="o in 4" :key="o" class="text item">{{ 'List item ' + o }}</div>
|
||||
</el-card>
|
||||
</template>
|
||||
<style>
|
||||
<style scoped>
|
||||
.text {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
@ -108,7 +108,7 @@
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style lang="scss">
|
||||
<style lang="scss" scoped>
|
||||
.box {
|
||||
width: 400px;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user