From 5cf6d277cb6e5cdf73e93b66b6b2341fa8caef09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E5=A4=A9?= Date: Fri, 4 Jun 2021 14:22:45 +0800 Subject: [PATCH] update --- src/form/input.wc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/form/input.wc b/src/form/input.wc index 15e023c..131ef23 100644 --- a/src/form/input.wc +++ b/src/form/input.wc @@ -559,9 +559,9 @@ export default class Input { .join('') this.__LIST__.firstElementChild.firstElementChild.innerHTML = html this.__LIST__.classList.toggle('show', true) - this.__LIST__.style.cssText = `left:${x}px;top:${ - y + height + 5 - }px;width:${width}px;` + this.__LIST__.style.cssText = `left:${x}px;top:${y + + height + + 5}px;width:${width}px;` } else { this.__LIST__.classList.toggle('show', false) }