提交 961e855b 编写于 作者: guangjun.yang's avatar guangjun.yang

调整高度

上级 55766c0c
<template> <template>
<section class="qeustion-content-wrapper"> <section class="qeustion-content-wrapper">
<article class="public-title" v-show="currentQuestion.unionType"> <article class="public-title" v-show="currentQuestion.unionType">
<p class="text" v-show="currentQuestion.unionType == 1">{{currentQuestion.unionQuestion}}</p> <p class="text" v-show="currentQuestion.unionType == 1" v-html="currentQuestion.unionQuestion"></p>
<article <article
class="select-wrapper" class="select-wrapper"
style="padding: 10px 15px 20px;" style="padding: 10px 15px 20px;"
...@@ -96,12 +96,6 @@ export default { ...@@ -96,12 +96,6 @@ export default {
"userInfo" "userInfo"
]) ])
}, },
// watch: {
// "currentQuestion.isAnalyzed"(newVal) {
// console.log('watch isAnalyzed', newVal);
// window.scrollTo(0, 2000);
// }
// },
data() { data() {
return { return {
isAndroid: window.__isAndroid isAndroid: window.__isAndroid
...@@ -222,7 +216,7 @@ export default { ...@@ -222,7 +216,7 @@ export default {
left: 4.5px; left: 4.5px;
color: #ffffff; color: #ffffff;
&.top-2 { &.top-2 {
top: 2.5px; top: 2.8px;
} }
} }
&.multi { &.multi {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册