调整剧本描述,及样式
This commit is contained in:
parent
c01b35aff7
commit
a7519ae06e
@ -135,12 +135,11 @@ export default {
|
|||||||
title: res.data.name,
|
title: res.data.name,
|
||||||
dangerouslyUseHTMLString: true,
|
dangerouslyUseHTMLString: true,
|
||||||
message: `
|
message: `
|
||||||
<p><span style="color: #000;font-weight: bold;">场景描述:</span>${row.description}</p>
|
<p><span style="color: #000;font-weight: bold;">场景描述:</span>${row.description}</p>`,
|
||||||
<p><span style="color: #000;font-weight: bold;">处置流程:</span>${row.disposalProcesses}</p>`,
|
|
||||||
customClass: 'notify_box',
|
customClass: 'notify_box',
|
||||||
position: 'top-left',
|
// position: 'top-left',
|
||||||
showClose: false,
|
showClose: false,
|
||||||
offset: 120,
|
offset: 75,
|
||||||
duration: 0
|
duration: 0
|
||||||
});
|
});
|
||||||
this.$store.commit('training/setNotifySelected', notifyData);
|
this.$store.commit('training/setNotifySelected', notifyData);
|
||||||
@ -253,8 +252,8 @@ export default {
|
|||||||
.notify_box{
|
.notify_box{
|
||||||
width: 300px;
|
width: 300px;
|
||||||
white-space: inherit;
|
white-space: inherit;
|
||||||
&.el-notification.left{
|
&.el-notification.right{
|
||||||
left: 5px;
|
right: 5px;
|
||||||
padding: 6px 0;
|
padding: 6px 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -136,8 +136,8 @@ export default {
|
|||||||
.menuTrainListOut{
|
.menuTrainListOut{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 15%;
|
top: 20%;
|
||||||
height: 70%;
|
height: 60%;
|
||||||
transform: translateX(400px);
|
transform: translateX(400px);
|
||||||
transition: all 0.4s;
|
transition: all 0.4s;
|
||||||
&.active{
|
&.active{
|
||||||
|
@ -99,6 +99,7 @@ export default {
|
|||||||
this.$notify({
|
this.$notify({
|
||||||
title: this.$t('global.tips'),
|
title: this.$t('global.tips'),
|
||||||
duration: 3000,
|
duration: 3000,
|
||||||
|
offset: 100,
|
||||||
message: h('i', { style: 'color:' + opt.color }, opt.message)
|
message: h('i', { style: 'color:' + opt.color }, opt.message)
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
@ -125,8 +125,8 @@ export default {
|
|||||||
.menuTrainListOut{
|
.menuTrainListOut{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 15%;
|
top: 20%;
|
||||||
height: 70%;
|
height: 60%;
|
||||||
transform: translateX(400px);
|
transform: translateX(400px);
|
||||||
transition: all 0.4s;
|
transition: all 0.4s;
|
||||||
&.active{
|
&.active{
|
||||||
|
Loading…
Reference in New Issue
Block a user