修改模态框

This commit is contained in:
TOP糯米 2023-03-05 22:41:16 +08:00
parent 3a8aa3ba25
commit dee05e9eea
1 changed files with 1 additions and 5 deletions

View File

@ -1,5 +1,5 @@
<template>
<view class="component-widgets-modal" v-if="show">
<view class="component-widgets-modal">
<view class="modal-mask" @click="close"></view>
<view class="modal-content" :style="{ width: width }">
<view class="modal-title">
@ -22,10 +22,6 @@ export default {
return {};
},
props: {
show: {
type: Boolean,
default: false,
},
title: {
type: String,
default: "默认标题",