congzc 1 vuosi sitten
vanhempi
commit
34977a64ba
8 muutettua tiedostoa jossa 17 lisäystä ja 5 poistoa
  1. BIN
      src/assets/img/img1.jpg
  2. BIN
      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
src/assets/img/img1.jpg Näytä tiedosto

Before After
Leveys: 3840  |  Korkeus: 2160  |  Koko: 2.1 MiB

BIN
src/assets/img/img2.jpg Näytä tiedosto

Before After
Leveys: 3840  |  Korkeus: 2160  |  Koko: 6.8 MiB Leveys: 242  |  Korkeus: 102  |  Koko: 13 KiB

+ 10
- 0
src/components/myLoading.vue Näytä tiedosto

@@ -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 Näytä tiedosto

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

+ 2
- 2
src/pages.json Näytä tiedosto

@@ -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 Näytä tiedosto

@@ -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 Näytä tiedosto

@@ -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 Näytä tiedosto


Ladataan…
Peruuta
Tallenna