|
@@ -84,7 +84,7 @@
|
|
|
:visible.sync="dialogVisible"
|
|
|
width="1000px"
|
|
|
class="addDialog">
|
|
|
- <div class="addDialogLogo">LOGO</div>
|
|
|
+
|
|
|
<div class="addDialogMid">
|
|
|
<div class="addDialogTit">
|
|
|
<div class="addLabel">通知标题</div>
|
|
@@ -109,7 +109,7 @@
|
|
|
:visible.sync="dialogVisible1"
|
|
|
width="600px"
|
|
|
class="delDialog">
|
|
|
- <div class="addDialogLogo">LOGO</div>
|
|
|
+
|
|
|
<div class="deleteContent">确定删除通知?</div>
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
<el-button type="primary" @click="confirmDel" class="AllDialogBtn">确认删除</el-button>
|
|
@@ -124,7 +124,7 @@
|
|
|
:visible.sync="dialogVisible2"
|
|
|
width="800px"
|
|
|
class="addDialog">
|
|
|
- <div class="addDialogLogo">LOGO</div>
|
|
|
+
|
|
|
<div class="addDialogMid">
|
|
|
<div class="addDialogTit1">
|
|
|
<div style="font-size:18px;color:#000">{{ messageCon.title }}</div>
|