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