Kaynağa Gözat

样式修改

release
HolyKnightIX 2 yıl önce
ebeveyn
işleme
72c98aa56c
3 değiştirilmiş dosya ile 8 ekleme ve 3 silme
  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 Dosyayı Görüntüle

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


+ 6
- 2
src/views/model/chooseModel.vue Dosyayı Görüntüle

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

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

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


+ 1
- 0
src/views/myPage/myPage.vue Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet