Commit 5a72d8c0 by chenxin

fix:color

parent 3a9c028f
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -23,7 +23,7 @@
<span v-if="v.formatter" v-html="v.formatter(scope.row)"></span>
<span v-else>{{ scope.row[v.prop] }}</span>
<el-tooltip v-if="v.showTP && scope.row.status == 2" :open-delay="300" class="item" effect="dark" content="该模板消息微信侧状态异常,请进入公众号后台查看" placement="top-start">
<i class="el-icon-warning" style="color:#C0C4CC;cursor:pointer;"></i>
<i class="el-icon-warning" style="color:#f56c6c;cursor:pointer;"></i>
</el-tooltip>
</template>
</el-table-column>
......
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