修改测试问题
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
/* 修复 Chrome 浏览器输入框内选中字符行高异常的bug-s */
|
||||
.el-input .el-input__inner {
|
||||
height: 30px;
|
||||
@@ -104,7 +103,7 @@
|
||||
border-radius: var(--el-border-radius-base);
|
||||
box-shadow: none;
|
||||
-webkit-box-shadow: none;
|
||||
cursor: pointer !important;
|
||||
cursor: pointer !important;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
@@ -229,11 +228,19 @@
|
||||
}
|
||||
}
|
||||
|
||||
.el-collapse-item__content{
|
||||
.el-collapse-item__content {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
//解决打开dialog body容器宽度变为 calc(100% - 8px)问题
|
||||
.el-popup-parent--hidden{
|
||||
.el-popup-parent--hidden {
|
||||
width: 100% !important;
|
||||
}
|
||||
}
|
||||
// 树x轴滚动、
|
||||
.el-scrollbar .el-scrollbar__wrap {
|
||||
overflow-x: hidden !important;
|
||||
}
|
||||
.el-tree > .el-tree-node {
|
||||
min-width: 100% !important;
|
||||
display: inline-block !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user