Commit 2f2526c564c52bf34e461f0eb7fd6803a5ab6bde

Authored by 1sm
Committed by GitHub
1 parent 754d1986

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

Co-authored-by: liushiman <smliu@gk-estor.com>
src/components/Modal/src/components/ModalClose.vue
... ... @@ -97,7 +97,7 @@
97 97 }
98 98 }
99 99  
100   - & span:nth-child(2) {
  100 + & span:last-child {
101 101 &:hover {
102 102 color: @error-color;
103 103 }
... ...