From b3317ffcc4feba7145f537dcc18562b414fe229d Mon Sep 17 00:00:00 2001
From: 19626 <1962676589@qq.com>
Date: 星期二, 01 八月 2023 17:14:32 +0800
Subject: [PATCH] 修改按钮
---
force-app/main/default/lwc/lexLookupLwc/lexLookupLwc.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/force-app/main/default/lwc/lexLookupLwc/lexLookupLwc.html b/force-app/main/default/lwc/lexLookupLwc/lexLookupLwc.html
index e4e58ef..d7a835f 100644
--- a/force-app/main/default/lwc/lexLookupLwc/lexLookupLwc.html
+++ b/force-app/main/default/lwc/lexLookupLwc/lexLookupLwc.html
@@ -4,7 +4,7 @@
* @Author: chen jing wu
* @Date: 2023-05-25 13:59:44
* @LastEditors: chen jing wu
- * @LastEditTime: 2023-06-27 16:49:27
+ * @LastEditTime: 2023-08-01 16:08:18
-->
<template>
<div>
@@ -36,7 +36,7 @@
</div>
<template if:true={recordsList}>
<div class="slds-combobox_container">
- <div id="listbox-id-1" class="slds-dropdown slds-dropdown_fluid" role="listbox">
+ <div id="listbox-id-1" class="slds-dropdown slds-dropdown_fluid slds-dropdown_autocomplete" role="listbox">
<ul class="slds-listbox slds-listbox_vertical" role="presentation">
<template for:each={recordsList} for:item="item">
<li key={item.Id} role="presentation" class="slds-listbox__item">
--
Gitblit v1.9.1