We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eed06c9 commit d933c1cCopy full SHA for d933c1c
2 files changed
chat2db-client/src/components/SearchResult/components/ScreeningResult/index.less
@@ -14,7 +14,7 @@
14
display: flex;
15
align-items: center;
16
margin-right: 10px;
17
- width: 70px;
+ width: fit-content;
18
flex-shrink: 0;
19
}
20
.titleIcon{
chat2db-client/src/pages/demo/index.tsx
@@ -1,11 +1,6 @@
1
import React from 'react';
2
-// import styles from './index.less';
3
-import Fingerprint2 from 'fingerprintjs2';
4
5
function Test() {
6
- Fingerprint2.get((com)=>{
7
- console.log(com);
8
- })
9
return (false);
10
11
0 commit comments