Commit 8110b523 authored by dragondean@qq.com's avatar dragondean@qq.com

修复拆单异常

parent e9f5a564
This diff is collapsed.
......@@ -1205,45 +1205,45 @@ export default {
.page-title{
margin: 0;
}
.card-title{
.card-title{
font-size: 18px;
font-weight: bold;
margin-top: 10px;
}
.card-info{
}
.card-info{
font-size: 16px;
}
.card{
}
.card{
margin-top: 20px;
}
.btn-header{
}
.btn-header{
width: 90%;
display: flex;
align-items: center;
justify-content: space-between;
margin: 20px 0;
}
.red{
}
.red{
color:#ff3430;
font-size: 15px;
}
.footer_btn{
}
.footer_btn{
padding-bottom: 60px;
}
.cancel_notice{
}
.cancel_notice{
font-size: 16px;
font-weight: 600;
}
.cancel_content{
}
.cancel_content{
display: flex;
align-items: center;
padding-top: 20px;
}
.cancel_content span{
}
.cancel_content span{
width: 100px;
}
}
::v-deep .el-form-item--mini.is-error{
::v-deep .el-form-item--mini.is-error{
margin-bottom: 18px;
}
}
</style>
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