Commit 40155626 by liang ce

Merge branch 'ISV' of http://gitlab.roboming.com/Simon/mingPay-web into ISV

parents 0591352b 82283edd
...@@ -214,6 +214,9 @@ export default { ...@@ -214,6 +214,9 @@ export default {
</script> </script>
<style lang="less"> <style lang="less">
.addOrRights {
scrollbar-width: none; /* Firefox */
}
.title{ .title{
font-weight: bolder; font-weight: bolder;
line-height: 22px; line-height: 22px;
...@@ -247,9 +250,10 @@ export default { ...@@ -247,9 +250,10 @@ export default {
color: rgba(0,0,0,0.85); color: rgba(0,0,0,0.85);
} }
.permissonTitle { .permissonTitle {
margin-top: 20px;
padding: 22px 20px; padding: 22px 20px;
background: #FAFAFA; background: #F2F2F2 !important;
border: 1px solid #F8F8F8; border: 1px solid #dedede !important;
border-radius: 4px 4px 0px 0px; border-radius: 4px 4px 0px 0px;
} }
.confirm { .confirm {
...@@ -275,11 +279,12 @@ export default { ...@@ -275,11 +279,12 @@ export default {
} }
.box2>div{ .box2>div{
display: flex; display: flex;
border: 1px solid #f8f8f8; border: 1px solid #dedede !important;
margin-top: -1px;
} }
.box2-2{ .box2-2{
flex: 4; flex: 4;
border-right: 1px solid #f8f8f8; border-right: 1px solid #dedede !important;
display: flex; display: flex;
align-items: center; align-items: center;
padding-left: 20px; padding-left: 20px;
......
...@@ -217,7 +217,7 @@ export default { ...@@ -217,7 +217,7 @@ export default {
margin-top: 20px; margin-top: 20px;
} }
.addRole { .addRole {
margin-top: 25px; margin-top: 10px;
margin-bottom: 20px; margin-bottom: 20px;
} }
.delete { .delete {
......
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