huangbin 4 年之前
父节点
当前提交
93c9a84634

+ 1 - 1
src/common/components/drawer/index.vue

@@ -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;

+ 1 - 0
src/common/setup/table/clolumn.ts

@@ -42,6 +42,7 @@ export function getTableColumns() {
             // 序号
             if (columntitle === '序号') {
                 item.customRender = (obj: any) => `${obj.index + 1}`
+                // item.width = 30
             }
             // 设置表格宽度,默认120
             if (columnwidth && columnwidth !== '0') {

+ 0 - 1
src/views/market/spot_trade/components/buy-sell-market/components/sell/index.vue

@@ -1,6 +1,5 @@
 <template>
   <!-- 卖大厅 -->
-
   <a-table :columns="columns"
            class="sellHallTable"
            :scroll="{ x: '100%', y: 'calc(100vh - 510px)' }"