fix: 去除card

This commit is contained in:
JiangQiming 2023-01-30 09:54:18 +08:00
parent 2b6048707b
commit b667574d78
2 changed files with 278 additions and 296 deletions

View File

@ -1,13 +1,10 @@
<template>
<div class="page-container">
<a-card style="margin-bottom: 20px">
<Search
:columns="columns"
target="notice-config"
@search="handleSearch"
/>
</a-card>
<a-card>
<JTable
ref="configRef"
:columns="columns"
@ -51,10 +48,7 @@
<slot name="img">
<img
:src="
getLogo(
slotProps.type,
slotProps.provider,
)
getLogo(slotProps.type, slotProps.provider)
"
/>
</slot>
@ -73,9 +67,7 @@
</div>
</a-col>
<a-col :span="12">
<div class="card-item-content-text">
说明
</div>
<div class="card-item-content-text">说明</div>
<div>{{ slotProps.description }}</div>
</a-col>
</a-row>
@ -156,7 +148,6 @@
</a-space>
</template>
</JTable>
</a-card>
<Debug v-model:visible="debugVis" :data="currentConfig" />
<Log v-model:visible="logVis" :data="currentConfig" />

View File

@ -1,13 +1,10 @@
<template>
<div class="page-container">
<a-card style="margin-bottom: 20px">
<Search
:columns="columns"
target="notice-config"
@search="handleSearch"
/>
</a-card>
<a-card>
<JTable
ref="configRef"
:columns="columns"
@ -51,10 +48,7 @@
<slot name="img">
<img
:src="
getLogo(
slotProps.type,
slotProps.provider,
)
getLogo(slotProps.type, slotProps.provider)
"
/>
</slot>
@ -73,9 +67,7 @@
</div>
</a-col>
<a-col :span="12">
<div class="card-item-content-text">
说明
</div>
<div class="card-item-content-text">说明</div>
<div>{{ slotProps.description }}</div>
</a-col>
</a-row>
@ -156,7 +148,6 @@
</a-space>
</template>
</JTable>
</a-card>
<Debug v-model:visible="debugVis" :data="currentConfig" />
<Log v-model:visible="logVis" :data="currentConfig" />