ls-pro-common 1.0.87 → 1.0.89

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.
@@ -223,17 +223,20 @@ a:hover {
223
223
  max-height: calc(100vh - 180px);
224
224
  overflow-y: auto;
225
225
  }
226
+ .description-card .ant-pro-card-header {
227
+ height: 50px;
228
+ }
226
229
  .description-card .ant-pro-card-body {
227
- padding: 20px 24px;
230
+ padding: 12px 24px 2px;
228
231
  }
229
232
  .description-card .ant-pro-card-header-border {
230
233
  border-bottom: 1px solid #dbeafa;
231
234
  }
232
235
  .description-card .ant-descriptions-item-label {
233
- color: #666666;
236
+ color: #595959;
234
237
  }
235
238
  .description-card .ant-descriptions-item-content {
236
- color: #333333;
239
+ color: #262626;
237
240
  }
238
241
  .has-background {
239
242
  background: #f6fafe;