@@ -82,7 +82,7 @@ export default defineComponent({
}
.top {
- .position(fixed, 80px, 0, auto, auto);
+ .position(fixed, 101px, 0, auto, auto);
width: 486px;
height: 479px;
background: transparent;
@@ -42,6 +42,7 @@ export function getTableColumns() {
// 序号
if (columntitle === '序号') {
item.customRender = (obj: any) => `${obj.index + 1}`
+ // item.width = 30
// 设置表格宽度,默认120
if (columnwidth && columnwidth !== '0') {
@@ -1,6 +1,5 @@
<template>
<!-- 卖大厅 -->
-
<a-table :columns="columns"
class="sellHallTable"
:scroll="{ x: '100%', y: 'calc(100vh - 510px)' }"