Skip to content

Commit a1602be

Browse files
sleepritegitee-org
authored andcommitted
!76 修复使用echarts5 以上版本时用旧语法引起的警告问题
Merge pull request !76 from 码道成功/next
2 parents ea18973 + 5dc3250 commit a1602be

File tree

11 files changed

+589
-658
lines changed

11 files changed

+589
-658
lines changed

component/pear/css/module/message.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
border-right: 1px solid whitesmoke;
2020
}
2121

22+
/*排除最后一个 li 右边框*/
23+
.pear-notice .layui-tab-title li:last-child {
24+
border-right: none;
25+
}
26+
2227
.pear-notice * {
2328
color: dimgray !important;
2429
}

0 commit comments

Comments
 (0)