Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
zhangzl
/
nsgk_mobile
Seguir
2
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
阳光村务
rongxin_prod
庞东旭
hace 2 años
padre
122e368892
commit
e9defaec06
Se han
modificado 1 ficheros
con
8 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+8
-1
src/views/sunVillage_info/index_code.vue
+ 8
- 1
src/views/sunVillage_info/index_code.vue
Ver fichero
@@ -58,7 +58,7 @@
</div>
</div>
<div class="footer">
<div
:
class="
{'
footer
':xsgsList.length < 9 , 'footer2':xsgsList.length > 8}
">
{{configValue == ""?'技术支持:北京农燊高科信息技术有限公司':configValue}}
</div>
<img src="../../assets/images/sunVillage_info/index_btn_green.png" class="fixed_btn" @click="goCode">
@@ -261,5 +261,12 @@
color: #3f3d56;
text-align: center;
}
.footer2{
width: 100%;
font-size: 22px;
color: #3f3d56;
text-align: center;
margin-top: 15PX;
}
}
</style>
Escribir
Vista previa
Cargando…
Cancelar
Guardar