cygx-ui 1.0.8 → 1.0.10
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/dist/index.css +5 -3
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -168,6 +168,7 @@
|
|
|
168
168
|
}
|
|
169
169
|
.cygx-table .ant-table-body {
|
|
170
170
|
height: 100%;
|
|
171
|
+
overflow: auto !important;
|
|
171
172
|
}
|
|
172
173
|
.cygx-table .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td {
|
|
173
174
|
height: 35px;
|
|
@@ -215,13 +216,13 @@
|
|
|
215
216
|
border: none !important;
|
|
216
217
|
}
|
|
217
218
|
.cygx-table .ant-table .ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td {
|
|
218
|
-
background-color:
|
|
219
|
+
background-color: #ece7fb;
|
|
219
220
|
}
|
|
220
221
|
.cygx-table .ant-table .ant-table-body .ant-table-row-hover {
|
|
221
|
-
background:
|
|
222
|
+
background: #ece7fb;
|
|
222
223
|
}
|
|
223
224
|
.cygx-table .ant-table .ant-table-body .ant-table-row-hover > td {
|
|
224
|
-
background:
|
|
225
|
+
background: #ece7fb;
|
|
225
226
|
}
|
|
226
227
|
.cygx-table .red-column-span {
|
|
227
228
|
color: red;
|
|
@@ -485,6 +486,7 @@
|
|
|
485
486
|
.cygx-form .ant-form-item .ant-form-item-control textarea {
|
|
486
487
|
resize: none;
|
|
487
488
|
}
|
|
489
|
+
.cygx-form .ant-form-item .ant-form-item-control .ant-select,
|
|
488
490
|
.cygx-form .ant-form-item .ant-form-item-control .ant-select-selector,
|
|
489
491
|
.cygx-form .ant-form-item .ant-form-item-control .ant-select-selector:checked,
|
|
490
492
|
.cygx-form .ant-form-item .ant-form-item-control .ant-input:focus,
|