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 @@
.jdindentdetail-drawer {
overflow-y: auto;
padding-bottom: 100px;
padding-left: 10px;
}
.jdindentdetail-drawer .selftmreg_main .el-form-item {
......@@ -591,7 +590,7 @@
}
.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 {
......@@ -604,7 +603,8 @@
padding-left: 51px;
line-height: 21px;
}
.jdindentdetail-drawer .editTips{
.jdindentdetail-drawer .editTips {
margin-top: 25px;
padding-left: 51px;
width: max-content;
......@@ -616,10 +616,12 @@
color: rgba(136, 136, 136, 1);
position: relative;
}
.jdindentdetail-drawer .editTips>span{
.jdindentdetail-drawer .editTips>span {
color: #0f8ee9;
}
.jdindentdetail-drawer .headerTips{
.jdindentdetail-drawer .headerTips {
margin-top: 25px;
padding-left: 51px;
width: max-content;
......
......@@ -12,7 +12,6 @@
.jdindentlist-header>div:nth-child(1) {
font-family: JDLANGZHENGTI--GB1-0;
font-size: 20px;
color: #ffffff;
......
......@@ -454,8 +454,7 @@
document.cookie.split('; ').map((item, index) => {
if (item.includes('pin=')) {
this.user_Name = decodeURIComponent(item.substring(4));
}
}
});
},
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