Commit c4381697 authored by renjintao's avatar renjintao

orderlist

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