JIALDemo/target/classes/static/bizquery/css/index.css

38 lines
463 B
CSS
Raw Permalink Normal View History

2024-01-11 08:30:14 +08:00
.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;
}