给单据编辑页面的 供应商 客户 会员下拉框增加刷新功能

This commit is contained in:
jishenghua
2025-04-25 11:06:51 +08:00
parent e3ccc94531
commit 6b34558bf9
11 changed files with 26 additions and 20 deletions

View File

@@ -87,4 +87,10 @@
}
.resize-table-th {
position: relative;
}
/* 单据下拉框-按钮 */
.dropdown-btn {
float:left;
padding: 4px 8px;
cursor: pointer;
}