首页 > 解决方案 > 在 CSS 样式中使用“>>>”选择器是什么意思?

问题描述

>>>当在 CSS 样式中使用时,选择器是什么意思,如下例所示?

<style lang="css" scoped>

.v-text-field >>> input {
    font-size: 0.8em;
    font-weight: 100;
}
.v-text-field >>> button {
    font-size: 0.8em;
}
</style>

标签: css

解决方案


推荐阅读