Commit 91d80f4a authored by zhengke's avatar zhengke

修改

parent 34c93edf
...@@ -17,8 +17,14 @@ ...@@ -17,8 +17,14 @@
margin-bottom: 0 !important margin-bottom: 0 !important
} }
.studyproauditInfo .audit_List:last-child { .studyproauditInfo .audit_List {
margin-bottom: 10px; margin-bottom: 5px;
}
.studyproauditInfo .studyHeader{
border-top:1px dashed #EEE;
border-bottom:1px dashed #EEE;
padding:8px 0;
margin-bottom:10px;
} }
</style> </style>
...@@ -72,7 +78,7 @@ ...@@ -72,7 +78,7 @@
<span>备注:{{saveObj.Remark}}</span> <span>备注:{{saveObj.Remark}}</span>
</div> </div>
</div> </div>
<div class="row" style="border-top:1px dashed #EEE;padding-top:5px;"> <div class="row studyHeader">
<div class="col-4"> <div class="col-4">
优惠政策 优惠政策
</div> </div>
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
.studyproauditInfo .border-bottom { .studyproauditInfo .border-bottom {
border-bottom: 1px dashed #EEE; border-bottom: 1px dashed #EEE;
padding-bottom: 5px; padding-bottom: 8px;
margin-bottom: 5px; margin-bottom: 5px;
} }
...@@ -17,11 +17,11 @@ ...@@ -17,11 +17,11 @@
margin-bottom: 0 !important margin-bottom: 0 !important
} }
.studyproauditInfo .audit_List:last-child { .studyproauditInfo .audit_List {
margin-bottom: 10px; margin-bottom: 5px;
} }
.studyPass { .studyproauditInfo .studyPass {
color: #fff; color: #fff;
padding: 1px 3px; padding: 1px 3px;
border-radius: 3px; border-radius: 3px;
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
background-color: #2BBB7E; background-color: #2BBB7E;
} }
.DirectYijian { .studyproauditInfo .DirectYijian {
width: 100%; width: 100%;
min-height: 50px; min-height: 50px;
padding: 10px; padding: 10px;
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
position: relative; position: relative;
} }
.DirTriggle { .studyproauditInfo .DirTriggle {
width: 0; width: 0;
height: 0; height: 0;
border-right: 7px solid transparent; border-right: 7px solid transparent;
...@@ -48,7 +48,12 @@ ...@@ -48,7 +48,12 @@
position: absolute; position: absolute;
top: -8px; top: -8px;
} }
.studyproauditInfo .studyHeader{
border-top:1px dashed #EEE;
border-bottom:1px dashed #EEE;
padding:8px 0;
margin-bottom:10px;
}
</style> </style>
<template> <template>
<q-dialog v-model="persistent" persistent maximized full-height seamless position="right" @hide="closeperForm"> <q-dialog v-model="persistent" persistent maximized full-height seamless position="right" @hide="closeperForm">
...@@ -100,7 +105,7 @@ ...@@ -100,7 +105,7 @@
<span>备注:{{saveObj.Remark}}</span> <span>备注:{{saveObj.Remark}}</span>
</div> </div>
</div> </div>
<div class="row" style="border-top:1px dashed #EEE;padding-top:5px;"> <div class="row studyHeader">
<div class="col-4"> <div class="col-4">
优惠政策 优惠政策
</div> </div>
......
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