修改搜索中心的标题

This commit is contained in:
qq787203167
2022-03-23 22:18:01 +08:00
parent 89fa71d7c1
commit c27d401ddf
2 changed files with 4 additions and 4 deletions
@@ -95,10 +95,10 @@
<a @click="handleCompare(record)" class="text-operation"> {{$t('Push')}}</a>
</span>
<span slot="serial_number" slot-scope="text,record">
<span style="cursor: pointer;color:#21c9cc" v-html="record.serial_number" @click="titleClick(record)"></span>
<span style="cursor: pointer" v-html="record.serial_number" @click="titleClick(record)"></span>
</span>
<span slot="titleName" slot-scope="text,record">
<span style="cursor: pointer;color:#21c9cc" v-html="record.title" @click="titleClick(record)"></span>
<span style="cursor: pointer" v-html="record.title" @click="titleClick(record)"></span>
</span>
<span slot="file_name" slot-scope="text,record">
<a style="color:#21c9cc" @click="fileNameClick(record)">