Skip to content

Commit

Permalink
6/2
Browse files Browse the repository at this point in the history
  • Loading branch information
VCCICCV committed Jun 2, 2023
1 parent 6be720b commit 79d8eb6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 37 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# 这是一个基于vue2的图书管理系统
# Libaryapi
登录页面
![img.png](img.png)
主页
![img_1.png](img_1.png)
list
![img_2.png](img_2.png)
[后端地址](https://github.com/VCCICCV/Libaryapi)
- 学习自程序员青戈
## Project setup
```
Expand Down
Binary file added src/assets/img/login.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 2 additions & 35 deletions src/views/home/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,7 @@
<div id="line" style="width:100%;height: 400px;"></div>
</el-card>

<el-table
:data="tableData"
style="width: 100%">
<el-table-column
prop="date"
label="日期"
width="180">
</el-table-column>
<el-table-column
prop="name"
label="姓名"
width="180">
</el-table-column>
<el-table-column
prop="address"
label="地址">
</el-table-column>
</el-table>

</div>
</template>

Expand Down Expand Up @@ -100,23 +83,7 @@ export default {
{label:'最近两个月',value:'month2'},
{label:'最近三个月',value:'month3'},
],
tableData: [{
date: '2016-05-02',
name: '王小虎',
address: '上海市普陀区金沙江路 1518 弄'
}, {
date: '2016-05-04',
name: '王小虎',
address: '上海市普陀区金沙江路 1517 弄'
}, {
date: '2016-05-01',
name: '王小虎',
address: '上海市普陀区金沙江路 1519 弄'
}, {
date: '2016-05-03',
name: '王小虎',
address: '上海市普陀区金沙江路 1516 弄'
}]
}
},
// 初始化完后执行
Expand Down
4 changes: 2 additions & 2 deletions src/views/login/LoginRegister.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div>
<div class="container">
<div class="img1-content">
<img class="img1" src="@/assets/img/shop1.png">
<img class="img1" src="@/assets/img/login.png">
</div>
<div class="login-content">
<div class="content-wrapper">
Expand Down Expand Up @@ -50,7 +50,7 @@ body {
}
.img1{
width: 50%;
width: 100%;
}
.title{
text-align: center;
Expand Down

0 comments on commit 79d8eb6

Please sign in to comment.