feat: 删除View和Text引用

This commit is contained in:
2023-07-13 16:26:03 +08:00
parent 3d1cf71ff1
commit b6e30a9c20
6 changed files with 45 additions and 43 deletions

View File

@ -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