'111'
This commit is contained in:
parent
c1e275e89d
commit
7ed7eb5ce4
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
|
@ -161,7 +161,7 @@ export default {
|
|||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
background-image: url("../assets/images/login-background.jpg");
|
||||
background-image: url("../assets/images/login-background2.jpg");
|
||||
background-size: cover;
|
||||
}
|
||||
.title {
|
||||
|
|
|
@ -109,7 +109,7 @@
|
|||
/>
|
||||
<el-table-column label="创建时间" align="center" prop="createTime" width="160" />
|
||||
<el-table-column label="更新时间" align="center" prop="updateTime" width="160" />
|
||||
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|
||||
<el-table-column fixed="right" label="操作" align="center" width="300">
|
||||
<template slot-scope="scope">
|
||||
<el-button
|
||||
type="text"
|
||||
|
|
Loading…
Reference in New Issue