refine MyUI

This commit is contained in:
landaiqing
2024-11-07 21:39:16 +08:00
parent 2263ff213c
commit 33d76461f1
73 changed files with 20404 additions and 58 deletions

View File

@@ -1,6 +1,6 @@
<script setup lang="ts">
import { ref, computed, watch, onMounted } from 'vue';
import { useResizeObserver } from '../utils';
import { useResizeObserver } from '../Utils';
interface Props {
maxWidth?: string | number // 文本最大宽度,单位 px
tooltipMaxWidth?: string | number // 弹出提示最大宽度,单位 px默认为 maxWidth + 24