diff --git a/src/pages/authority/addroles.vue b/src/pages/authority/addroles.vue index 71fa9909e6b627ea63ad29671fa19cb42e564fd5..0b83d0184451f916364bf5d73259122787fa5623 100644 --- a/src/pages/authority/addroles.vue +++ b/src/pages/authority/addroles.vue @@ -17,12 +17,16 @@

角色名称:

- +

角色描述:

- +
@@ -60,7 +64,7 @@ - @@ -413,8 +414,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; @@ -423,17 +424,17 @@ export default { .now_page_title span { color: #242c43; } -.formname{ +.formname { color: #58617a; } -.right{ +.right { float: right; margin-left: 20px; } -.left{ +.left { float: left; } -.removepic{ +.removepic { display: inline-block; margin-top: -40px; float: left; @@ -447,16 +448,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; @@ -467,81 +468,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); } -.limitsd{ +.limitsd { position: relative; width: 1022px; } -.limitsd .timeslect{ +.limitsd .timeslect { position: absolute; right: 0; } -.fixpass{ +.fixpass { width: 124px; - height: 44px; + height: 44px; line-height: 44px; text-align: center; font-size: 16px; color: #fff; - background-color: #495feb; - border-radius: 8px; + background-color: #495feb; + border-radius: 8px; display: inline-block; margin-left: 5px; cursor: pointer; diff --git a/src/utils/common.js b/src/utils/common.js index 66354f37c6aec4723a92d64118a04290ae30c4d8..3ecd008877656b66b98541bab866cec2c32cc7f4 100644 --- a/src/utils/common.js +++ b/src/utils/common.js @@ -10,7 +10,6 @@ function getRole(){ //时间戳转时间格式 var formatDateTime_date = function (date) { - debugger var y = date.getFullYear(); var M = date.getMonth() + 1; M = M < 10 ? ('0' + M) : M;