38 lines
463 B
CSS
38 lines
463 B
CSS
.container {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 100vh;
|
|
}
|
|
|
|
.center-container {
|
|
text-align: center;
|
|
margin: auto;
|
|
width: 80%;
|
|
height: 100vh;
|
|
|
|
}
|
|
|
|
|
|
.table-box {
|
|
margin: 30px 20px 60px 20px;
|
|
|
|
}
|
|
|
|
.table-box .el-input {
|
|
margin-right: 30px;
|
|
width: 220px;
|
|
}
|
|
|
|
.el-table {
|
|
margin: auto;
|
|
}
|
|
|
|
.el-table .el-table__row {
|
|
height: 20px;
|
|
}
|
|
|
|
.el-dialog {
|
|
width : 100%;
|
|
max-width: 800px;
|
|
} |