Commit 60419041 authored by FE-安焕焕's avatar FE-安焕焕 👣

提示框样式

parent d53cbd35
...@@ -423,11 +423,11 @@ ...@@ -423,11 +423,11 @@
<!-- 发送失败再次发送 --> <!-- 发送失败再次发送 -->
<Modal <Modal
v-model="modal11" v-model="modal11"
width='280px' width='350px'
:closable='false'> :closable='false'>
<div > <div >
<h2 style="text-align: center;color:black">提示</h2> <h2 style="text-align: center;color:black">提示</h2>
<p style="text-align:center">{{errorInfo}}</p> <p style="text-align:center;margin-top:10px;font-size: 14px;text-align:left;">{{errorInfo}}</p>
</div> </div>
<div slot='footer' style="text-align:center"> <div slot='footer' style="text-align:center">
<Button type='primary' @click='cancelSubmit'>取消</Button> <Button type='primary' @click='cancelSubmit'>取消</Button>
......
...@@ -419,11 +419,11 @@ ...@@ -419,11 +419,11 @@
<!-- 发送失败再次发送 --> <!-- 发送失败再次发送 -->
<Modal <Modal
v-model="modal11" v-model="modal11"
width='280px' width='350px'
:closable='false'> :closable='false'>
<div > <div >
<h2 style="text-align: center;color:black">提示</h2> <h2 style="text-align: center;color:black">提示</h2>
<p style="text-align:center">{{errorInfo}}</p> <p style="text-align:center;margin-top:10px;font-size: 14px;text-align:left;">{{errorInfo}}</p>
</div> </div>
<div slot='footer' style="text-align:center"> <div slot='footer' style="text-align:center">
<Button type='primary' @click='cancelSubmit'>取消</Button> <Button type='primary' @click='cancelSubmit'>取消</Button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment