This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
front
/
newICSS
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
版本信息弹窗高度限制
zhouna
hace 6 años
padre
7eb5f4651c
commit
f7e9886bd3
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
2
0
src/components/CopyRight/index.less
+ 2
- 0
src/components/CopyRight/index.less
Ver fichero
@@ -76,6 +76,8 @@
}
.content {
padding: 10px;
+ max-height: 500px;
+ overflow-y: auto;
}
}
}