diff --git a/src/components/Mdp/index.scss b/src/components/Mdp/index.scss index f1d2b0bb..934409be 100644 --- a/src/components/Mdp/index.scss +++ b/src/components/Mdp/index.scss @@ -4,33 +4,33 @@ margin-right: 5px; align-items: center; cursor: pointer; - height: 36px; - line-height: 36px; + height: 40px; + line-height: 40px; .field-avater { background-color: #ff9f73; } .field-info { - height: 36px; - line-height: 36px; + height: 40px; + line-height: 40px; margin-left: 10px; display: flex; flex-direction: column; .field-value { - height: 18px; - line-height: 18px; + height: 20px; + line-height: 20px; font-size: 0.75rem; } .field-label { - height: 18px; - line-height: 18px; + height: 20px; + line-height: 20px; font-size: 0.75rem; color: #c0c4cc; } } .field-oper { - height: 36px; - line-height: 36px; + height: 40px; + line-height: 40px; margin-left: 5px; margin-right: 5px; display: none; @@ -43,10 +43,10 @@ display: inline; } .dashed-circle { - width: 36px; - height: 36px; + width: 40px; + height: 40px; border: 2px dashed #000000; - border-radius: 36px/36px; + border-radius: 40px/40px; } .field-box:hover .dashed-circle { border: 2px dashed #409eff; @@ -54,7 +54,7 @@ .avatar-container { - height: 36px; + height: 40px; display: flex; align-items: center; .avatar-wrapper { @@ -63,8 +63,8 @@ flex-direction: row; align-items: center; .user-avatar { - height: 34px; - width: 34px; + height: 36px; + width: 36px; border-radius: 50%; margin-right: 12px; } diff --git a/src/views/xm/core/xmMenu/XmMenuAdd.vue b/src/views/xm/core/xmMenu/XmMenuAdd.vue index 7fd64ff7..41b21ce6 100644 --- a/src/views/xm/core/xmMenu/XmMenuAdd.vue +++ b/src/views/xm/core/xmMenu/XmMenuAdd.vue @@ -261,7 +261,7 @@ Object.assign(this.addForm, this.xmMenu); this.addForm.mmUserid=this.userInfo.userid this.addForm.mmUsername=this.userInfo.username - this.addForm.remark="作为 ,我需要 ,以便我能够 。" + this.addForm.remark="" if(this.parentMenu && this.parentMenu.menuId){ if(this.parentMenu.childrenCnt){ this.addForm.seqNo=this.parentMenu.seqNo+"."+(this.parentMenu.childrenCnt+1)