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

调整高度

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