Explorar o código

按钮颜色更改

zhangfu %!s(int64=3) %!d(string=hai) anos
pai
achega
8db4b05fd4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/pages/userManagement/index.vue

+ 1 - 1
src/pages/userManagement/index.vue

@@ -57,7 +57,7 @@
         <template slot-scope="scope">
           <div>
             <el-button type="text" @click="edit(scope.row)">编辑</el-button>
-            <el-button type="text" @click="resetPasswords(scope.row)"
+            <el-button type="text" @click="resetPasswords(scope.row)" style="color:#F4453E"
               >重置密码</el-button
             >
           </div>