Commit 49729eeb authored by zhengke's avatar zhengke

修改备注颜色

parent 14a2cc45
......@@ -109,10 +109,10 @@
style="color:#67c23a;position: relative;top: 9px;"></span>
</template>
</div>
<div flex="dir:left" style="margin-top:5px;" v-if="scope.row.Remark">
<div style="width:46px;">备注:</div>
<div flex="dir:left" style="margin-top:5px;color:#F56C6C;font-size:12px;" v-if="scope.row.Remark">
<div style="width:38px;">备注:</div>
<el-tooltip class="item" effect="dark" :content="scope.row.Remark" placement="top">
<div class="vue-line-clamp" style="word-break: break-all; -webkit-line-clamp: 2;width:90%">
<div class="vue-line-clamp" style="word-break: break-all; -webkit-line-clamp: 2;width:90%;margin-left:0;">
<span>{{scope.row.Remark}}</span>
</div>
</el-tooltip>
......
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