commit
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user