This commit is contained in:
@@ -134,7 +134,7 @@ const data = [...Array(32)].map((_, i) => ({
|
||||
<div class="box">
|
||||
<div class="left"><FloorTree></FloorTree></div>
|
||||
<div class="right">
|
||||
<div style="background: #fff;border-radius: 8px;padding: 10px;margin-bottom: 10px;">
|
||||
<div style="background: #fff;border-radius: 8px;padding: 10px;margin-bottom: 16px;">
|
||||
<div>
|
||||
年份
|
||||
<DatePicker
|
||||
@@ -156,7 +156,7 @@ const data = [...Array(32)].map((_, i) => ({
|
||||
:columns="columns"
|
||||
:data-source="data"
|
||||
:pagination="false"
|
||||
:scroll="{ y: 270 }"
|
||||
:scroll="{ y: '50vh' }"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -167,7 +167,7 @@ const data = [...Array(32)].map((_, i) => ({
|
||||
.box{
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 3fr;
|
||||
gap: 30px;
|
||||
padding: 10px;
|
||||
gap: 16px;
|
||||
padding: 16px;
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user