Эх сурвалжийг харах

feat: 优化暗黑模式部分样式问题

luoyali 1 жил өмнө
parent
commit
6e623a27e4

+ 2 - 2
src/views/flow/create/components/BasicInfo.vue

@@ -152,10 +152,10 @@ defineExpose({
 					</el-popover>
 				</el-form-item>
 				<el-form-item label="唯一标识 key" prop="flowInfo.processKey">
-					<el-input v-model="flowInfo.processKey" clearable></el-input>
+					<el-input v-model="flowInfo.processKey" clearable maxlength="15"></el-input>
 				</el-form-item>
 				<el-form-item label="名称" prop="flowInfo.processName">
-					<el-input v-model="flowInfo.processName" clearable></el-input>
+					<el-input v-model="flowInfo.processName" clearable maxlength="15"></el-input>
 				</el-form-item>
 				<el-form-item label="说明" prop="flowInfo.remark">
 					<el-input v-model="flowInfo.remark" type="textarea" clearable></el-input>

+ 2 - 2
src/views/setting/menu/index.vue

@@ -1,6 +1,6 @@
 <template>
 	<div class="pageWrap">
-		<el-aside v-loading="menuLoading" width="300px" style="background: #fff; margin-right: 10px">
+		<el-aside v-loading="menuLoading" width="300px" style="margin-right: 10px">
 			<el-container style="height: 100%">
 				<header style="padding: 13px 15px; border-bottom: 1px solid var(--el-border-color-light)">
 					<el-input v-model="menuFilterText" placeholder="输入关键字进行过滤" clearable></el-input>
@@ -38,7 +38,7 @@
 				</el-footer>
 			</el-container>
 		</el-aside>
-		<el-container style="background: #fff" class="container-bg">
+		<el-container class="container-bg">
 			<el-main ref="mainRef" class="nopadding" style="padding: 20px">
 				<save ref="saveRef" :menu="menuList"></save>
 			</el-main>

+ 1 - 1
src/views/setting/user/index.vue

@@ -1,6 +1,6 @@
 <template>
 	<div class="pageWrap">
-		<el-aside style="background: #fff; margin-right: 10px" width="200px">
+		<el-aside style="margin-right: 10px" width="200px">
 			<el-container>
 				<el-header>
 					<el-input v-model="groupFilterText" placeholder="输入关键字进行过滤" clearable style="margin-top: 10px" />