beta-1.0.1 - vulnerabilities upgrades

This commit is contained in:
LINING-PC\lining
2025-06-28 23:30:10 +08:00
parent 5ba84d5309
commit 5a9a55cd1f
3 changed files with 991 additions and 27 deletions
+990 -20
View File
File diff suppressed because it is too large Load Diff
-3
View File
@@ -233,9 +233,6 @@ onMounted(async () => {
top: 18px;
width: 0;
height: 0;
/*border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-right: 16px solid #fff;*/
filter: drop-shadow(-2px 0 2px var(--gantt-timeline-line, #a0cfff));
z-index: 1;
}
+1 -4
View File
@@ -97,7 +97,7 @@ watch(
singleValue.value = (newValue as string) || ''
}
},
{ immediate: true },
{ immediate: true }
)
// 处理单日期输入变化(预留,当前版本不使用)
@@ -569,9 +569,6 @@ const showClearButton = computed(() => {
// 计算面板位置
const panelStyle = computed(() => {
// 依赖 positionUpdateKey 来强制重新计算
positionUpdateKey.value // eslint-disable-line no-unused-expressions
if (!inputRef.value || !showPicker.value) return {}
const rect = inputRef.value.getBoundingClientRect()