修改禅道已知bug

This commit is contained in:
qq787203167
2022-08-17 16:26:16 +08:00
parent 746529fdc0
commit 33bf8e9072
4 changed files with 24 additions and 10 deletions
+14 -3
View File
@@ -298,8 +298,7 @@
}
.title-text {
width: 20%;
min-width: 100px;
width: 100px;
color: #000F16;
display: inline-block;
font-weight: 500;
@@ -315,7 +314,7 @@
.box-input {
/*min-width: 200px;*/
display: inline-block;
width: 70%;
width: calc(100% - 116px);
height: 38px;
margin-top: 2px;
}
@@ -324,4 +323,16 @@
height: 38px;
/*margin-top: 2px;*/
}
::v-deep .ant-select-tree {
width: auto;
height: 300px;
overflow: auto;
position: absolute;
/*background: #fff;*/
}
::v-deep .ant-select-tree-dropdown {
min-height: 320px;
}
</style>