From 7d939937b5f897ebf62cfbcd2fcb7c2ced194822 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期五, 17 二月 2023 10:18:57 +0800
Subject: [PATCH] 页面优化
---
src/components/Table/index.vue | 24 ++----------------------
1 files changed, 2 insertions(+), 22 deletions(-)
diff --git a/src/components/Table/index.vue b/src/components/Table/index.vue
index 4a560a0..173148a 100644
--- a/src/components/Table/index.vue
+++ b/src/components/Table/index.vue
@@ -7,6 +7,8 @@
ref="multipleTable" :data="tableData" style="width: 100%"
:header-cell-style="{'background':'#F5F5F5','font-size':'14px','font-weight':'650','line-height':'45px'}"
:row-class-name="tableRowClassName">
+
+ <el-table-column type="selection" min-width="5"> </el-table-column>
<el-table-column v-for="item in option.group" :key="item.prop" :label="item.label"
:prop="item.prop" :min-width="item['min-width'] ? item['item.min-width']:'10'">
<template slot-scope="scope">
@@ -224,31 +226,9 @@
display: flex;
line-height: 50px;
justify-content: center;
-
- .el-pagination {
-
- &::v-deep li,
- &::v-deep .btn-prev,
- &::v-deep .btn-next {
- background-color: #071f39;
- color: #4b9bb7;
- }
-
- &::v-deep .active {
- background-color: #409eff;
- color: #fff;
- }
- }
}
}
- &::v-deep .warning-row {
- background-color: #06122c;
- }
-
- &::v-deep .success-row {
- background-color: #071f39;
- }
.operationBox {
display: flex;
--
Gitblit v1.8.0