瀏覽代碼

feat: 流程组样式

luoyali 11 月之前
父節點
當前提交
e29e95871e
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/flow/group/components/listGroup.vue

+ 3 - 3
src/views/flow/group/components/listGroup.vue

@@ -18,7 +18,7 @@
 		>
 			<template #item="{ element: item, index }">
 				<div class="group_list">
-					<div class="group_header flex flex-pack-justify flex-align-center">
+					<div class="group_header flex flex-pack-justify flex-align-center px-4">
 						<div class="group_header_title">
 							<span>
 								<template v-if="!item.editor">
@@ -83,7 +83,7 @@
 											</div>
 										</el-col>
 										<el-col :span="4">
-											<div class="group_itemOperations flex flex-pack-end pr-3">
+											<div class="group_itemOperations flex flex-pack-end pr-1">
 												<el-tooltip effect="dark" content="版本控制" placement="top">
 													<el-icon v-if="element.processVersion > 1" class="ml-2" :size="16" @click="historyEv(element)"><SetUp /></el-icon>
 												</el-tooltip>
@@ -338,7 +338,7 @@ defineExpose({
 		background-color: var(--el-bg-color);
 		.group_header {
 			height: 54px;
-			padding: 0px 16px 0px 12px;
+			//padding: 0px 16px 0px 12px;
 			font-size: 16px;
 			line-height: 24px;
 			background-color: var(--el-fill-color-light);