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
7d3bf7c5
authored
Aug 11, 2025
by
t0ng7u
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
馃嵀
ui: change pricing page card view `pt-4` to `py-4`
parent
472377bf
Show 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 @
7d3bf7c5
...
...
@@ -123,7 +123,7 @@ const PricingCardSkeleton = ({
</
div
>
{
/* 鍒嗛〉楠ㄦ灦 */
}
<
div
className=
"flex justify-center mt-6 p
t
-4 border-t pricing-pagination-divider"
>
<
div
className=
"flex justify-center mt-6 p
y
-4 border-t pricing-pagination-divider"
>
<
Skeleton
.
Button
style=
{
{
width
:
300
,
height
:
32
}
}
/>
</
div
>
</
div
>
...
...
web/src/components/table/model-pricing/view/card/PricingCardView.jsx
View file @
7d3bf7c5
...
...
@@ -327,7 +327,7 @@ const PricingCardView = ({
{
/* 鍒嗛〉 */
}
{
filteredModels
.
length
>
0
&&
(
<
div
className=
"flex justify-center mt-6 p
t
-4 border-t pricing-pagination-divider"
>
<
div
className=
"flex justify-center mt-6 p
y
-4 border-t pricing-pagination-divider"
>
<
Pagination
currentPage=
{
currentPage
}
pageSize=
{
pageSize
}
...
...
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