mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
docs(descriptions): fix the customed style
example (#14310)
This commit is contained in:
parent
8e1997626c
commit
92382ddca5
@ -25,10 +25,10 @@
|
||||
</el-descriptions>
|
||||
</template>
|
||||
<style scoped>
|
||||
.my-label {
|
||||
background: var(--el-color-success-light-9);
|
||||
:deep(.my-label) {
|
||||
background: var(--el-color-success-light-9) !important;
|
||||
}
|
||||
.my-content {
|
||||
:deep(.my-content) {
|
||||
background: var(--el-color-danger-light-9);
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user