Commit 3a7252b2 authored by Mac's avatar Mac
parents 7a65efb9 00fff91a
...@@ -9,16 +9,13 @@ ...@@ -9,16 +9,13 @@
.role-form .role_MenuList { .role-form .role_MenuList {
width: 100%; width: 100%;
height: 40px; height: auto;
border-radius: 3px; border-radius: 3px;
border: 1px solid #2961FE; border: 1px solid #2961FE;
color: #2961FE; color: #2961FE;
align-items: center; align-items: center;
font-size: 12px; font-size: 12px;
white-space: nowrap;
} }
.role-form .role_TreeList { .role-form .role_TreeList {
height: 250px; height: 250px;
overflow: auto; overflow: auto;
...@@ -52,8 +49,9 @@ ...@@ -52,8 +49,9 @@
} }
.role-form .role_MenuList span { .role-form .role_MenuList>span {
width: 80px; width: auto;
padding:0 14px;
display: inline-block; display: inline-block;
text-align: center; text-align: center;
height: 100%; height: 100%;
...@@ -71,7 +69,7 @@ ...@@ -71,7 +69,7 @@
} }
.role-form .role_ItemList { .role-form .role_ItemList {
width: 200px; min-width: 200px;
height: 300px; height: 300px;
background-color: #F1F1F1; background-color: #F1F1F1;
margin-right: 10px; margin-right: 10px;
......
...@@ -75,10 +75,10 @@ ...@@ -75,10 +75,10 @@
name: "5", name: "5",
label: "临时上课邀请流程" label: "临时上课邀请流程"
}, },
{ // {
name: "6", // name: "6",
label: "分拆" // label: "分拆"
} // }
], ],
tabCheck: '1', tabCheck: '1',
} }
......
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