mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 11:32:57 +08:00
fix: 样式优化
This commit is contained in:
parent
3d7dcc9e75
commit
19b1c3982d
@ -380,13 +380,13 @@ onMounted(() => {
|
||||
}
|
||||
}
|
||||
.ticket-table {
|
||||
border-top: 1px solid #d5d7d8;
|
||||
min-height: 156px;
|
||||
padding: 0 0;
|
||||
height: 50px;
|
||||
overflow-y: overlay;
|
||||
position: relative;
|
||||
height: calc(100% - 124px);
|
||||
|
||||
:deep(.ticket-exp-head) {
|
||||
display: flex;
|
||||
line-height: 22px;
|
||||
@ -426,7 +426,6 @@ onMounted(() => {
|
||||
|
||||
:deep(.ed-table__header) {
|
||||
background-color: #f5f6f7;
|
||||
border-bottom: 1px solid #d5d7d8;
|
||||
thead {
|
||||
tr {
|
||||
th {
|
||||
|
Loading…
Reference in New Issue
Block a user