Selaa lähdekoodia

各页面高度变更

dev_YWQ
HolyKnightIX 2 vuotta sitten
vanhempi
commit
33cebac4c7
5 muutettua tiedostoa jossa 6 lisäystä ja 8 poistoa
  1. +2
    -3
      src/views/createVideo/index.vue
  2. +1
    -1
      src/views/login/index.vue
  3. +1
    -1
      src/views/myAccount/index.vue
  4. +1
    -1
      src/views/myPassword/index.vue
  5. +1
    -2
      src/views/myStore/index.vue

+ 2
- 3
src/views/createVideo/index.vue Näytä tiedosto

@@ -399,8 +399,7 @@ onMounted(() => {


<style lang="scss" scoped> <style lang="scss" scoped>
.page { .page {
// height: calc(100vh - 84px);
height: 887px;
height: 1200px;
padding: 20px 0 0 40px; padding: 20px 0 0 40px;
background-color: #fff; background-color: #fff;
border-radius: 25px 0 0; border-radius: 25px 0 0;
@@ -408,7 +407,7 @@ onMounted(() => {


.left { .left {
width: 70%; width: 70%;
height: 100%;
height: 80%;


:deep(.el-input__wrapper) { :deep(.el-input__wrapper) {
border: none; border: none;


+ 1
- 1
src/views/login/index.vue Näytä tiedosto

@@ -1,6 +1,6 @@
<template> <template>
<div class="login-container"> <div class="login-container">
<div class="Version">Version 1.0.6 test</div>
<div class="Version">Version 1.0.7 test</div>
<div class="videoBox"> <div class="videoBox">
<video <video
src="https://video.metavatar.cc/sv/4aaaaa5e-18832dbb5e6/4aaaaa5e-18832dbb5e6.mp4" src="https://video.metavatar.cc/sv/4aaaaa5e-18832dbb5e6/4aaaaa5e-18832dbb5e6.mp4"


+ 1
- 1
src/views/myAccount/index.vue Näytä tiedosto

@@ -108,7 +108,7 @@ function routerTo(url) {


<style lang="scss" scoped> <style lang="scss" scoped>
.page { .page {
height: 887px;
height: 1200px;
padding: 20px 0 0 20px; padding: 20px 0 0 20px;
// height: calc(100vh - 84px); // height: calc(100vh - 84px);
background-color: #fff; background-color: #fff;


+ 1
- 1
src/views/myPassword/index.vue Näytä tiedosto

@@ -87,7 +87,7 @@ const submitForm = async (formEl) => {


<style scoped> <style scoped>
.page { .page {
height: 887px;
height: 1200px;
padding: 20px 0 0 20px; padding: 20px 0 0 20px;
background-color: #fff; background-color: #fff;
border-radius: 25px 0 0; border-radius: 25px 0 0;


+ 1
- 2
src/views/myStore/index.vue Näytä tiedosto

@@ -145,8 +145,7 @@ function clickPayDialog(item) {


<style lang="scss" scoped> <style lang="scss" scoped>
.page { .page {
// height: calc(100vh - 84px);
height: 887px;
height: 1200px;
padding: 20px 0 0 20px; padding: 20px 0 0 20px;
background-color: #fff; background-color: #fff;
border-radius: 25px 0 0; border-radius: 25px 0 0;


Ladataan…
Peruuta
Tallenna