明树Git Lab

Commit 28cffdfd authored by chenron's avatar chenron

修改

parent 18afd9b9
Pipeline #103969 passed with stage
in 11 seconds
...@@ -18,7 +18,7 @@ html, body { ...@@ -18,7 +18,7 @@ html, body {
#app { #app {
height: 100vh; height: 100vh;
width: 100vw; width: 100vw;
background: #f5f5f5; /* background: #f5f5f5; */
overflow: hidden; /* 确保应用容器不产生滚动条 */ overflow: hidden; /* 确保应用容器不产生滚动条 */
} }
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
:total="total" :total="total"
:current-page="currentPage" :current-page="currentPage"
:page-size="pageSize" :page-size="pageSize"
title="用户列表" title="用户管理"
:border="true" :border="true"
@size-change="handleSizeChange" @size-change="handleSizeChange"
@current-page-change="handleCurrentPageChange" @current-page-change="handleCurrentPageChange"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment