Skip to content

Commit

Permalink
表格样式优化
Browse files Browse the repository at this point in the history
  • Loading branch information
jqhph committed Aug 24, 2020
1 parent acc51af commit 8d66a40
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 13 deletions.
17 changes: 14 additions & 3 deletions resources/assets/dcat/sass/components/_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -202,14 +202,14 @@ $table-border-color: #eff3f8;
}

.table.custom-data-table {
padding: 3px 8px 8px;
padding: 3px 6px 6px;
}

.table-fixed-left .table.custom-data-table {
padding: 3px 0 0 8px;
padding: 3px 0 0 6px;
}
.table-fixed-right .table.custom-data-table {
padding: 3px 8px 0 0;
padding: 3px 6px 0 0;
}
.table-fixed th {
background: darken(#f7f7f9, 3.5%);
Expand Down Expand Up @@ -270,6 +270,17 @@ body.dark-mode {
table.custom-data-table.dataTable tbody td {
height: 38px;
}

.table.custom-data-table {
padding: 5px 10px 10px;
}

.table-fixed-left .table.custom-data-table {
padding: 5px 0 0 10px;
}
.table-fixed-right .table.custom-data-table {
padding: 5px 10px 0 0;
}
}

//.table-fixed-left .table.custom-data-table {
Expand Down
2 changes: 1 addition & 1 deletion resources/dist/adminlte/adminlte.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/dist/dcat/css/dcat-app-blue-dark.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/dist/dcat/css/dcat-app-blue-light.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/dist/dcat/css/dcat-app-blue.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/dist/dcat/css/dcat-app-green.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/dist/dcat/css/dcat-app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/dist/dcat/extra/action.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/dist/dcat/extra/resource-selector.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/dist/dcat/extra/select-table.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/dist/dcat/js/dcat-app.js.map

Large diffs are not rendered by default.

0 comments on commit 8d66a40

Please sign in to comment.