chore: 优化令牌界面逻辑
This commit is contained in:
parent
affac97e12
commit
d943208197
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user