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} loading={searching}
onChange={handleKeywordChange} onChange={handleKeywordChange}
/> />
<Form.Input {/* <Form.Input
field="token" field="token"
label="Key" label="Key"
placeholder="密钥" placeholder="密钥"
value={searchToken} value={searchToken}
loading={searching} loading={searching}
onChange={handleSearchTokenChange} onChange={handleSearchTokenChange}
/> /> */}
<Button label="查询" type="primary" htmlType="submit" className="btn-margin-right" <Button label="查询" type="primary" htmlType="submit" className="btn-margin-right"
onClick={searchTokens} style={{ marginRight: 8 }}>查询</Button> onClick={searchTokens} style={{ marginRight: 8 }}>查询</Button>
</Form> </Form>