This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
front
/
newICSS
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
版本信息弹窗高度限制
zhouna
6 anni fa
parent
7eb5f4651c
commit
f7e9886bd3
1 ha cambiato i file
con
2 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
2
0
src/components/CopyRight/index.less
+ 2
- 0
src/components/CopyRight/index.less
Vedi File
@@ -76,6 +76,8 @@
}
.content {
padding: 10px;
+ max-height: 500px;
+ overflow-y: auto;
}
}
}