mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
docs: add scoped option in example file (#3747)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user