This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
web
/
ibms
Seguir
6
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
fix overflow-y
haojianlong
hace 5 años
padre
43e94659c1
commit
aaca478d21
Se han
modificado 1 ficheros
con
5 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
5
0
src/views/point/dynamicdata/addRelation/equipRela/index.vue
+ 5
- 0
src/views/point/dynamicdata/addRelation/equipRela/index.vue
Ver fichero
@@ -694,3 +694,8 @@ export default {
}
}
</style>
+<style>
+body{
+ overflow-y: hidden;
+}
+</style>