This commit is contained in:
zhutianqi
2021-12-27 13:55:40 +08:00
parent bbd14fc5cb
commit 1ed9a7dbae
12 changed files with 48 additions and 18 deletions
+14
View File
@@ -1,4 +1,18 @@
// 设置查询区域
.itemsTextBox {
min-height: 300px;
max-height: 500px;
overflow: auto;
line-height: 20px;
td {
border: 1px solid #606266;
text-align: center;
}
/deep/ td {
border: 1px solid #606266;
text-align: center;
}
}
.search-area{
display: flex;
justify-content: space-between;