mirror of
https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git
synced 2026-06-16 21:03:58 +08:00
fix: adjust opacity style condition for OpenAI provider card
This commit is contained in:
@@ -539,7 +539,7 @@ export function OpenAISection({
|
||||
<div
|
||||
key={`openai-provider-${originalIndex}`}
|
||||
className={styles.openaiProviderCard}
|
||||
style={actionsDisabled || providerDisabled ? { opacity: 0.6 } : undefined}
|
||||
style={actionsDisabled ? { opacity: 0.6 } : undefined}
|
||||
>
|
||||
<div className={styles.openaiProviderMeta}>
|
||||
<div className={styles.openaiProviderTitle}>{provider.name}</div>
|
||||
|
||||
Reference in New Issue
Block a user