|
|
@@ -48,7 +48,7 @@
|
|
|
<a-alert v-if="notice" style="margin-top: 15px;">{{ notice }}</a-alert>
|
|
|
|
|
|
<a-watermark :content="['RunForge', 'xxoo365.top']" :alpha="0.5">
|
|
|
- <a-table :data="data" stripe hoverable :pagination="false" column-resizable class="table"
|
|
|
+ <a-table :bordered="false" :data="data" stripe hoverable :pagination="false" column-resizable class="table"
|
|
|
:loading="loading" :columns="columns">
|
|
|
<template #imgUrl="{ record }">
|
|
|
<a-image width="50" height="50" fit="contain" v-if="record.imgUrl" :src="record.imgUrl" />
|