Commit 8b23d2da authored by vtduong0912's avatar vtduong0912

config: job-form

parent b4827927
...@@ -4,6 +4,9 @@ import { Component, OnInit } from '@angular/core'; ...@@ -4,6 +4,9 @@ import { Component, OnInit } from '@angular/core';
selector: 'job-form', selector: 'job-form',
standalone: true, standalone: true,
template: ` template: `
<div [class]="{'tw-hidden': isHidden}">
</div>
` `
}) })
......
...@@ -19,7 +19,7 @@ import { NzButtonModule } from 'ng-zorro-antd/button'; ...@@ -19,7 +19,7 @@ import { NzButtonModule } from 'ng-zorro-antd/button';
], ],
styles: ` styles: `
nz-table[_ngcontent-jjj-c198] nz-pagination[_ngcontent-jjj-c198] { nz-table[_ngcontent-jjj-c198] nz-pagination[_ngcontent-jjj-c198] {
justify-content: center; justify-content: center;
} }
`, `,
template: ` template: `
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment