congzc 1 år sedan
förälder
incheckning
34977a64ba
8 ändrade filer med 17 tillägg och 5 borttagningar
  1. Binär
      src/assets/img/img1.jpg
  2. Binär
      src/assets/img/img2.jpg
  3. +10
    -0
      src/components/myLoading.vue
  4. +1
    -0
      src/main.js
  5. +2
    -2
      src/pages.json
  6. +1
    -0
      src/pages/lookPhoto/index.vue
  7. +3
    -3
      src/style/my.scss
  8. +0
    -0
      src/utils/index.js

Binär
src/assets/img/img1.jpg Visa fil

Före Efter
Bredd: 3840  |  Höjd: 2160  |  Storlek: 2.1 MiB

Binär
src/assets/img/img2.jpg Visa fil

Före Efter
Bredd: 3840  |  Höjd: 2160  |  Storlek: 6.8 MiB Bredd: 242  |  Höjd: 102  |  Storlek: 13 KiB

+ 10
- 0
src/components/myLoading.vue Visa fil

@@ -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 Visa fil

@@ -13,6 +13,7 @@ export function createApp() {
app
}
}
//#endregion -----------------------

+ 2
- 2
src/pages.json Visa fil

@@ -62,7 +62,7 @@
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
"navigationBarBackgroundColor": "#FFF",
"backgroundColor": "#FFF"
}
}

+ 1
- 0
src/pages/lookPhoto/index.vue Visa fil

@@ -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 Visa fil

@@ -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 Visa fil


Laddar…
Avbryt
Spara