vue3.0 deep selector is deprecated the >>> and /deep/ combinators have been deprecated. Use :deep() instead.

When using vue3.0's marriage element-plus, when modifying a component style of element, a warning is reported: the >>> and /deep/ combinators have been deprecated. Use :deep() instead. >>>, /deep/, ::v-deepare deprecated and need :deep()to be replaced.


   :deep(.el-scrollbar__view) {
    
    
      height: 100%;
    }

Guess you like

Origin blog.csdn.net/sxs7970/article/details/120321898