只差最后一个细节
This commit is contained in:
parent
33e8ab0cad
commit
e8c0fa869e
@ -68,20 +68,20 @@ export default defineComponent({
|
||||
<template>
|
||||
<div class="container-lg bg-light pageroot">
|
||||
<div class="normalcontentdiv">
|
||||
<span class="normalcontenttitle">
|
||||
<span class="normalcontenttitle">
|
||||
行业案例
|
||||
</span>
|
||||
</span>
|
||||
<span class="normalcontenttext" style="width: 100%;">
|
||||
<table class="table table-striped">
|
||||
<tr v-for="item in titles">
|
||||
<td style="text-align: left;width: 100%;">
|
||||
<span class="normalcontenttext"style="background-color: transparent;">
|
||||
<a :href="`/ExampleItem?createdAt=${item.createdAt}`" style="background-color: transparent; color: blue;">
|
||||
<table class="table table-bordered table-striped">
|
||||
<tbody>
|
||||
<tr v-for="item in titles" :key="item.createdAt">
|
||||
<td style="text-align: left;width: 100%;">
|
||||
<a :href="`/ExampleItem?createdAt=${item.createdAt}`" style="color: blue;">
|
||||
{{ item.title }}
|
||||
</a>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user