Procházet zdrojové kódy

feat: 创建流程 扩展配置 20%

luoyali před 1 rokem
rodič
revize
babeb5a654
1 změnil soubory, kde provedl 54 přidání a 2 odebrání
  1. 54 2
      src/views/flow/create/components/ExtendSet.vue

+ 54 - 2
src/views/flow/create/components/ExtendSet.vue

@@ -10,10 +10,62 @@ defineProps({
 </script>
 
 <template>
-	<h1>123</h1>
+	<div class="other-settings-wrapper">
+		<div class="other-settings-panel">
+			<div class="other-settings-setting-item">
+				<div class="GS0bhCVCInEfL1rl9MMNr">
+					<div class="_1zQ9x381ImhBju8yBmxOez">提交人权限</div>
+					<div class="_2j8sMpwI4XNYcuEeV6f56-">
+						<div class="other-setting-checkbox-item">
+							<el-checkbox label="允许撤销审批中的申请" size="large" />
+						</div>
+					</div>
+				</div>
+			</div>
+		</div>
+	</div>
 </template>
 
 <style scoped lang="scss">
-.extend-set-wrap {
+.other-settings-wrapper {
+	margin: 0px auto;
+	padding: 24px 0px;
+	text-align: center;
+	overflow-y: auto;
+	height: 100%;
+	background-color: rgb(239, 240, 241);
+}
+
+.other-settings-panel {
+	width: 1128px;
+	background-color: rgb(255, 255, 255);
+	padding: 32px 0px;
+	text-align: left;
+}
+
+.GS0bhCVCInEfL1rl9MMNr ._2j8sMpwI4XNYcuEeV6f56- {
+	width: calc(100% - 110px);
+	flex-shrink: 0;
+	flex-grow: 0;
+	margin-left: 16px;
+}
+.GS0bhCVCInEfL1rl9MMNr {
+	display: flex;
+	width: 823px;
+	._1zQ9x381ImhBju8yBmxOez {
+		width: 94px;
+		color: rgb(31, 35, 41);
+		font-size: 14px;
+		font-weight: 550;
+		line-height: 22px;
+		flex-shrink: 0;
+		flex-grow: 0;
+	}
+}
+.other-settings-wrapper,
+.other-settings-panel {
+	display: flex;
+	flex-direction: column;
+	align-items: center;
 }
 </style>