congzc 1 рік тому
джерело
коміт
14edebf78e
3 змінених файлів з 16 додано та 12 видалено
  1. +1
    -1
      src/components/editPosition.vue
  2. +15
    -7
      src/styles/index.scss
  3. +0
    -4
      src/views/myPage/myPage.vue

+ 1
- 1
src/components/editPosition.vue Переглянути файл

@@ -227,7 +227,7 @@ export default {
// 数字人的处理
// 鼠标按下事件
virtualTouchStart() {
this.generateImage();
// this.generateImage();
this.domIndex = -2;
this.isFcous = true;
this.dragging = true;


+ 15
- 7
src/styles/index.scss Переглянути файл

@@ -81,11 +81,19 @@ p {
}


// @media screen and (max-width: 280px) {
// /* 根据实际情况修改字体大小和元素宽度 */
// html {
// -webkit-text-size-adjust: none !important;
// font-size: 8px;
// }
// }
@media screen and (max-width: 280px) {
/* 根据实际情况修改字体大小和元素宽度 */
html {
// -webkit-text-size-adjust: none !important;
// font-size: 8px;
.floatRight {
margin-left: 5px!important;
}
.moveLayer {
img {
display: none;
}
}
}
}


+ 0
- 4
src/views/myPage/myPage.vue Переглянути файл

@@ -362,10 +362,6 @@ export default {
mounted() {
this.inPage = true;
scrollToID('top');

console.log(process.env.NODE_ENV);
console.log(process.env.VUE_APP_ENV);
console.log(process.env.VUE_APP_API_ROOT);
},

async created() {


Завантаження…
Відмінити
Зберегти