Auto Commit

上级 cd4d1753
......@@ -199,12 +199,9 @@ function initFirstData() {
<a-input-search v-model:value="state.searchValue" :disabled="state.loading" placeholder="输入用户id" enter-button
@search="onSearch" />
</div>
<div>
<div id="first" style="width:90vw;height:900px;margin: 0 auto"></div>
</div>
<br>
<div>
<a-table :scroll="{ x: 800, y: 600 }" :columns="state.columns" :data-source="state.dataSource"
<a-table :scroll="{ x: 800, y: 500 }" :columns="state.columns" :data-source="state.dataSource"
:loading="state.loading" :pagination="state.pagination" bordered>
<template #bodyCell="{ column, record }">
<template v-if="column.key === 'url'">
......@@ -215,6 +212,9 @@ function initFirstData() {
</template>
</a-table>
</div>
<div>
<div id="first" style="width:90vw;height:900px;margin: 0 auto"></div>
</div>
</div>
</template>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册