From 2f2cb991340f3f9bd4ed9ba7a569daf8af769314 Mon Sep 17 00:00:00 2001 From: Zhicheng WANG Date: Wed, 19 Dec 2018 17:40:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BF=BB=E8=AF=91=E6=94=B9=E8=BF=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/guide/component-styles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/component-styles.md b/aio/content/guide/component-styles.md index 8507e9fe16..3e818846ae 100644 --- a/aio/content/guide/component-styles.md +++ b/aio/content/guide/component-styles.md @@ -175,7 +175,7 @@ component tree into all the child component views. The `/deep/` combinator works to any depth of nested components, and it applies to both the view children and content children of the component. -可以使用 `/deep/` 选择器来强制一个样式对各级子组件的视图也生效,它*不但作用于组件的子视图,也会作用于组件的内容*。 +可以使用 `/deep/` 选择器来强制一个样式对各级子组件的视图也生效,它不但会作用于组件的子视图,也会作用于投影进来的内容(`ng-content`)。 The following example targets all `

` elements, from the host element down through this component to all of its child elements in the DOM.