|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
<template>
|
|
|
<view @touchmove.stop.prevent>
|
|
<view @touchmove.stop.prevent>
|
|
|
- <view class="tui-modal-box" style="margin-top: -150upx" :style="{width:width,padding:padding,borderRadius:radius,background:bgcolor}" :class="[(fadein || show)?'tui-modal-normal':'tui-modal-scale',show?'tui-modal-show':'']">
|
|
|
|
|
|
|
+ <view class="tui-modal-box" :style="{width:width,padding:padding,borderRadius:radius,background:bgcolor}" :class="[(fadein || show)?'tui-modal-normal':'tui-modal-scale',show?'tui-modal-show':'']">
|
|
|
<view v-if="!custom">
|
|
<view v-if="!custom">
|
|
|
<view class="tui-modal-title" v-if="title">{{title}}</view>
|
|
<view class="tui-modal-title" v-if="title">{{title}}</view>
|
|
|
<!-- <view class="tui-modal-content" :class="[title?'':'tui-mtop']"> -->
|
|
<!-- <view class="tui-modal-content" :class="[title?'':'tui-mtop']"> -->
|