refactor(样式): View Text

This commit is contained in:
2023-07-13 12:31:46 +08:00
parent 69be9b75bd
commit f83c1b348e
10 changed files with 29 additions and 47 deletions

View File

@ -12,7 +12,7 @@
<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>
<View text-center mx-48rpx>
<textarea
v-model="value"
@ -38,9 +38,9 @@
>
{{ confirmText }}
</button>
</View>
</View>
</View>
</view>
</view>
</view>
</template>
<script lang="ts" setup name="Prompt">