修改echarts

This commit is contained in:
GGJ
2023-12-28 14:23:22 +08:00
parent c1b08dabd4
commit e564ecbde3
7 changed files with 26738 additions and 11 deletions

View File

@@ -1,5 +1,6 @@
/* 修复 Chrome 浏览器输入框内选中字符行高异常的bug-s */
.el-input .el-input__inner {
height: 30px;
line-height: calc(var(--el-input-height, 40px) - 4px);
}
/* 修复 Chrome 浏览器输入框内选中字符行高异常的bug-e */