fix superbar css

This commit is contained in:
ivan deng
2019-01-02 18:17:23 +08:00
parent 65c0440946
commit 022603d919
2 changed files with 2 additions and 9 deletions

View File

@@ -48,7 +48,7 @@
<div class="oe_row oe_spaced" style="max-width: 95%;">
<div class="oe_demo"
style="margin: 20px auto; padding: 0 15px 0 0; border:none; border-top:solid 1px #dedede; width: 96%;">
<h2 class='oe_mt32'>Large and extra large screen.</h2>
<h2 class='oe_mt32'>Large and extra large screen. Perfect for lots of columns.</h2>
</div>
<div class="oe_demo oe_screenshot">
<img src="demo_l_1.jpg" style="border:1px solid black"/>

View File

@@ -5,12 +5,6 @@
//lg: 992px,
//xl: 1200px,
//xxl: 1534px,
/*
list标头不换行
*/
.table-responsive {
white-space: nowrap !important;
}
/*
sheet全宽
@@ -21,7 +15,6 @@ sheet全宽
}
}
//将原来 768时的 flex 调整为1200才flex
.o_form_view {
@include media-breakpoint-up(md) {
display: block;
@@ -35,7 +28,7 @@ sheet全宽
.o_form_view .o_form_sheet_bg > .o_form_sheet {
max-width: 98% !important;
}
.o_content .o_view_controller > div, .modal-content .o_view_controller > div {
.o_content .o_view_controller > .o_form_view {
flex-direction: column;
}
}