Skip to content

Commit 5f7c046

Browse files
committed
chore: 移除 CSSProperties 类型
1 parent 43cf731 commit 5f7c046

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/packages/__VUE/tour/index.taro.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
</view>
7878
</template>
7979
<script lang="ts">
80-
import { watch, ref, reactive, toRefs, PropType, onMounted, CSSProperties } from 'vue'
80+
import { watch, ref, reactive, toRefs, PropType, onMounted } from 'vue'
8181
import { PopoverLocation, PopoverTheme } from '../popover/type'
8282
import { createComponent } from '@/packages/utils/create'
8383
import { rectTaro, useTaroRectById } from '@/packages/utils/useTaroRect'
@@ -176,7 +176,7 @@ export default create({
176176
177177
let maskRect: rectTaro[] = []
178178
179-
let maskStyles = ref<CSSProperties[]>([])
179+
let maskStyles = ref<any[]>([])
180180
181181
const maskStyle = (index: number) => {
182182
const { offset, maskWidth, maskHeight } = props

0 commit comments

Comments
 (0)