mirror of
				https://github.com/soybeanjs/soybean-admin.git
				synced 2025-11-04 07:43:42 +08:00 
			
		
		
		
	Merge pull request #148 from codearhat/main
fix: remove height limit h-360px
This commit is contained in:
		@@ -2,18 +2,14 @@
 | 
			
		||||
  <n-grid :x-gap="16" :y-gap="16" :item-responsive="true">
 | 
			
		||||
    <n-grid-item span="0:24 640:24 1024:8">
 | 
			
		||||
      <n-card title="时间线" :bordered="false" class="rounded-16px shadow-sm">
 | 
			
		||||
        <div class="h-360px">
 | 
			
		||||
          <n-timeline>
 | 
			
		||||
            <n-timeline-item v-for="item in timelines" :key="item.type" v-bind="item" />
 | 
			
		||||
          </n-timeline>
 | 
			
		||||
        </div>
 | 
			
		||||
        <n-timeline>
 | 
			
		||||
          <n-timeline-item v-for="item in timelines" :key="item.type" v-bind="item" />
 | 
			
		||||
        </n-timeline>
 | 
			
		||||
      </n-card>
 | 
			
		||||
    </n-grid-item>
 | 
			
		||||
    <n-grid-item span="0:24 640:24 1024:16">
 | 
			
		||||
      <n-card title="表格" :bordered="false" class="rounded-16px shadow-sm">
 | 
			
		||||
        <div class="h-360px">
 | 
			
		||||
          <n-data-table size="small" :columns="columns" :data="tableData" />
 | 
			
		||||
        </div>
 | 
			
		||||
        <n-data-table size="small" :columns="columns" :data="tableData" />
 | 
			
		||||
      </n-card>
 | 
			
		||||
    </n-grid-item>
 | 
			
		||||
  </n-grid>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user