mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 11:56:46 +08:00
案例推荐的宽度
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
<!-- 表格 -->
|
<!-- 表格 -->
|
||||||
<div class="tableBox">
|
<div class="tableBox">
|
||||||
<a-table style="border: 1px solid #f2f6fe" :columns="column" :data-source="state.data" :loading="!loading"
|
<a-table style="border: 1px solid #f2f6fe" :columns="column" :data-source="state.data" :loading="!loading"
|
||||||
:scroll="{ x: 1500 }" :pagination="false">
|
:scroll="{ x: 1100 }" :pagination="false">
|
||||||
<template #operation="{ record }">
|
<template #operation="{ record }">
|
||||||
<a-space style="padding-right: 10px">
|
<a-space style="padding-right: 10px">
|
||||||
<a-button @click="downloadInfo(record)" type="link">信息下载
|
<a-button @click="downloadInfo(record)" type="link">信息下载
|
||||||
@@ -77,7 +77,7 @@ const column = [
|
|||||||
title: "推荐人",
|
title: "推荐人",
|
||||||
dataIndex: "recommendBy",
|
dataIndex: "recommendBy",
|
||||||
key: "recommendBy",
|
key: "recommendBy",
|
||||||
width: "20%",
|
width: "10%",
|
||||||
align: "center",
|
align: "center",
|
||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
className: "h",
|
className: "h",
|
||||||
|
|||||||
Reference in New Issue
Block a user