Skip to content

Commit

Permalink
Merge pull request #38 from illacloud/feat/solution-mdx
Browse files Browse the repository at this point in the history
feat: update style
  • Loading branch information
Wangtaofeng authored Jan 3, 2024
2 parents 0b816aa + 667b978 commit 91015f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/home/Index/Mobile/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const BannerMobile: FC<IBannerPCProps> = (props) => {
const description = translate({
id: "description",
message:
"Build { businessApp } with low code, make automated { flow }, create { AIAgent } easily",
"Build {businessApp} with low code, make automated {flow}, create {AIAgent} easily",
})

useEffect(() => {
Expand Down
2 changes: 1 addition & 1 deletion src/components/home/Index/PC/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import Interpolate from "@docusaurus/Interpolate"
const description = translate({
id: "description",
message:
"Build { businessApp } with low code, make automated { flow }, create { AIAgent } easily",
"Build {businessApp} with low code, make automated {flow}, create {AIAgent} easily",
})

const BannerPC: FC<IBannerPCProps> = (props) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
}

.solutionBaseImageStyle {
@apply absolute bottom-0 z-[1] left-[50%] transition-opacity duration-500 ease-in-out opacity-0 delay-200 rounded-[8px];
@apply absolute bottom-0 z-[1] left-[50%] transition-opacity duration-500 ease-in-out opacity-100 delay-200 rounded-[8px];
@apply lg:w-[715px];
@apply xl:w-[825px];
transform: translateX(-50%);
Expand Down

0 comments on commit 91015f1

Please sign in to comment.