style: styles

This commit is contained in:
jialin
2025-11-03 10:14:30 +08:00
parent 86c2f8eda1
commit c5166f07f1
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ const DeleteModal = forwardRef((props, ref) => {
? intl.formatMessage({ id: config.cancelText })
: intl.formatMessage({ id: 'common.button.cancel' })}
</Button>
<Button type="primary" onClick={handleOk} size="middle">
<Button type="primary" onClick={handleOk} size="middle" danger>
{config.okText
? intl.formatMessage({ id: config.okText })
: intl.formatMessage({ id: 'common.button.delete' })}
+2 -2
View File
@@ -225,8 +225,8 @@ export default {
'models.form.numDraftTokens': 'Number of Draft Tokens',
'models.form.ngramMinMatchLength': 'N-gram Minimum Match Length',
'models.form.ngramMaxMatchLength': 'N-gram Maximum Match Length',
'models.form.mode.throughput': 'Throughput',
'models.form.mode.latency': 'Latency',
'models.form.mode.throughput': 'High-Throughput',
'models.form.mode.latency': 'Low-Latency',
'models.form.mode.reference': 'Reference',
'models.form.mode.throughput.tips':
'optimized for high throughput under high request concurrency.',