mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-04 02:26:11 +08:00
✨ 听劝,修改部分样式 XD
This commit is contained in:
parent
cc31ef88ef
commit
59d42531a3
@ -61,9 +61,14 @@ export default function CookieManager() {
|
|||||||
>
|
>
|
||||||
|
|
||||||
{cookies.map((cookie) => (
|
{cookies.map((cookie) => (
|
||||||
<List>
|
<List
|
||||||
|
bordered={false}
|
||||||
|
>
|
||||||
|
|
||||||
<List.Item key={cookie.id}>
|
<List.Item
|
||||||
|
key={cookie.id}
|
||||||
|
style={{ padding: '20px 0', borderBottom: '1px solid var(--color-fill-3)' }}
|
||||||
|
>
|
||||||
<div style={{ display: 'flex', justifyContent: 'space-between' }}>
|
<div style={{ display: 'flex', justifyContent: 'space-between' }}>
|
||||||
|
|
||||||
<Popover
|
<Popover
|
||||||
|
Loading…
x
Reference in New Issue
Block a user