zhangzengfei
2021-10-19 8c5addf4e32b3a752ec292dc288d624458a74958
修复卡片时间显示兼容性的问题
1个文件已修改
8 ■■■■ 已修改文件
src/components/subComponents/CardItem.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/subComponents/CardItem.vue
@@ -625,15 +625,15 @@
  font-family: PingFangSC-Medium;
}
.color222 {
  font-size: 0.75rem;
  font-size: 12px;
  font-weight: 600;
  line-height: 1rem;
  line-height: 14px;
  color: #222222;
}
.color666 {
  color: #666666;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-size: 12px;
  line-height: 16px;
}
.box-card {
  cursor: default;