chore: 优化令牌界面逻辑

This commit is contained in:
Apple\Apple 2024-03-16 11:00:59 +08:00
parent affac97e12
commit d943208197

View File

@ -532,14 +532,14 @@ const TokensTable = () => {
loading={searching}
onChange={handleKeywordChange}
/>
<Form.Input
{/* <Form.Input
field="token"
label="Key"
placeholder="密钥"
value={searchToken}
loading={searching}
onChange={handleSearchTokenChange}
/>
/> */}
<Button label="查询" type="primary" htmlType="submit" className="btn-margin-right"
onClick={searchTokens} style={{ marginRight: 8 }}>查询</Button>
</Form>