diff --git a/src/components/menu-permission.vue b/src/components/menu-permission.vue
index 576bafc877d95e9c74ab5848c248275733cb5920..d1e4bd896911c5cc73ec963f44d523a0bddcfdee 100644
--- a/src/components/menu-permission.vue
+++ b/src/components/menu-permission.vue
@@ -99,11 +99,6 @@ export default {
};
-
@@ -138,8 +278,8 @@ export default {
box-shadow: 0px 3px 6px 0px #f4f7fc;
border-radius: 12px;
min-height: calc(100% - 20px);
- margin-bottom: 20px;
- position: relative;
+ margin-bottom: 20px;
+ position: relative;
}
.now_page_title {
margin: 15px 0;
@@ -148,14 +288,14 @@ export default {
.now_page_title span {
color: #242c43;
}
-.formname{
+.formname {
color: #58617a;
}
-.right{
+.right {
float: right;
margin-left: 20px;
}
-.removepic{
+.removepic {
display: inline-block;
margin-top: -40px;
float: left;
@@ -169,16 +309,16 @@ export default {
color: #e6ebfe;
cursor: pointer;
}
-.edit_change{
+.edit_change {
width: 100%;
border-bottom: 2px solid #f4f7fc;
overflow: hidden;
}
-.edit_change_box{
+.edit_change_box {
width: 163px;
height: 48px;
line-height: 48px;
- background-color: #e3e5ef;
+ background-color: #e3e5ef;
border-radius: 8px;
color: #8890a7;
text-align: center;
@@ -189,81 +329,81 @@ export default {
font-size: 16px;
cursor: pointer;
}
-.edit_change_box img{
+.edit_change_box img {
vertical-align: -3px;
margin-right: 5px;
}
-.safe_title{
- width: 100%;
- height: 65px;
- line-height: 65px;
- border-bottom: 2px solid #f4f7fc;
+.safe_title {
+ width: 100%;
+ height: 65px;
+ line-height: 65px;
+ border-bottom: 2px solid #f4f7fc;
}
-.safe_select{
- float: left;
- width: auto;
- margin-right: 40px;
- height: 65px;
- cursor: pointer;
+.safe_select {
+ float: left;
+ width: auto;
+ margin-right: 40px;
+ height: 65px;
+ cursor: pointer;
}
-.safe_box_select{
- padding: 30px 10px 10px 10px;
- width: 100%;
- height: 100%;
+.safe_box_select {
+ padding: 30px 10px 10px 10px;
+ width: 100%;
+ height: 100%;
}
-.openbgc{
+.openbgc {
width: 56px;
- height: 23px;
- background-image: url('~@/assets/imgs/btn_on_hov.png');
- background-size:contain;
+ height: 23px;
+ background-image: url("~@/assets/imgs/btn_on_hov.png");
+ background-size: contain;
cursor: pointer;
}
-.formtitle{
+.formtitle {
color: #58617a;
margin: 15px 0;
}
-.savebtn{
+.savebtn {
position: absolute;
right: 20px;
- bottom:20px;
+ bottom: 20px;
width: 278px;
overflow: hidden;
}
-.btnsty{
+.btnsty {
width: 124px;
- height: 44px;
+ height: 44px;
line-height: 44px;
- background-color: rgba(195, 202, 248, 0.5);
- border-radius: 8px;
+ background-color: rgba(195, 202, 248, 0.5);
+ border-radius: 8px;
color: rgba(15, 38, 131, 1);
text-align: center;
float: left;
margin-right: 30px;
cursor: pointer;
}
-.savebtn .btnsty:nth-last-of-type(1){
+.savebtn .btnsty:nth-last-of-type(1) {
margin-right: 0px;
background-color: rgba(15, 38, 131, 1);
color: rgba(248, 249, 253, 1);
}
-.bottom-btn{
- position: absolute;
- bottom:20px;
- right: 50px;
+.bottom-btn {
+ position: absolute;
+ bottom: 20px;
+ right: 50px;
}
-.borerd{
- color: #58617a;
- font-size: 16px;
+.borerd {
+ color: #58617a;
+ font-size: 16px;
}
-.borerd span{
- display: inline-block;
- width: 4px;
- height: 16px;
- background-color: #515fe7;
- border-radius: 2px;
- margin-right: 10px;
- vertical-align: -2px;
+.borerd span {
+ display: inline-block;
+ width: 4px;
+ height: 16px;
+ background-color: #515fe7;
+ border-radius: 2px;
+ margin-right: 10px;
+ vertical-align: -2px;
}