ls-pro-common 1.0.46 → 1.0.49

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.
@@ -220,6 +220,26 @@ body {
220
220
  .ant-pro-table-srcoll .ant-table-placeholder td {
221
221
  border-bottom: none;
222
222
  }
223
+ .ls-pro-table .ant-table-tbody tr:nth-of-type(odd) {
224
+ background-color: #f7fafc;
225
+ }
226
+ .ant-pro-table .ant-table-cell-row-hover,
227
+ .ant-pro-table .ant-table-row-selected td {
228
+ background-color: #E6F5FF;
229
+ }
230
+ .ant-pro-table .ant-table-thead tr th {
231
+ background-color: #f5f9ff;
232
+ }
233
+ .theme-yellow .ls-pro-table .ant-table-tbody tr:nth-of-type(odd) {
234
+ background-color: #fcfaf7;
235
+ }
236
+ .theme-yellow .ant-pro-table .ant-table-cell-row-hover,
237
+ .theme-yellow .ant-pro-table .ant-table-row-selected td {
238
+ background-color: #ffedd9;
239
+ }
240
+ .theme-yellow .ant-pro-table .ant-table-thead tr th {
241
+ background-color: #fffaf5;
242
+ }
223
243
  @keyframes turn {
224
244
  0% {
225
245
  transform: rotate(0deg);
@@ -2056,6 +2076,26 @@ html {
2056
2076
  .ant-pro-table-srcoll .ant-table-placeholder td {
2057
2077
  border-bottom: none;
2058
2078
  }
2079
+ .ls-pro-table .ant-table-tbody tr:nth-of-type(odd) {
2080
+ background-color: #f7fafc;
2081
+ }
2082
+ .ant-pro-table .ant-table-cell-row-hover,
2083
+ .ant-pro-table .ant-table-row-selected td {
2084
+ background-color: #E6F5FF;
2085
+ }
2086
+ .ant-pro-table .ant-table-thead tr th {
2087
+ background-color: #f5f9ff;
2088
+ }
2089
+ .theme-yellow .ls-pro-table .ant-table-tbody tr:nth-of-type(odd) {
2090
+ background-color: #fcfaf7;
2091
+ }
2092
+ .theme-yellow .ant-pro-table .ant-table-cell-row-hover,
2093
+ .theme-yellow .ant-pro-table .ant-table-row-selected td {
2094
+ background-color: #ffedd9;
2095
+ }
2096
+ .theme-yellow .ant-pro-table .ant-table-thead tr th {
2097
+ background-color: #fffaf5;
2098
+ }
2059
2099
  @keyframes turn {
2060
2100
  0% {
2061
2101
  transform: rotate(0deg);
@@ -2381,3 +2421,11 @@ html {
2381
2421
  margin: 10px 50px !important;
2382
2422
  }
2383
2423
 
2424
+ a {
2425
+ color: var(--ant-primary-color);
2426
+ }
2427
+
2428
+ a:hover {
2429
+ color: var(--ant-primary-5);
2430
+ }
2431
+