This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
web
/
ibms
Segui
6
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
fix overflow-y
haojianlong
5 anni fa
parent
43e94659c1
commit
aaca478d21
1 ha cambiato i file
con
5 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
5
0
src/views/point/dynamicdata/addRelation/equipRela/index.vue
+ 5
- 0
src/views/point/dynamicdata/addRelation/equipRela/index.vue
Vedi File
@@ -694,3 +694,8 @@ export default {
}
}
</style>
+<style>
+body{
+ overflow-y: hidden;
+}
+</style>