fix(componentEnv): 更新删除环境确认提示文案

master
钟良源 3 months ago
parent 694b226de9
commit 37e5b695db

@ -90,7 +90,7 @@ const ComponentEnv = () => {
<div>
<p></p>
<p style={{ color: 'red', fontWeight: 'bold' }}> {record.name}</p>
<p> <strong>{record.name}</strong> :</p>
<p> <strong>{record.name}</strong> :</p>
<Input placeholder={`请输入 ${record.name}`} id="confirm-env-name" />
</div>
),

Loading…
Cancel
Save