|
@@ -29,3 +29,36 @@ $zh-success:#1dc9b7 !default;
|
|
|
pointer-events: none;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+.auto-scroll-y {
|
|
|
+ height: 100%;
|
|
|
+ .ant-spin-nested-loading,
|
|
|
+ .ant-spin-container,
|
|
|
+ .ant-table,
|
|
|
+ .ant-table-scroll,
|
|
|
+ .ant-table-body-inner,
|
|
|
+ .ant-table-fixed-left,
|
|
|
+ .ant-table-content {
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+ .ant-table-content {
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
+ .ant-table-body, .ant-table-body-inner {
|
|
|
+ overflow-y: auto !important;
|
|
|
+ }
|
|
|
+ .ant-table-header {
|
|
|
+ overflow-y: hidden !important;
|
|
|
+ }
|
|
|
+ .ant-table-body {
|
|
|
+ height: 580px;
|
|
|
+ overflow-y: auto;
|
|
|
+ }
|
|
|
+ .ant-table-body-outer {
|
|
|
+ height: 580px;
|
|
|
+ overflow-y: auto;
|
|
|
+ }
|
|
|
+ .ant-table-body-inner {
|
|
|
+ overflow-x: hidden;
|
|
|
+ }
|
|
|
+}
|