feat: Add table field update functionality
Some checks failed
Synchronize to Gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled

This commit is contained in:
junjun
2025-12-09 15:05:59 +08:00
committed by Junjun
parent e47e0e8ab8
commit 57d7141675

View File

@@ -424,6 +424,7 @@ const btnSelectClick = (val: any) => {
<div v-if="btnSelect === 'd'" class="field-name">
<el-input
v-model="fieldName"
style="width: 240px"
:placeholder="t('dashboard.search')"
autocomplete="off"
clearable
@@ -827,7 +828,6 @@ const btnSelectClick = (val: any) => {
position: absolute;
right: 16px;
top: 16px;
width: 360px;
display: flex;
}