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

修复拆单异常

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