From 83d5b2be8fdf0ac0b59cacf6b344c8815ab4d040 Mon Sep 17 00:00:00 2001 From: seatonwan9 Date: 星期二, 02 九月 2025 19:58:11 +0800 Subject: [PATCH] 提交源码 --- src/views/pointsManage/personal/index.vue | 36 ++++++++++++++++++------------------ 1 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/views/pointsManage/personal/index.vue b/src/views/pointsManage/personal/index.vue index 1449cf4..6d0bfd5 100644 --- a/src/views/pointsManage/personal/index.vue +++ b/src/views/pointsManage/personal/index.vue @@ -58,11 +58,11 @@ <span class="filter-label">鏁版嵁绫荤洰:</span> <el-select v-model="queryParams.dataCategory" placeholder="鍏ㄩ儴" clearable> <el-option label="鍏ㄩ儴" value="" /> - <el-option - v-for="category in categoryList" - :key="category" - :label="getCategoryLabel(category)" - :value="category" + <el-option + v-for="category in categoryList" + :key="category" + :label="getCategoryLabel(category)" + :value="category" /> </el-select> </div> @@ -103,7 +103,7 @@ <!-- 娴佹按琛ㄦ牸 --> <div class="table-section"> - <el-table :data="flowList" stripe style="width: 100%"> + <el-table :data="flowList" stripe style="width: 100%" :height="440"> <el-table-column prop="id" label="搴忓彿" width="80" align="center" /> <el-table-column prop="dataCategory" label="鏁版嵁绫荤洰" width="120"> <template #default="{ row }"> @@ -145,15 +145,15 @@ <script setup lang="ts"> import { ref, reactive, onMounted, computed } from 'vue' import { dayjs, ElMessage } from 'element-plus' -import { - ArrowLeft, - Refresh, - Setting, - Close, - Money, - Plus, - Minus, - Search +import { + ArrowLeft, + Refresh, + Setting, + Close, + Money, + Plus, + Minus, + Search } from '@element-plus/icons-vue' import pointsApi from '@/api/pointsApi' import type { PointsStats, PointsFlow, PointsQueryParams } from '@/types/points' @@ -369,7 +369,7 @@ cursor: pointer; color: #409eff; font-size: 18px; - + &:hover { color: #66b1ff; } @@ -391,7 +391,7 @@ cursor: pointer; color: #909399; font-size: 16px; - + &:hover { color: #409eff; } @@ -585,7 +585,7 @@ :deep(.el-select), :deep(.el-date-picker) { width: 100%; - + @media (min-width: 768px) { width: auto; min-width: 120px; -- Gitblit v1.8.0