update: 优化文本溢出悬浮窗样式

This commit is contained in:
zhuoqinglian
2026-03-02 15:33:38 +08:00
parent 645462abd0
commit f2c6cb8641
3 changed files with 30 additions and 5 deletions
+10
View File
@@ -19,4 +19,14 @@ select:-webkit-autofill:focus {
.el-icon-video-play, .el-icon-video-pause {
font-size: 18px !important;
}
.is-light {
border: 1px solid #e4e7ed !important;
color: #595959;
font-size: 14px;
background: #fafcfe !important;
.popper__arrow {
border-top-color: #e4e7ed !important;
}
}