docs(descriptions): fix the customed style example (#14310)

This commit is contained in:
dopamine 2023-09-17 08:40:43 +08:00 committed by GitHub
parent 8e1997626c
commit 92382ddca5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>