@@ -205,7 +205,7 @@ export default {
* @returns {Promise<void>}
*/
logout() {
- this.$confirm('您确定要退出系统吗?', '系统提示', {
+ this.$confirm('是否强制下线此用户?', '系统提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
cancelButtonClass: 'btn_custom_cancel',
@@ -286,7 +286,7 @@ export default {
overflow: hidden;
color: #666;
background: #fff;
- box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.05);
+ box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.06);
border-color: rgba(0, 0, 0, 0.05);
.icon-people {