Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
suimang
/
Metavatar_Camera_Wapp
Seguir
2
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
1
master
congzc
hace 1 año
padre
0593edb972
commit
34977a64ba
Se han
modificado 8 ficheros
con
17 adiciones
y
5 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
BIN
src/assets/img/img1.jpg
BIN
src/assets/img/img2.jpg
+10
-0
src/components/myLoading.vue
+1
-0
src/main.js
+2
-2
src/pages.json
+1
-0
src/pages/lookPhoto/index.vue
+3
-3
src/style/my.scss
+0
-0
src/utils/index.js
BIN
src/assets/img/img1.jpg
Ver fichero
Antes
Después
Anchura:
3840
| Altura:
2160
| Tamaño:
2.1 MiB
BIN
src/assets/img/img2.jpg
Ver fichero
Antes
Después
Anchura:
3840
| Altura:
2160
| Tamaño:
6.8 MiB
Anchura:
242
| Altura:
102
| Tamaño:
13 KiB
+ 10
- 0
src/components/myLoading.vue
Ver fichero
@@ -0,0 +1,10 @@
<template>
<div class="myLoading">{{ title }}</div>
</template>
<script setup>
import { ref } from "vue";
const title = ref("myLoading");
</script>
<style lang="scss"></style>
+ 1
- 0
src/main.js
Ver fichero
@@ -13,6 +13,7 @@ export function createApp() {
app
}
}
//#endregion -----------------------
+ 2
- 2
src/pages.json
Ver fichero
@@ -62,7 +62,7 @@
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F
8
F
8
F
8
",
"backgroundColor": "#F
8
F
8
F
8
"
"navigationBarBackgroundColor": "#FFF",
"backgroundColor": "#FFF"
}
}
+ 1
- 0
src/pages/lookPhoto/index.vue
Ver fichero
@@ -53,6 +53,7 @@
</template>
<script setup>
// import myloading from '../../components/myLoading.vue'
//#region 导入
import { ref, reactive } from "vue";
import { userInfoModules } from "@/store/modules/userInfo";
+ 3
- 3
src/style/my.scss
Ver fichero
@@ -8,9 +8,9 @@
// min-height: 100vh;
}
body {
background-color: #fff
!important;
}
//
body {
// background-color: #FFFFFF
!important;
//
}
view {
box-sizing: border-box;
+ 0
- 0
src/utils/index.js
Ver fichero
Escribir
Vista previa
Cargando…
Cancelar
Guardar