Browse Source

fix(modal): 取消全屏功能后关闭图标颜色异常 (#1240)

Co-authored-by: liushiman <smliu@gk-estor.com>
pull/1252/head
1sm 5 years ago
committed by GitHub
parent
commit
2f2526c564
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/components/Modal/src/components/ModalClose.vue

2
src/components/Modal/src/components/ModalClose.vue

@ -97,7 +97,7 @@
}
}
& span:nth-child(2) {
& span:last-child {
&:hover {
color: @error-color;
}

Loading…
Cancel
Save