This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
2022project
/
share-fun-web
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
da37d4451f
Ramos
Etiquetas
master
share-fun-web
/
src
/
const
/
tableColSize.js
tableColSize.js
98 B
Histórico
Em bruto
1
2
3
4
5
6
7
8
export default {
s: '80px',
m: '120px',
b: '180px',
auto: num => {
return `${num}px`;
}
};