开始研究el-table。

This commit is contained in:
2023-01-18 17:49:24 +08:00
parent 7d7b9523c6
commit 905d22abc6
3 changed files with 51 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
* @Author: Kane
* @Date: 2023-01-04 11:05:44
* @LastEditors: Kane
* @LastEditTime: 2023-01-09 15:50:52
* @LastEditTime: 2023-01-18 17:40:55
* @FilePath: \admin_system\src\layout\Index.vue
* @Description:
*
@@ -66,7 +66,7 @@ export default {
}
#layout-main {
background-color: #ddd;
background-color: #eee;
/* height: 0; */
/* flex-grow: 1; */
}

View File

@@ -2,7 +2,7 @@
* @Author: Kane
* @Date: 2023-01-04 11:39:04
* @LastEditors: Kane
* @LastEditTime: 2023-01-11 17:07:13
* @LastEditTime: 2023-01-18 14:18:28
* @FilePath: \admin_system\src\layout\components\Header.vue
* @Description:
*
@@ -42,7 +42,7 @@ export default {
methods: {
logout()
{
this.$confirm("是否退出系统?", "提示", {
this.$confirm("是否退出系统?", "请确认", {
confirmButtonText: "是",
cancelButtonText: "否",
type: "warning",