Commit c4381697 authored by renjintao's avatar renjintao

orderlist

parent 85648a20
......@@ -46,8 +46,8 @@
<Ellipsis :text="row.mesCode" :lines="1" tooltip transfer />
</Col>
<Col :span="4">
<div class="sanjiao" :style="tdStyle(row.status)"></div>
<div class="box">
<div class="statuBg" :style="tdStyle(row.status)"></div>
<div class="boxTitle">
<div class="text">
<state
code="taskList.status"
......@@ -376,14 +376,14 @@ export default {
}
}
.sanjiao {
.statuBg {
height: 0px;
width: 0;
border-left: solid 50px transparent;
float: right;
margin-right: -1px;
}
.box {
.boxTitle {
color: white;
float: right;
margin-top: -42px;
......
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