|
@@ -271,8 +271,9 @@ export default {
|
|
|
confirmButtonText: '确定',
|
|
|
cancelButtonText: '取消',
|
|
|
cancelButtonClass: 'leftbtn',
|
|
|
- customClass: 'exportBox1',
|
|
|
- title: '导出数据'
|
|
|
+ customClass: 'exportBox6',
|
|
|
+ title: '提示',
|
|
|
+ type: 'warning'
|
|
|
// beforeClose: (action, instance, done) => {
|
|
|
// if (action === 'confirm') {
|
|
|
// // instance.confirmButtonLoading = true;
|
|
@@ -402,21 +403,16 @@ export default {
|
|
|
border-color: transparent !important;
|
|
|
}
|
|
|
}
|
|
|
-.exportBox1 {
|
|
|
+.exportBox6 {
|
|
|
/deep/ .el-message-box__btns {
|
|
|
margin-top: 20px;
|
|
|
}
|
|
|
/deep/ .el-message-box__message {
|
|
|
- text-align: center;
|
|
|
+ // text-align: center;
|
|
|
}
|
|
|
- // /deep/ .el-message-box__btns {
|
|
|
- // text-align: center;
|
|
|
- // margin-bottom: 24px;
|
|
|
- // }
|
|
|
- /deep/ .leftbtn {
|
|
|
- // margin-right: 46px;
|
|
|
+ /deep/.leftbtn {
|
|
|
background-color: #d7d7d7;
|
|
|
- border-color: transparent;
|
|
|
+ border-color: transparent !important;
|
|
|
}
|
|
|
}
|
|
|
</style>
|