update
This commit is contained in:
@@ -9,10 +9,8 @@
|
||||
body {
|
||||
background-color: var(--main-bg-color);
|
||||
}
|
||||
#Item-View {
|
||||
.arco-card-body {
|
||||
@apply p-[20px];
|
||||
}
|
||||
.test {
|
||||
border: 1px solid red;
|
||||
}
|
||||
.demo-basic { // 默认下拉框样式
|
||||
padding: 5px;
|
||||
@@ -25,14 +23,15 @@ body {
|
||||
color: var(--color-text-2) !important;
|
||||
}
|
||||
#Item-View {
|
||||
@apply flex flex-col p-[20px] min-h-full overflow-auto;
|
||||
.arco-card {
|
||||
@apply h-full;
|
||||
@apply min-h-full flex-grow flex;
|
||||
.arco-card-body {
|
||||
@apply h-full flex flex-col;
|
||||
@apply min-h-full flex flex-col p-[20px] flex-grow;
|
||||
.arco-table-container {
|
||||
@apply h-full;
|
||||
@apply min-h-full;
|
||||
.arco-table-element {
|
||||
@apply h-full;
|
||||
@apply min-h-full;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user