Commit 7fa0d8a0 authored by youjie's avatar youjie

no message

parent 605d2fd6
......@@ -20,14 +20,10 @@
color: red;
}
.tdOne{
height: 35px;
border-bottom: 1px solid #eeeeee;
/* padding: 0 0 5px 0; */
line-height: 35px;
}
.tdTwo{
height: 35px;
/* padding: 5px 0 0 0; */
line-height: 35px;
}
.singeRowTableB{
......
......@@ -49,8 +49,8 @@
<el-tag style="margin: 0 3px;" size="mini" v-for="(x,i) in item.LineNameList" :key="i">{{x}}</el-tag>
</td>
<td>
<div style="height: 50%;border-bottom: 1px solid #eeeeee;padding: 3px 0;">销售:<span style="color: red;">{{item.SellRate}}</span>%</div>
<div style="padding: 3px 0;">OP:<span style="color: red;">{{item.OPRate}}</span>%</div>
<div class="tdOne">销售:<span style="color: red;">{{item.SellRate}}</span>%</div>
<div class="tdTwo">OP:<span style="color: red;">{{item.OPRate}}</span>%</div>
</td>
<td>{{item.AuditEmpName}}</td>
<td>
......@@ -358,13 +358,20 @@
};
</script>
<style>
<style scoped>
/* .rule-box .el-select__tags{
top: 100%;
} */
.domesticCommissionRule .query-box input {
height: 34px !important;
}
.tdOne{
border-bottom: 1px solid #eeeeee;
line-height: 25px;
}
.tdTwo{
line-height: 25px;
}
</style>
\ No newline at end of file
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