zhulizhen hace 6 años
padre
commit
be20f52035
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      src/test/zhulz/index.vue
  2. 1 1
      src/test/zhulz/manageNote.vue

+ 1 - 1
src/test/zhulz/index.vue

@@ -141,7 +141,7 @@
             </div>
             <div v-else style="text-align:center;min-height:100px;">暂无人员</div>
             <p>
-                <el-button type="text" icon="el-icon-setting" @click="manageUser">管理通知人员</el-button>
+                <el-button type="primary" style="margin-top:10px" icon="el-icon-setting" @click="manageUser">管理通知人员</el-button>
             </p>
             <span slot="footer" class="dialog-footer">
                 <el-button @click="dialogVisible = false">取 消</el-button>

+ 1 - 1
src/test/zhulz/manageNote.vue

@@ -34,7 +34,7 @@
         </el-table-column>
       </el-table>
       <p>
-        <el-button type="text" icon="el-icon-setting" @click="addUser">添加人员</el-button>
+        <el-button type="primary" style="margin-top:10px" icon="el-icon-setting" @click="addUser">添加人员</el-button>
       </p>
     </div>
   </div>