From 6b92b7d4b54b9ce9dcd9dc7c41b8534a19a3441c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Sun, 24 Jul 2022 23:52:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/mdp.scss | 43 +++++++++++-------------- src/views/xm/core/xmMenu/XmMenuAdd.vue | 12 +------ src/views/xm/core/xmMenu/XmMenuEdit.vue | 31 ++++++++++++++++++ 3 files changed, 51 insertions(+), 35 deletions(-) diff --git a/src/styles/mdp.scss b/src/styles/mdp.scss index 124e2cfb..9a3370f4 100644 --- a/src/styles/mdp.scss +++ b/src/styles/mdp.scss @@ -284,32 +284,27 @@ table tr.hover-row{ .title-font-size{ font-size:28px; } - -.title-box{ - - height: 40px; -} -.title-box:hover .el-input .el-input__inner{ - border: 1px solid #dcdfe6 !important; - padding:0 0px; - font-size:1.5rem; - height: 40px; - + +.big-icon { + color: #fff; + height: 36px; + width: 36px; + border-radius: 15px; + text-align: center; + line-height: 36px; + font-size: 18px; + display: inline-block; } - .title-box:hover .el-input .el-input__inner:focus{ - border: 1px solid #7287ef !important; - padding:0 0px; - font-size:1.5rem; - height: 40px; - +.small-icon { + color: #fff; + height: 36px; + width: 36px; + border-radius: 15px; + text-align: center; + line-height: 36px; + font-size: 18px; + display: inline-block; } -.title-box .el-input .el-input__inner{ - border: 0px solid #dcdfe6 !important; - padding:0 1px; - font-size:1.5rem; - height: 40px; -} - /*此处根据不同屏幕分配率显示不同的样式*/ /*手机端*/ @media only screen and (min-width: 0px) and (max-width: 768px) { diff --git a/src/views/xm/core/xmMenu/XmMenuAdd.vue b/src/views/xm/core/xmMenu/XmMenuAdd.vue index 6db473c1..cb980d8b 100644 --- a/src/views/xm/core/xmMenu/XmMenuAdd.vue +++ b/src/views/xm/core/xmMenu/XmMenuAdd.vue @@ -313,15 +313,5 @@ \ No newline at end of file diff --git a/src/views/xm/core/xmMenu/XmMenuEdit.vue b/src/views/xm/core/xmMenu/XmMenuEdit.vue index 490315f0..f39ee571 100644 --- a/src/views/xm/core/xmMenu/XmMenuEdit.vue +++ b/src/views/xm/core/xmMenu/XmMenuEdit.vue @@ -76,7 +76,38 @@ 编号:{{editForm.menuId}}   归属产品:{{ editForm.productName}}   归属产品编号:{{ editForm.productId }} + + + + + + + + + + + + + + 查看上级 + + + + + + + + +