From 022603d919cf3e6fce34331b3108917c89872ddf Mon Sep 17 00:00:00 2001 From: ivan deng Date: Wed, 2 Jan 2019 18:17:23 +0800 Subject: [PATCH] fix superbar css --- app_web_fullwidth/static/description/index.html | 2 +- app_web_fullwidth/static/src/scss/style.scss | 9 +-------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/app_web_fullwidth/static/description/index.html b/app_web_fullwidth/static/description/index.html index 39288a3b..503a5928 100644 --- a/app_web_fullwidth/static/description/index.html +++ b/app_web_fullwidth/static/description/index.html @@ -48,7 +48,7 @@
-

Large and extra large screen.

+

Large and extra large screen. Perfect for lots of columns.

diff --git a/app_web_fullwidth/static/src/scss/style.scss b/app_web_fullwidth/static/src/scss/style.scss index 29e229e5..0135c7ce 100644 --- a/app_web_fullwidth/static/src/scss/style.scss +++ b/app_web_fullwidth/static/src/scss/style.scss @@ -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; } }