|
@@ -57,7 +57,7 @@
|
|
<div class="operations">
|
|
<div class="operations">
|
|
<!-- <el-button type="primary" > -->
|
|
<!-- <el-button type="primary" > -->
|
|
<el-button type="primary" size="mini" @click="lookIntro(scope)">查看信息</el-button>
|
|
<el-button type="primary" size="mini" @click="lookIntro(scope)">查看信息</el-button>
|
|
- <el-button type="primary" size="mini" @click="deletes" >删除</el-button>
|
|
|
|
|
|
+ <el-button type="primary" size="mini" @click="deletes" >删除</el-button>
|
|
<!-- </el-button> -->
|
|
<!-- </el-button> -->
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
@@ -91,8 +91,8 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<span slot="footer" class="dialog-footer">
|
|
<span slot="footer" class="dialog-footer">
|
|
- <el-button type="primary" @click="init" class="btn5" size="small">确认添加</el-button>
|
|
|
|
- <el-button @click="init" class="btn5" style="background:#cccccc" size="small">取 消</el-button>
|
|
|
|
|
|
+ <el-button type="primary" @click="init" class="btn5">确认添加</el-button>
|
|
|
|
+ <el-button @click="init" class="btn5">取 消</el-button>
|
|
</span>
|
|
</span>
|
|
</el-dialog>
|
|
</el-dialog>
|
|
<!-- 添加全站通知结束-->
|
|
<!-- 添加全站通知结束-->
|
|
@@ -107,8 +107,8 @@
|
|
<div class="addDialogLogo">LOGO</div>
|
|
<div class="addDialogLogo">LOGO</div>
|
|
<span class="deleteContent">确定删除通知</span>
|
|
<span class="deleteContent">确定删除通知</span>
|
|
<span slot="footer" class="dialog-footer">
|
|
<span slot="footer" class="dialog-footer">
|
|
- <el-button type="primary" @click="dialogVisible1=false" class="btn5" size="small">确认删除</el-button>
|
|
|
|
- <el-button @click="dialogVisible1=false" class="btn5" style="background:#cccccc" size="small">取消</el-button>
|
|
|
|
|
|
+ <el-button type="primary" @click="dialogVisible1=false" class="btn5">确认删除</el-button>
|
|
|
|
+ <el-button @click="dialogVisible1=false" class="btn5" >取消</el-button>
|
|
</span>
|
|
</span>
|
|
</el-dialog>
|
|
</el-dialog>
|
|
<!-- 删除通知结束-->
|
|
<!-- 删除通知结束-->
|
|
@@ -136,7 +136,7 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<span slot="footer" class="dialog-footer">
|
|
<span slot="footer" class="dialog-footer">
|
|
- <el-button type="primary" @click="dialogVisible2=false" class="btn5" size="small">关闭</el-button>
|
|
|
|
|
|
+ <el-button type="primary" @click="dialogVisible2=false" class="btn5">关闭</el-button>
|
|
</span>
|
|
</span>
|
|
</el-dialog>
|
|
</el-dialog>
|
|
<!-- 查看通知结束 -->
|
|
<!-- 查看通知结束 -->
|
|
@@ -285,11 +285,11 @@
|
|
.dialog-footer{
|
|
.dialog-footer{
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ padding-left: 50px;
|
|
|
|
+ // background-color: red;
|
|
.btn5{
|
|
.btn5{
|
|
- background: #0e72e6;
|
|
|
|
- height: 40px;
|
|
|
|
- font-size: 14px;
|
|
|
|
- width: 200px;
|
|
|
|
|
|
+ font-size: 16px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|