Commit 4e1a6e5c by maxiaohan

用户组管理样式调整

parent a8369cf3
......@@ -340,7 +340,11 @@
</div>
</div>
<!-- 角色设置 -->
<el-dialog :title="title.roletitle" :visible.sync="visible.setRoleVisible">
<el-dialog
class="dialog"
:title="title.roletitle"
:visible.sync="visible.setRoleVisible"
>
<div slot="title">
<img class="title-img" :src="src" alt="" />
<span>{{ title.roletitle }}</span>
......
......@@ -234,6 +234,7 @@
.dialog{
width: 823px;
padding: 0;
margin-left: 30%;
.title-img{
width: 21px;
height: 21px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment