【流程设计弹窗】左侧空白修改

zzq
Zhufu 2024-06-18 11:17:02 +08:00
parent 909566938f
commit cf2e56868c
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<template>
<div :class="prefixCls" :style="{ width: `${props.width}px` }">
<div :class="prefixCls" style="width: 30%">
<a-tabs v-model:activeKey="configActiveName">
<a-tab-pane :tab="data.wfNodeName" key="1">
<!-- 开始节点 -->
@ -582,6 +582,7 @@
::v-deep .ant-tabs-content-holder {
overflow-y: auto;
padding-right: 10px;
}
.hidden {