Commit 91d80f4a authored by zhengke's avatar zhengke

修改

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