Skip to content

Commit

Permalink
fix: calendar showcase hidden issue (#14548)
Browse files Browse the repository at this point in the history
* fix: calendar showcase hidden issue

* fix linting

* simplify the solution
  • Loading branch information
Dale Nguyen authored Jan 15, 2024
1 parent 52e8e21 commit d77e944
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/app/showcase/demo/deferreddemo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import { Component, ElementRef, EventEmitter, Inject, Input, OnInit, Output, PLA
imports: [CommonModule],
template: `
@if(!visible){
<div class="card">
<div class="deferred-demo-loading"></div>
</div>
<div class="card">
<div class="deferred-demo-loading"></div>
</div>
} @else {
<ng-content></ng-content>
}
Expand Down
2 changes: 1 addition & 1 deletion src/app/showcase/pages/landing/herosection.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import { AppConfigService } from '../../service/appconfigservice';
<div class="w-full xl:w-6 pt-7 xl:pt-0 hidden md:block">
<div class="flex">
<div class="flex flex-column w-6 gap-5 pt-8 pr-3">
<div class="box p-4 fadein animation-duration-500">
<div class="box p-4 fadein animation-duration-500 z-1">
<div class="flex gap-2">
<div class="w-6rem flex-shrink-0">
<span class="text-secondary font-medium block mb-3">Amount</span>
Expand Down

0 comments on commit d77e944

Please sign in to comment.