|
@@ -4,15 +4,19 @@
|
|
|
|
|
|
<div class="btm-left" :class="btmTipIndent">
|
|
|
<div class="btm-left-tip">
|
|
|
- <div class="btm-left-block btm-left-state-c1"></div>
|
|
|
+ <div class="btm-left-block btm-left-state-c1"><i class="iconfont sj-icon-shangbao"></i></div>
|
|
|
新上报
|
|
|
</div>
|
|
|
<div class="btm-left-tip">
|
|
|
- <div class="btm-left-block btm-left-state-c2"></div>
|
|
|
+ <div class="btm-left-block btm-left-state-c2"><i class="iconfont sj-icon-cuiban"></i></div>
|
|
|
催办
|
|
|
</div>
|
|
|
<div class="btm-left-tip">
|
|
|
- <div class="btm-left-block btm-left-state-c3"></div>
|
|
|
+ <div class="btm-left-block btm-left-state-c3-1"><i class="iconfont sj-icon-queren"></i></div>
|
|
|
+ 确认
|
|
|
+ </div>
|
|
|
+ <div class="btm-left-tip">
|
|
|
+ <div class="btm-left-block btm-left-state-c3"><i class="iconfont sj-icon-yiqianshou"></i></div>
|
|
|
已签收
|
|
|
</div>
|
|
|
<!-- div class="btm-left-tip">
|
|
@@ -20,11 +24,11 @@
|
|
|
联动
|
|
|
</div> -->
|
|
|
<div class="btm-left-tip">
|
|
|
- <div class="btm-left-block btm-left-state-c5"></div>
|
|
|
+ <div class="btm-left-block btm-left-state-c5"><i class="iconfont sj-icon-banjie"></i></div>
|
|
|
办结
|
|
|
</div>
|
|
|
<div class="btm-left-tip">
|
|
|
- <div class="btm-left-block btm-left-state-c6"></div>
|
|
|
+ <div class="btm-left-block btm-left-state-c6"><i class="iconfont sj-icon-guidang"></i></div>
|
|
|
归档
|
|
|
</div>
|
|
|
<div class="btm-legend" @click="btmIndent">
|
|
@@ -1690,8 +1694,8 @@ export default {
|
|
|
border-left: none;
|
|
|
color: $inBlue;
|
|
|
display: flex;
|
|
|
- -webkit-transform: translateX(-21rem) !important;
|
|
|
- transform: translateX(-21rem) !important;
|
|
|
+ -webkit-transform: translateX(-24rem) !important;
|
|
|
+ transform: translateX(-24rem) !important;
|
|
|
transition: all 0.5s ease-in-out !important;
|
|
|
|
|
|
.btm-legend {
|
|
@@ -1719,7 +1723,14 @@ export default {
|
|
|
margin-right: .3rem;
|
|
|
border-radius: .2rem;
|
|
|
|
|
|
-
|
|
|
+ i{
|
|
|
+ font-size: 10px;
|
|
|
+ color: #fff;
|
|
|
+ line-height: 1rem;
|
|
|
+ display: block;
|
|
|
+ margin: auto auto;
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.btm-left-state-c1 {
|
|
@@ -1729,6 +1740,9 @@ export default {
|
|
|
.btm-left-state-c2 {
|
|
|
background-color: $eventStateColor-cb;
|
|
|
}
|
|
|
+ .btm-left-state-c3-1 {
|
|
|
+ background-color: $eventStateColor-qr;
|
|
|
+ }
|
|
|
|
|
|
.btm-left-state-c3 {
|
|
|
background-color: $eventStateColor-yqs;
|