Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
new-api
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
472377bf
authored
Aug 11, 2025
by
t0ng7u
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
馃嵀
ui: change pricing page card view `p-4` to `px-4`
parent
6c7a10ac
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
web/src/components/table/model-pricing/view/card/PricingCardSkeleton.jsx
+1
-1
web/src/components/table/model-pricing/view/card/PricingCardView.jsx
+1
-1
No files found.
web/src/components/table/model-pricing/view/card/PricingCardSkeleton.jsx
View file @
472377bf
...
...
@@ -26,7 +26,7 @@ const PricingCardSkeleton = ({
showRatio
=
false
})
=>
{
const
placeholder
=
(
<
div
className=
"p-4"
>
<
div
className=
"p
x
-4"
>
<
div
className=
"grid grid-cols-1 xl:grid-cols-2 2xl:grid-cols-3 gap-4"
>
{
Array
.
from
({
length
:
skeletonCount
}).
map
((
_
,
index
)
=>
(
<
Card
...
...
web/src/components/table/model-pricing/view/card/PricingCardView.jsx
View file @
472377bf
...
...
@@ -215,7 +215,7 @@ const PricingCardView = ({
}
return
(
<
div
className=
"p-4"
>
<
div
className=
"p
x
-4"
>
<
div
className=
"grid grid-cols-1 xl:grid-cols-2 2xl:grid-cols-3 gap-4"
>
{
paginatedModels
.
map
((
model
,
index
)
=>
{
const
modelKey
=
getModelKey
(
model
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment