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 }} + + + + + + + + + + + + + + 查看上级 + + + + + + + + +