颜色和路径修改
This commit is contained in:
parent
6d35b5e01c
commit
03b8fb1ca6
@ -747,3 +747,7 @@ strong {
|
|||||||
.form-draggable-title{
|
.form-draggable-title{
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell{
|
||||||
|
background-color: rgba(37, 38, 38, 0) !important;
|
||||||
|
}
|
@ -59,4 +59,8 @@
|
|||||||
:deep(.ed-row.drag-data.padding-lr svg){
|
:deep(.ed-row.drag-data.padding-lr svg){
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
:deep(.el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell){
|
||||||
|
background-color: rgba(37, 38, 38, 0) !important;
|
||||||
}
|
}
|
@ -461,7 +461,6 @@ const nextOne = () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const templateApply = template => {
|
const templateApply = template => {
|
||||||
debugger
|
|
||||||
state.curApplyTemplate = template
|
state.curApplyTemplate = template
|
||||||
state.dvCreateForm.name = template.title
|
state.dvCreateForm.name = template.title
|
||||||
state.dvCreateForm.nodeType = template.templateType
|
state.dvCreateForm.nodeType = template.templateType
|
||||||
|
@ -88,7 +88,7 @@ function handleNodeClick(e) {
|
|||||||
busiFlag.value = 'dataV'
|
busiFlag.value = 'dataV'
|
||||||
loading.value = false
|
loading.value = false
|
||||||
loadCanvasData(e.id, 9, 0)
|
loadCanvasData(e.id, 9, 0)
|
||||||
} else if (e.type == '04' || e.type == '05' || e.type == '06') {
|
} else if (e.type == '04' || e.type == '05' || e.type == '06'||e.type == '09') {
|
||||||
moduleInfo.value = e
|
moduleInfo.value = e
|
||||||
isFormCreate.value = true
|
isFormCreate.value = true
|
||||||
loading.value = false
|
loading.value = false
|
||||||
|
@ -93,7 +93,7 @@ const handleNodeClick = (e: any) => {
|
|||||||
}else if(e.type == '03'){
|
}else if(e.type == '03'){
|
||||||
busiFlag.value = 'dataV'
|
busiFlag.value = 'dataV'
|
||||||
loadCanvasData(e.id,9,0)
|
loadCanvasData(e.id,9,0)
|
||||||
}else if(e.type == '04'||e.type == '05'||e.type == '06'){
|
}else if(e.type == '04'||e.type == '05'||e.type == '06'||e.type == '09'){
|
||||||
moduleInfo.value = e
|
moduleInfo.value = e
|
||||||
isFormCreate.value = true
|
isFormCreate.value = true
|
||||||
} else if(e.type == '02'){
|
} else if(e.type == '02'){
|
||||||
|
@ -94,7 +94,7 @@ function handleNodeClick(e){
|
|||||||
}else if(e.type == '03'){
|
}else if(e.type == '03'){
|
||||||
busiFlag.value = 'dataV'
|
busiFlag.value = 'dataV'
|
||||||
loadCanvasData(e.id,9,0)
|
loadCanvasData(e.id,9,0)
|
||||||
}else if(e.type == '09'){
|
}else if(e.type == '04'||e.type == '05'||e.type == '06'||e.type == '09'){
|
||||||
moduleInfo.value = e
|
moduleInfo.value = e
|
||||||
isFormCreate.value = true
|
isFormCreate.value = true
|
||||||
} else if(e.type == '02'){
|
} else if(e.type == '02'){
|
||||||
|
@ -43,7 +43,7 @@ function designClick(){
|
|||||||
window.open('/#/dvsCanvas?dvId=' + treeInfo.value.id+'&appId=' + projectInfo.value.id, '_blank');
|
window.open('/#/dvsCanvas?dvId=' + treeInfo.value.id+'&appId=' + projectInfo.value.id, '_blank');
|
||||||
}else if(treeInfo.value.type == '0301'){
|
}else if(treeInfo.value.type == '0301'){
|
||||||
window.open('/#/dashboard?resourceId=' + treeInfo.value.id + '&appId='+projectInfo.value.id, '_blank');
|
window.open('/#/dashboard?resourceId=' + treeInfo.value.id + '&appId='+projectInfo.value.id, '_blank');
|
||||||
}else if(treeInfo.value.type == '04'||treeInfo.value.type == '05'||treeInfo.value.type == '06'){
|
}else if(treeInfo.value.type == '04'||treeInfo.value.type == '05'||treeInfo.value.type == '06'|| treeInfo.value.type == '09'){
|
||||||
window.open('/#/formcreatedesigner?moduleId=' +treeInfo.value.id + '&appId='+projectInfo.value.id, '_blank');
|
window.open('/#/formcreatedesigner?moduleId=' +treeInfo.value.id + '&appId='+projectInfo.value.id, '_blank');
|
||||||
}else if(treeInfo.value.type == '01'){
|
}else if(treeInfo.value.type == '01'){
|
||||||
window.open('/#/editLogin?dvId=' +treeInfo.value.id + '&appId='+projectInfo.value.id+ '&name='+projectInfo.value.name+ '&appname='+projectInfo.value.name, '_blank');
|
window.open('/#/editLogin?dvId=' +treeInfo.value.id + '&appId='+projectInfo.value.id+ '&name='+projectInfo.value.name+ '&appname='+projectInfo.value.name, '_blank');
|
||||||
|
@ -125,7 +125,7 @@ function handleNodeClick(e){
|
|||||||
}else if(e.type == '03'){
|
}else if(e.type == '03'){
|
||||||
busiFlag.value = 'dataV'
|
busiFlag.value = 'dataV'
|
||||||
loadCanvasData(e.id,9,0)
|
loadCanvasData(e.id,9,0)
|
||||||
}else if(e.type == '04'||e.type == '05'||e.type == '06'){
|
}else if(e.type == '04'||e.type == '05'||e.type == '06'||e.type == '09'){
|
||||||
moduleInfo.value = e
|
moduleInfo.value = e
|
||||||
isFormCreate.value = true
|
isFormCreate.value = true
|
||||||
} else if(e.type == '02'){
|
} else if(e.type == '02'){
|
||||||
|
Loading…
Reference in New Issue
Block a user