|
|
@@ -24,7 +24,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<template #customBefore>
|
|
|
- <div class="container normal-panel" style="margin-bottom: 10px;border-radius: 5px;height: 32px">
|
|
|
+ <div class="container normal-panel" style="margin-bottom: 10px;border-radius: 5px;height: 32px;">
|
|
|
<div v-for="item in stageList" :key="item.stagename" >
|
|
|
<div class="stage__panel normal-panel" v-if="item.rowindex === selectRowindex" :style="selectColor">
|
|
|
<div style="transform: skewX(20deg);!important;color: #ffffff">{{item.stagename}}</div>
|