修改样式

This commit is contained in:
yangjun 2024-05-24 21:23:33 +08:00
parent b46e311044
commit 53a890c979
2 changed files with 4 additions and 2 deletions

View File

@ -10,7 +10,9 @@
<div>
<div class="jtkcTitleClass"></div>
<div style="width:100%;white-space:normal; word-break:break-all;overflow:hidden;padding: 15px;font-weight: 600;font-size: 16px;color: #a50a0a; height: 70px;">
<span>{{ item.kcmc }}</span>
<a-badge :dot="item.dbtxType!=null" title="您有代办事项请及时处理">
<span>{{ item.kcmc }}</span>
</a-badge>
</div>
</div>
<a-divider style="margin: 0px;color: #eef1f2;" />

View File

@ -141,7 +141,7 @@
* 发布
*/
function handleFabu(record) {
defHttp.post({ url: '/zyTlq/zyTlq/edit', params: { id: record.id,sffb: "1" } }).then(res => {
defHttp.post({ url: '/zyTlq/zyTlq/editFbtl', params: { id: record.id,sffb: "1" } }).then(res => {
handleSuccess();
});
}