48 lines
776 B
SCSS
48 lines
776 B
SCSS
.search-module {
|
|
padding: 10px;
|
|
background: #fff;
|
|
.el-input, .el-select {
|
|
width: 200px;
|
|
}
|
|
}
|
|
.table-module {
|
|
margin-top: 10px;
|
|
padding: 15px 10px 10px;
|
|
background: #fff;
|
|
.el-table {
|
|
margin-top: 10px;
|
|
}
|
|
.page-wrap {
|
|
height: 50px;
|
|
margin: 0 -15px;
|
|
position: relative;
|
|
.el-pagination {
|
|
position: absolute;
|
|
right: 15px;
|
|
top: 40%;
|
|
.btn-prev,
|
|
.btn-next,
|
|
.el-pager .number {
|
|
border: 1px solid #d9d9d9;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.dialog-module {
|
|
min-width: 700px;
|
|
.el-form-item {
|
|
margin-right: 20px;
|
|
width: calc(50% - 20px);
|
|
.el-input-number {
|
|
width: 100%;
|
|
}
|
|
.el-select {
|
|
width: 100%;
|
|
}
|
|
}
|
|
.item-100 {
|
|
margin-right: 20px;
|
|
width: 100% !important;
|
|
}
|
|
}
|