Commit b379db68 by 刘泽奇

123

parent 7e82ca55
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -536,7 +536,6 @@ ...@@ -536,7 +536,6 @@
.jdindentdetail-drawer { .jdindentdetail-drawer {
overflow-y: auto; overflow-y: auto;
padding-bottom: 100px; padding-bottom: 100px;
padding-left: 10px;
} }
.jdindentdetail-drawer .selftmreg_main .el-form-item { .jdindentdetail-drawer .selftmreg_main .el-form-item {
...@@ -591,7 +590,7 @@ ...@@ -591,7 +590,7 @@
} }
.jdindentdetail-drawer .gsb_items>.el-form-item__content>div:nth-child(1) { .jdindentdetail-drawer .gsb_items>.el-form-item__content>div:nth-child(1) {
margin-left: 0; margin-left: 10px;
} }
.jdindentdetail-drawer .gsb_items>.el-form-item__content>.title { .jdindentdetail-drawer .gsb_items>.el-form-item__content>.title {
...@@ -604,7 +603,8 @@ ...@@ -604,7 +603,8 @@
padding-left: 51px; padding-left: 51px;
line-height: 21px; line-height: 21px;
} }
.jdindentdetail-drawer .editTips{
.jdindentdetail-drawer .editTips {
margin-top: 25px; margin-top: 25px;
padding-left: 51px; padding-left: 51px;
width: max-content; width: max-content;
...@@ -616,10 +616,12 @@ ...@@ -616,10 +616,12 @@
color: rgba(136, 136, 136, 1); color: rgba(136, 136, 136, 1);
position: relative; position: relative;
} }
.jdindentdetail-drawer .editTips>span{
.jdindentdetail-drawer .editTips>span {
color: #0f8ee9; color: #0f8ee9;
} }
.jdindentdetail-drawer .headerTips{
.jdindentdetail-drawer .headerTips {
margin-top: 25px; margin-top: 25px;
padding-left: 51px; padding-left: 51px;
width: max-content; width: max-content;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
.jdindentlist-header>div:nth-child(1) { .jdindentlist-header>div:nth-child(1) {
font-family: JDLANGZHENGTI--GB1-0; font-family: JDLANGZHENGTI--GB1-0;
font-size: 20px; font-size: 20px;
color: #ffffff; color: #ffffff;
......
...@@ -454,8 +454,7 @@ ...@@ -454,8 +454,7 @@
document.cookie.split('; ').map((item, index) => { document.cookie.split('; ').map((item, index) => {
if (item.includes('pin=')) { if (item.includes('pin=')) {
this.user_Name = decodeURIComponent(item.substring(4)); this.user_Name = decodeURIComponent(item.substring(4));
} }
}); });
}, },
mounted: function() { mounted: function() {
......
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