Browse Source

样式修改

release
HolyKnightIX 2 years ago
parent
commit
72c98aa56c
3 changed files with 8 additions and 3 deletions
  1. +1
    -1
      src/views/login/login.vue
  2. +6
    -2
      src/views/model/chooseModel.vue
  3. +1
    -0
      src/views/myPage/myPage.vue

+ 1
- 1
src/views/login/login.vue View File

@@ -231,7 +231,7 @@ export default {
// margin-top: 10px; // margin-top: 10px;
margin-left: 5px; margin-left: 5px;
margin-top: 10px; margin-top: 10px;
margin-bottom: 15px;
margin-bottom: 30px;
overflow: hidden; overflow: hidden;
cursor: pointer; cursor: pointer;
text-align: center; text-align: center;


+ 6
- 2
src/views/model/chooseModel.vue View File

@@ -1,5 +1,5 @@
<template> <template>
<div>
<div @click="globalWatcher">
<HeadTop /> <HeadTop />
<!-- <div class="chooseModel"> <!-- <div class="chooseModel">
<div :class="phase == 1 ? 'active' : ''">选择模板</div> <div :class="phase == 1 ? 'active' : ''">选择模板</div>
@@ -157,6 +157,10 @@ export default {
methods: { methods: {
...mapActions(["setCharacters"]), ...mapActions(["setCharacters"]),


globalWatcher(e) {
console.log(e, "e");
},

go(url) { go(url) {
this.$router.push(url); this.$router.push(url);
}, },
@@ -365,7 +369,7 @@ export default {
border: 1px solid #00000028; border: 1px solid #00000028;
padding: 8px; padding: 8px;
border-radius: 8px; border-radius: 8px;
transition: all 0.3s;
transition: all 0.5s;
opacity: 0.9; opacity: 0.9;
img { img {
width: 150px; width: 150px;


+ 1
- 0
src/views/myPage/myPage.vue View File

@@ -177,6 +177,7 @@ export default {
} }
.showIMG { .showIMG {
width: 100%; width: 100%;
height: 130px;
} }
.item { .item {
padding-top: 15px; padding-top: 15px;


Loading…
Cancel
Save