草稿点击可跳转
This commit is contained in:
@@ -10,8 +10,8 @@
|
|||||||
.bottom{height:320px;width:100%;margin: 0 auto;}
|
.bottom{height:320px;width:100%;margin: 0 auto;}
|
||||||
.transparent{ background: url("images/bg.gif") repeat;}
|
.transparent{ background: url("images/bg.gif") repeat;}
|
||||||
.bottom table tr td{border:1px dashed #ccc;}
|
.bottom table tr td{border:1px dashed #ccc;}
|
||||||
#colorPicker{width: 17px;height: 17px;border: 1px solid #CCC;display: inline-block;3px;box-shadow: 2px 2px 5px #D3D6DA;}
|
#colorPicker{width: 17px;height: 17px;border: 1px solid #CCC;display: inline-block;box-shadow: 2px 2px 5px #D3D6DA;}
|
||||||
.border_style1{padding:2px;border: 1px solid #ccc;5px;box-shadow:2px 2px 5px #d3d6da;}
|
.border_style1{padding:2px;border: 1px solid #ccc;box-shadow:2px 2px 5px #d3d6da;}
|
||||||
p{margin: 5px 0}
|
p{margin: 5px 0}
|
||||||
table{clear:both;margin-bottom:10px;border-collapse:collapse;word-break:break-all;}
|
table{clear:both;margin-bottom:10px;border-collapse:collapse;word-break:break-all;}
|
||||||
li{clear:both}
|
li{clear:both}
|
||||||
|
|||||||
@@ -82,7 +82,7 @@
|
|||||||
align="center"
|
align="center"
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.prcName || getPrcName(scope.row.prcType) }}
|
<a @click="dealWith(scope.row)" class="table-jump">{{ scope.row.prcName|| getPrcName(scope.row.prcType) }}</a>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<!-- <el-table-column-->
|
<!-- <el-table-column-->
|
||||||
|
|||||||
Reference in New Issue
Block a user