|
|
@@ -1,5 +1,4 @@
|
|
|
import { useState } from 'react'
|
|
|
-import { Button } from 'antd'
|
|
|
import { useIntl } from 'umi'
|
|
|
import './index.less'
|
|
|
|
|
|
@@ -21,7 +20,9 @@ const UesrList: React.FC<UserListProps> = ({ onlineList }) => {
|
|
|
const intl = useIntl()
|
|
|
return (
|
|
|
<>
|
|
|
- <Button onClick={() => setVisible(!visible)}>固钉</Button>
|
|
|
+ <span className="absolute top-12 left-[-3rem]" onClick={() => setVisible(!visible)}>
|
|
|
+ 固钉
|
|
|
+ </span>
|
|
|
<div
|
|
|
className={[
|
|
|
'book-list border border-solid border-hex-1d1d1d border-opacity-7 bg-hex-f7f9fa flex flex-col bg-hex-f9f7fa text-hex-666',
|