This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
dbs289
/
dcumcTest
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
Add padding to tab-view component content div
sbkwgh
hace 8 años
padre
ec45d6c7d7
commit
2eca194210
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
src/components/TabView.vue
+ 1
- 0
src/components/TabView.vue
Ver fichero
@@ -64,6 +64,7 @@
}
@at-root #{&}__content {
background-color: #fff;
+ padding: 1rem;
}
}
</style>