From 3b2d0ff917af1b6bea0743beab4aed7bdd89f099 Mon Sep 17 00:00:00 2001
From: long <515897141@qq.com>
Date: 星期二, 25 一月 2022 10:25:53 +0800
Subject: [PATCH] 调整搜索文案

---
 src/pages/system/roleEdit.vue |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/pages/system/roleEdit.vue b/src/pages/system/roleEdit.vue
index 101b692..0037ce2 100644
--- a/src/pages/system/roleEdit.vue
+++ b/src/pages/system/roleEdit.vue
@@ -1,8 +1,9 @@
 <template>
   <div class="app-container">
-    <el-form ref="roleAddForm" label-position="left" :model="mData" label-width="150px" :rules="rules">
+    <el-page-header class="mb20" @back="jumpBack" />
+    <el-form ref="roleAddForm" label-position="left" :model="mData" label-width="150px" :rules="rules" size="small">
       <el-form-item label="瑙掕壊鍚嶇О锛�" prop="name">
-        <el-input v-model="mData.name" placeholder="璇疯緭鍏ュ悕绉�" class="com-edit-input" />
+        <el-input v-model="mData.name" placeholder="璇疯緭鍏ュ悕绉�" maxlength="50" class="com-edit-input" />
       </el-form-item>
       <el-form-item label="鏄惁鍚敤锛�">
         <el-switch v-model="mData.isUse" :active-value="1" :inactive-value="0" />
@@ -280,8 +281,8 @@
       // background: #999;
     }
     .el-icon-check{
-      background: #409EFF;
-      // background: #999;
+      color: #409EFF;
+      // color: #999;
     }
   }
 }

--
Gitblit v1.8.0