@ccs-ui/rc-pro 2.0.7 → 2.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/es/pro-table/index.less
CHANGED
|
@@ -19,6 +19,15 @@
|
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
+
.ccs-pl.css-table-full {
|
|
23
|
+
position: fixed;
|
|
24
|
+
left: 0;
|
|
25
|
+
right: 0;
|
|
26
|
+
top: 0;
|
|
27
|
+
bottom: 0;
|
|
28
|
+
z-index: 9999;
|
|
29
|
+
}
|
|
30
|
+
|
|
22
31
|
.ccs-pl {
|
|
23
32
|
flex: auto;
|
|
24
33
|
display: flex;
|
|
@@ -193,15 +202,6 @@
|
|
|
193
202
|
.ant-table-wrapper .ant-table .ant-table-header {
|
|
194
203
|
border-radius: 0;
|
|
195
204
|
}
|
|
196
|
-
|
|
197
|
-
.css-table-full {
|
|
198
|
-
position: fixed;
|
|
199
|
-
left: 0;
|
|
200
|
-
right: 0;
|
|
201
|
-
top: 0;
|
|
202
|
-
bottom: 0;
|
|
203
|
-
z-index: 9999;
|
|
204
|
-
}
|
|
205
205
|
}
|
|
206
206
|
|
|
207
207
|
// modal drawer ccs-pl 中取消table content padding
|