已发布地图剧本列表页面调整

This commit is contained in:
joylink_cuiweidong 2019-10-25 14:14:27 +08:00
parent ba7583cd1c
commit dc1c69fe16

View File

@ -106,7 +106,7 @@ export default {
name: this.$t('scriptRecord.preview'), name: this.$t('scriptRecord.preview'),
handleClick: this.previewScript, handleClick: this.previewScript,
type: 'success', type: 'success',
showControl:(row) => { return row.status==1 }, // showControl:(row) => { return row.status==1},
} }
] ]
} }
@ -289,8 +289,8 @@ export default {
.scriptList{ .scriptList{
display:inline-block;padding:7px 0px display:inline-block;padding:7px 0px
} }
.el-button+.el-button { /deep/.el-button+.el-button {
margin-left: 10px; margin-left: 5px;
margin-top: 5px; margin-top: 5px;
} }
</style> </style>