Compare commits
2 Commits
fe10ecf476
...
2dbbd3a957
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2dbbd3a957 | ||
|
|
d165267ec1 |
7
src/store/roofAtom.js
Normal file
7
src/store/roofAtom.js
Normal file
@ -0,0 +1,7 @@
|
||||
import { atom } from 'recoil'
|
||||
|
||||
export const roofsState = atom({
|
||||
key: 'roofs',
|
||||
default: null,
|
||||
dangerouslyAllowMutability: true,
|
||||
})
|
||||
@ -24,6 +24,10 @@
|
||||
.ag-header-cell{
|
||||
font-size: 13px;
|
||||
color: #fff;
|
||||
border-right: 1px solid #738596;
|
||||
&:last-child{
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
.ag-header-cell-label{
|
||||
justify-content: center;
|
||||
|
||||
@ -383,7 +383,7 @@ button{
|
||||
}
|
||||
}
|
||||
&::-webkit-scrollbar {
|
||||
width: 2px;
|
||||
width: 5px;
|
||||
background-color: transparent;
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user