搜索框placeholder未显示完整

This commit is contained in:
mengxiaolong
2020-08-21 14:19:51 +08:00
parent f6027deceb
commit 6e11494c43

View File

@@ -264,6 +264,10 @@ export default {
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
/deep/ .van-field__body {
font-size: 10px;
}
.question-container { .question-container {
overflow-x: hidden; overflow-x: hidden;
.contentList { .contentList {