|
|
@@ -3,3 +3,18 @@ $--ele-font-path: '~ele-admin/es/style/fonts';
|
|
|
@import '~ele-admin/es/style/themes/dynamic.scss';
|
|
|
@import '~ele-admin/es/style/index.scss';
|
|
|
@import './transition/index.scss';
|
|
|
+
|
|
|
+ .ele-pro-table-fullscreen .el-table{
|
|
|
+ height: calc(100vh - 160px) !important;
|
|
|
+ max-height: none !important;
|
|
|
+ .el-table__body-wrapper{
|
|
|
+
|
|
|
+ max-height: none !important;
|
|
|
+ height: calc(100% - 27px);
|
|
|
+ }
|
|
|
+ .el-table__fixed-body-wrapper{
|
|
|
+ max-height: none !important;
|
|
|
+ height: calc(100% - 27px);
|
|
|
+
|
|
|
+ }
|
|
|
+ }
|