兰宝车间质量管理系统-前端
LiuHao
2024-03-19 e1289d0abbfeb0e358f765f27a2ef546569e1a2c
src/components/BpmnDesign/index.vue
@@ -1,6 +1,6 @@
<template>
  <div class="containers">
    <div class="app-containers">
    <div v-loading="loading" class="app-containers">
      <el-container class="h-full">
        <el-container style="align-items: stretch">
          <el-header>
@@ -112,6 +112,7 @@
const perviewSVGShow = ref(false);
const xmlStr = ref('');
const svgData = ref('');
const loading = ref(false);
const panelBarClick = () => {
  // 延迟执行,否则会导致面板收起时,属性面板不显示
@@ -285,7 +286,8 @@
    xml: xml,
    svg: svg,
    key: process.id,
    name: process.name
    name: process.name,
    loading: loading
  };
  emit('saveCallBack', data);
};
@@ -388,7 +390,7 @@
  border-left: 1px solid #eeeeee;
  box-shadow: #cccccc 0 0 8px;
  max-height: 100%;
  width: 480px;
  width: 25%;
  height: calc(100vh - 80px);
  :deep(.el-collapse) {
    height: calc(100vh - 162px);