Commit 7fa0d8a0 authored by youjie's avatar youjie

no message

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