diff --git a/components/empty/demo/customize.ts b/components/empty/demo/customize.ts index fe92df26708..892864f72cc 100644 --- a/components/empty/demo/customize.ts +++ b/components/empty/demo/customize.ts @@ -4,7 +4,7 @@ import { Component } from '@angular/core'; selector: 'nz-demo-empty-customize', template: ` diff --git a/components/empty/partial/default.ts b/components/empty/partial/default.ts index 9b3a5e4f4ed..724ddfc82c8 100644 --- a/components/empty/partial/default.ts +++ b/components/empty/partial/default.ts @@ -14,30 +14,33 @@ import { ChangeDetectionStrategy, Component, ViewEncapsulation } from '@angular/ selector: 'nz-empty-default', exportAs: 'nzEmptyDefault', template: ` - - + + - + - + - + diff --git a/components/empty/partial/simple.ts b/components/empty/partial/simple.ts index 288b9ad16c1..daf4385e681 100644 --- a/components/empty/partial/simple.ts +++ b/components/empty/partial/simple.ts @@ -14,14 +14,14 @@ import { ChangeDetectionStrategy, Component, ViewEncapsulation } from '@angular/ selector: 'nz-empty-simple', exportAs: 'nzEmptySimple', template: ` - - - - + + + + diff --git a/components/empty/style/index.less b/components/empty/style/index.less index 3aad80b48d7..dcf0cf88278 100644 --- a/components/empty/style/index.less +++ b/components/empty/style/index.less @@ -10,10 +10,6 @@ line-height: 22px; text-align: center; - &-rtl { - direction: rtl; - } - &-image { height: 100px; margin-bottom: 8px;