浏览代码

按钮颜色更改

zhangfu 3 年之前
父节点
当前提交
8db4b05fd4
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>