Commit 1c7ff8b3 by 黑潮

update: 样式调整

parent ec2f1766
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1622596985820" class="icon" viewBox="0 0 1194 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="9365" xmlns:xlink="http://www.w3.org/1999/xlink" width="233.203125" height="200"><defs><style type="text/css"></style></defs><path d="M340.423263 869.316447c0 14.674888-11.944676 26.704883-26.619564 26.704883H196.831195a26.704883 26.704883 0 0 1-26.619564-26.704883V538.790202c0-14.674888 11.944676-26.704883 26.619564-26.704883h116.887185c14.674888 0 26.619563 11.944676 26.619564 26.704883v330.526245z m340.167305 0c0 14.674888-11.944676 26.619563-26.619563 26.619564h-116.887186a26.704883 26.704883 0 0 1-26.619563-26.619564V26.875521c0-14.674888 11.944676-26.704883 26.619563-26.704883h116.887186c14.674888 0 26.619563 11.944676 26.619563 26.704883v842.440926z m340.252625 0c0 14.674888-11.944676 26.704883-26.619564 26.704883h-116.887185a26.704883 26.704883 0 0 1-26.619563-26.704883V282.832861c0-14.674888 11.944676-26.704883 26.534244-26.704882h116.972504c14.674888 0 26.619563 11.944676 26.619564 26.704882v586.483586zM69.27912 1024a26.704883 26.704883 0 0 1-26.619563-26.704883v-31.909348C42.659557 950.625562 54.604233 938.680887 69.27912 938.680887h1052.581903c14.504249 0 26.534244 11.944676 26.534244 26.704882v31.909348c0 14.674888-11.944676 26.704883-26.534244 26.704883H69.27912z" fill="#1989FA" p-id="9366"></path></svg>
\ No newline at end of file
......@@ -22,7 +22,7 @@
<el-table-column align="left" fixed="left" :min-width="200" show-overflow-tooltip label="计划名称">
<template slot-scope="scope">
<el-button v-if="xsxsFlag && isOpenFlag(scope.row.analyseJson)" style="vertical-align: middle;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;width: 100%;text-align:left" type="text" @click="toTouch(scope.row)">
<img style="vertical-align: middle;" src="../../assets/img/data.png" />
<img style="vertical-align: middle;width:14px;height:14px" src="../../assets/img/data.svg" />
<span style="vertical-align: middle;">{{ scope.row.ecmPlanName }}</span>
</el-button>
<span v-else>{{ scope.row.ecmPlanName }}</span>
......
......@@ -5,6 +5,7 @@
<i slot="prefix" class="el-input__icon el-icon-search"></i>
</el-input>
<el-date-picker v-model="dateRange" value-format="yyyy-MM-dd" type="daterange" range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期" @change="onSearch"></el-date-picker>
<span class="layout--tips" style="margin-top:0;margin-left:20px"><i class="el-icon-info"></i>只记录删除计划或编辑“进行中”计划的操作日志</span>
</el-row>
<el-table class="mt20" :data="tableList">
<el-table-column prop="operatorName" label="操作人">
......
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