Commit f38dad2c by tang

feat: 查询页面兼容移动端

parent ea6a0ed8
......@@ -5,7 +5,7 @@
<div class="col-lg-3">
<SubNav/>
</div>
<div class="col-lg-9">
<div class="col-lg-9 gs-search-section">
<router-view></router-view>
</div>
</div>
......@@ -32,4 +32,21 @@ export default {
};
</script>
<style lang="scss"></style>
<style lang="scss">
@media screen and (max-width: 992px) {
.el-form-item{
display: flex;
flex-direction: column;
}
.el-form-item .el-form-item__label {
width: 100% !important;
}
.el-form-item .el-form-item__content {
margin-left: 0 !important;
}
}
.gs-search-section {
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment