From 1023d8af091cf3070b26317b216dbf17567ed969 Mon Sep 17 00:00:00 2001 From: 付延余 <f-yanyu@outlook.com> Date: 星期二, 12 四月 2022 10:02:08 +0800 Subject: [PATCH] 营销政策 --- src/pages/show/businessPolicy/BusinessPolicy.vue | 46 ++++++++++++++++++++++++++++++++++++++++------ 1 files changed, 40 insertions(+), 6 deletions(-) diff --git a/src/pages/show/businessPolicy/BusinessPolicy.vue b/src/pages/show/businessPolicy/BusinessPolicy.vue index e226e11..d5c76a7 100644 --- a/src/pages/show/businessPolicy/BusinessPolicy.vue +++ b/src/pages/show/businessPolicy/BusinessPolicy.vue @@ -422,6 +422,36 @@ "澶у姏浼樺寲钀ュ晢鐜涓ㄥ競浜虹ぞ灞�锛氭湇鍔℃彁閫熸彁鑳� 璁╃櫨濮撲韩鍙楁敼闈╃孩鍒�", laiyuan: "鐭冲搴勬柊闂�", dianjiliang: "15690" + }, + { + tableTitle: + "澶у姏浼樺寲钀ュ晢鐜涓ㄥ競浜虹ぞ灞�锛氭湇鍔℃彁閫熸彁鑳� 璁╃櫨濮撲韩鍙楁敼闈╃孩鍒�", + laiyuan: "鐭冲搴勬柊闂�", + dianjiliang: "15690" + }, + { + tableTitle: + "澶у姏浼樺寲钀ュ晢鐜涓ㄥ競浜虹ぞ灞�锛氭湇鍔℃彁閫熸彁鑳� 璁╃櫨濮撲韩鍙楁敼闈╃孩鍒�", + laiyuan: "鐭冲搴勬柊闂�", + dianjiliang: "15690" + }, + { + tableTitle: + "澶у姏浼樺寲钀ュ晢鐜涓ㄥ競浜虹ぞ灞�锛氭湇鍔℃彁閫熸彁鑳� 璁╃櫨濮撲韩鍙楁敼闈╃孩鍒�", + laiyuan: "鐭冲搴勬柊闂�", + dianjiliang: "15690" + }, + { + tableTitle: + "澶у姏浼樺寲钀ュ晢鐜涓ㄥ競浜虹ぞ灞�锛氭湇鍔℃彁閫熸彁鑳� 璁╃櫨濮撲韩鍙楁敼闈╃孩鍒�", + laiyuan: "鐭冲搴勬柊闂�", + dianjiliang: "15690" + }, + { + tableTitle: + "澶у姏浼樺寲钀ュ晢鐜涓ㄥ競浜虹ぞ灞�锛氭湇鍔℃彁閫熸彁鑳� 璁╃櫨濮撲韩鍙楁敼闈╃孩鍒�", + laiyuan: "鐭冲搴勬柊闂�", + dianjiliang: "15690" } ], tableDialogVisible: false, @@ -465,9 +495,9 @@ // } // }, methods: { - tableHeaderRow({ rowIndex }) { - if (rowIndex === 0) return { height: "8rem" }; - }, + // tableHeaderRow({ rowIndex }) { + // if (rowIndex === 0) return { height: "0.3125rem" }; + // }, tableRowClassName({ rowIndex }) { if (rowIndex % 2 === 0) { return "warning-row"; @@ -494,12 +524,16 @@ // 琛ㄦ牸 .BusinessPolicyTable { + height:3.92578125rem; width: 4.5078rem; position: absolute; top: 0.2813rem; left: 0.1289rem; .el-table { background: transparent; + } + .el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell { + background: none; } // 鍘绘帀褰撳墠琛岄珮浜儗鏅鑹� .el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell { @@ -529,9 +563,9 @@ .el-table thead { color: #111111; } - // .el-table .el-table__cell { - // padding: 0.0781rem 0; - // } + .el-table .el-table__cell { + padding: 0.0781rem 0; + } .el-table__body tr.hover-row.current-row > td.el-table__cell, .el-table__body, tr.hover-row.el-table__row--striped.current-row, -- Gitblit v1.9.1