This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
2022project
/
share-fun-web
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
da37d4451f
Branches
Tags
master
share-fun-web
/
src
/
const
/
tableColSize.js
tableColSize.js
98 B
Historique
Raw
1
2
3
4
5
6
7
8
export default {
s: '80px',
m: '120px',
b: '180px',
auto: num => {
return `${num}px`;
}
};