diff --git a/src/styles/mdp.scss b/src/styles/mdp.scss index f9a4e8ae..7993426f 100644 --- a/src/styles/mdp.scss +++ b/src/styles/mdp.scss @@ -1,7 +1,40 @@ //main-container全局样式 .page-full-height{ - height: calc(100vh); + height: calc(100vh); +} + +.page-height-95{ + height: calc(95vh); +} +.page-height-85{ + height: calc(85vh); +} + +.page-height-75{ + height: calc(75vh); +} +.page-height-65{ + height: calc(65vh); +} + +.page-height-55{ + height: calc(55vh); +} +.page-height-45{ + height: calc(45vh); +} + +.page-height-35{ + height: calc(35vh); +} +.page-height-25{ + height: calc(25vh); +} +.page-height-15{ + + height: calc(15vh); + } .page-height-90{ height: calc(90vh); @@ -9,11 +42,27 @@ .page-height-80{ height: calc(80vh); } + +.page-height-70{ + height: calc(70vh); +} +.page-height-60{ + height: calc(60vh); +} + +.page-height-50{ + height: calc(50vh); +} +.page-height-40{ + height: calc(40vh); +} + +.page-height-30{ + height: calc(30vh); +} .page-height-20{ - height: calc(20vh); - -} +} .page-height-10{ height: calc(10vh); @@ -25,6 +74,7 @@ } .page-container { + overflow: auto; .page-tips{ position:absolute; font-size: 16px; @@ -42,8 +92,7 @@ overflow: auto; } .page-main{ - overflow-y: auto; - overflow-x: hidden; + overflow: auto; } .page-bottom{ overflow: auto; @@ -52,6 +101,9 @@ .overflow-auto{ overflow: auto; } +.overflow-hidden{ + overflow: hidden; +} .border{ border: 1px solid #e8e8e8; } diff --git a/src/views/xm/core/xmMenu/XmMenuAdd.vue b/src/views/xm/core/xmMenu/XmMenuAdd.vue index e008b887..c9928cee 100644 --- a/src/views/xm/core/xmMenu/XmMenuAdd.vue +++ b/src/views/xm/core/xmMenu/XmMenuAdd.vue @@ -1,6 +1,6 @@ diff --git a/src/views/xm/core/xmMenu/XmMenuEdit.vue b/src/views/xm/core/xmMenu/XmMenuEdit.vue index 1ef66bca..9458b579 100644 --- a/src/views/xm/core/xmMenu/XmMenuEdit.vue +++ b/src/views/xm/core/xmMenu/XmMenuEdit.vue @@ -35,10 +35,9 @@ - - - 取消 - 提交 + + 取消 + 提交 diff --git a/src/views/xm/core/xmMenu/XmMenuMng.vue b/src/views/xm/core/xmMenu/XmMenuMng.vue index cd724eb9..5c196a1d 100644 --- a/src/views/xm/core/xmMenu/XmMenuMng.vue +++ b/src/views/xm/core/xmMenu/XmMenuMng.vue @@ -168,19 +168,22 @@ - + + :with-header="false" + size="80%"> diff --git a/src/views/xm/core/xmProduct/XmProductAdd.vue b/src/views/xm/core/xmProduct/XmProductAdd.vue index fc287822..d054210d 100644 --- a/src/views/xm/core/xmProduct/XmProductAdd.vue +++ b/src/views/xm/core/xmProduct/XmProductAdd.vue @@ -1,6 +1,6 @@ diff --git a/src/views/xm/core/xmProduct/XmProductEdit.vue b/src/views/xm/core/xmProduct/XmProductEdit.vue index 55b19659..f29b844c 100644 --- a/src/views/xm/core/xmProduct/XmProductEdit.vue +++ b/src/views/xm/core/xmProduct/XmProductEdit.vue @@ -1,6 +1,6 @@ diff --git a/src/views/xm/core/xmProduct/XmProductMng.vue b/src/views/xm/core/xmProduct/XmProductMng.vue index bb5ebd16..08b17ff8 100644 --- a/src/views/xm/core/xmProduct/XmProductMng.vue +++ b/src/views/xm/core/xmProduct/XmProductMng.vue @@ -142,12 +142,12 @@ - + - + diff --git a/src/views/xm/core/xmQuestion/XmQuestionAdd.vue b/src/views/xm/core/xmQuestion/XmQuestionAdd.vue index 6318f47a..c17297d6 100644 --- a/src/views/xm/core/xmQuestion/XmQuestionAdd.vue +++ b/src/views/xm/core/xmQuestion/XmQuestionAdd.vue @@ -1,7 +1,7 @@