Ver a proveniência

各页面高度变更

dev_YWQ
HolyKnightIX há 2 anos
ascendente
cometimento
33cebac4c7
5 ficheiros alterados com 6 adições e 8 eliminações
  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 Ver ficheiro

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

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

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

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


+ 1
- 1
src/views/login/index.vue Ver ficheiro

@@ -1,6 +1,6 @@
<template>
<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">
<video
src="https://video.metavatar.cc/sv/4aaaaa5e-18832dbb5e6/4aaaaa5e-18832dbb5e6.mp4"


+ 1
- 1
src/views/myAccount/index.vue Ver ficheiro

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

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


+ 1
- 1
src/views/myPassword/index.vue Ver ficheiro

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

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


+ 1
- 2
src/views/myStore/index.vue Ver ficheiro

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

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


Carregando…
Cancelar
Guardar