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
bdf2f18b
authored
May 26, 2025
by
CaIon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🎨
style(ModelPricing): Update card shadow and add margin for improved layout
parent
9ebdc621
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
web/src/components/ModelPricing.js
+2
-1
No files found.
web/src/components/ModelPricing.js
View file @
bdf2f18b
...
@@ -382,6 +382,7 @@ const ModelPricing = () => {
...
@@ -382,6 +382,7 @@ const ModelPricing = () => {
type
=
"card"
type
=
"card"
collapsible
collapsible
onChange
=
{
key
=>
setActiveKey
(
key
)}
onChange
=
{
key
=>
setActiveKey
(
key
)}
className
=
"mt-2"
>
>
{
Object
.
entries
(
modelCategories
)
{
Object
.
entries
(
modelCategories
)
.
filter
(([
key
])
=>
availableCategories
.
includes
(
key
))
.
filter
(([
key
])
=>
availableCategories
.
includes
(
key
))
...
@@ -488,7 +489,7 @@ const ModelPricing = () => {
...
@@ -488,7 +489,7 @@ const ModelPricing = () => {
<
Card
className
=
"!rounded-2xl shadow-lg border-0"
>
<
Card
className
=
"!rounded-2xl shadow-lg border-0"
>
{
/* 顶部状态卡片 */
}
{
/* 顶部状态卡片 */
}
<
Card
<
Card
className
=
"!rounded-2xl !border-0 !shadow-
2xl
overflow-hidden mb-6"
className
=
"!rounded-2xl !border-0 !shadow-
md
overflow-hidden mb-6"
style
=
{{
style
=
{{
background
:
'linear-gradient(135deg, #6366f1 0%, #8b5cf6 25%, #a855f7 50%, #c084fc 75%, #d8b4fe 100%)'
,
background
:
'linear-gradient(135deg, #6366f1 0%, #8b5cf6 25%, #a855f7 50%, #c084fc 75%, #d8b4fe 100%)'
,
position
:
'relative'
position
:
'relative'
...
...
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