fix table ui
This commit is contained in:
@@ -163,4 +163,13 @@ const emit = defineEmits<{
|
||||
background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(232, 240, 255, 0.92));
|
||||
box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
|
||||
}
|
||||
|
||||
.content-scroll-area {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.content-scroll-area > * {
|
||||
flex: 1;
|
||||
min-height: 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user