generated from thzxcx/vue3
feat: 删除View和Text引用
This commit is contained in:
@ -8,12 +8,12 @@
|
||||
*
|
||||
-->
|
||||
<template>
|
||||
<View v-show="show" h-100vh w-750rpx relative bg="#818181" overflow-hidden z-1000 @click="cancel">
|
||||
<View rounded-t-48rpx w-750rpx absolute bottom-0 bg-white z-1001>
|
||||
<View mt-32rpx mb-24rpx mx-48rpx fs-30 font-400>
|
||||
<view v-show="show" h-100vh w-750rpx relative bg="#818181" overflow-hidden z-1000 @click="cancel">
|
||||
<view rounded-t-48rpx w-750rpx absolute bottom-0 bg-white z-1001>
|
||||
<view mt-32rpx mb-24rpx mx-48rpx fs-30 font-400>
|
||||
{{ title }}
|
||||
</view>
|
||||
<View text-center mx-48rpx>
|
||||
<view text-center mx-48rpx>
|
||||
<textarea
|
||||
v-model="value"
|
||||
w-654rpx
|
||||
|
Reference in New Issue
Block a user