mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-29 21:28:52 +00:00
17 lines
396 B
Plaintext
17 lines
396 B
Plaintext
.el-data-table ::v-deep .el-pagination{
|
|
text-align: center !important;
|
|
}
|
|
.el-data-table ::v-deep .el-table td{
|
|
padding: 4px 0;
|
|
}
|
|
.el-data-table ::v-deep .el-table th{
|
|
padding: 4px 0;
|
|
}
|
|
.el-data-table ::v-deep .el-form-item{
|
|
margin-bottom:10px !important ;
|
|
margin-top:10px;
|
|
}
|
|
.el-data-table ::v-deep .el-pagination{
|
|
padding:15px 0 !important ;
|
|
}
|