提交 675c94a8 编写于 作者: Q qiang

chore: build

上级 c5742072
......@@ -11631,7 +11631,7 @@ const PickerView = /* @__PURE__ */ defineBuiltInComponent({
const resizeSensorRef = ref(null);
const onMountedCallback = () => {
const resizeSensor = resizeSensorRef.value;
resizeSensor && (state2.height = resizeSensor.offsetHeight);
resizeSensor && (state2.height = resizeSensor.$el.offsetHeight);
};
{
onMounted(onMountedCallback);
......@@ -12469,7 +12469,7 @@ const PickerViewColumn = /* @__PURE__ */ defineBuiltInComponent({
const resizeSensorRef = ref(null);
const initIndicatorHeight = () => {
const resizeSensor = resizeSensorRef.value;
indicatorHeight.value = resizeSensor.offsetHeight;
indicatorHeight.value = resizeSensor.$el.offsetHeight;
};
{
onMounted(initIndicatorHeight);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册