beta-1.0.1 - vulnerabilities upgrades
This commit is contained in:
+990
-20
File diff suppressed because it is too large
Load Diff
@@ -233,9 +233,6 @@ onMounted(async () => {
|
|||||||
top: 18px;
|
top: 18px;
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 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));
|
filter: drop-shadow(-2px 0 2px var(--gantt-timeline-line, #a0cfff));
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -97,7 +97,7 @@ watch(
|
|||||||
singleValue.value = (newValue as string) || ''
|
singleValue.value = (newValue as string) || ''
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{ immediate: true },
|
{ immediate: true }
|
||||||
)
|
)
|
||||||
|
|
||||||
// 处理单日期输入变化(预留,当前版本不使用)
|
// 处理单日期输入变化(预留,当前版本不使用)
|
||||||
@@ -569,9 +569,6 @@ const showClearButton = computed(() => {
|
|||||||
|
|
||||||
// 计算面板位置
|
// 计算面板位置
|
||||||
const panelStyle = computed(() => {
|
const panelStyle = computed(() => {
|
||||||
// 依赖 positionUpdateKey 来强制重新计算
|
|
||||||
positionUpdateKey.value // eslint-disable-line no-unused-expressions
|
|
||||||
|
|
||||||
if (!inputRef.value || !showPicker.value) return {}
|
if (!inputRef.value || !showPicker.value) return {}
|
||||||
|
|
||||||
const rect = inputRef.value.getBoundingClientRect()
|
const rect = inputRef.value.getBoundingClientRect()
|
||||||
|
|||||||
Reference in New Issue
Block a user