Browse Source

修复数据表格开启responsive之后最后一行无法显示完整下拉菜单问题

jqh 5 years ago
parent
commit
6ab28336fb

+ 1 - 0
resources/assets/dcat/sass/components/_table.scss

@@ -57,6 +57,7 @@ table.dataTable {
   border: 0!important;
   margin-bottom: 0!important;
   overflow-x: inherit;
+  overflow-y: auto!important;
 }
 .custom-data-table-header .table-responsive {
   overflow: visible!important;

File diff suppressed because it is too large
+ 0 - 0
resources/dist/dcat/css/dcat-app-blue-dark.css


File diff suppressed because it is too large
+ 0 - 0
resources/dist/dcat/css/dcat-app-blue-light.css


File diff suppressed because it is too large
+ 0 - 0
resources/dist/dcat/css/dcat-app-blue.css


File diff suppressed because it is too large
+ 0 - 0
resources/dist/dcat/css/dcat-app-green.css


File diff suppressed because it is too large
+ 0 - 0
resources/dist/dcat/css/dcat-app.css


Some files were not shown because too many files changed in this diff