From 0019278543b54b86e89f2517bfa7169d3349069b Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Mon, 11 Nov 2024 14:55:20 +0800
Subject: [PATCH] 救援队伍列表优化
---
src/views/supplies/components/box/dataContent.vue | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/views/supplies/components/box/dataContent.vue b/src/views/supplies/components/box/dataContent.vue
index 3ee6b25..5ac17b0 100644
--- a/src/views/supplies/components/box/dataContent.vue
+++ b/src/views/supplies/components/box/dataContent.vue
@@ -187,13 +187,12 @@
<style lang="scss" scoped>
.content_box {
color: #fff;
- // overflow: hidden;
}
.list_box {
overflow-x: auto;
white-space: nowrap;
- scrollbar-width: thin;
+ // scrollbar-width: thin;
scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
}
@@ -218,7 +217,7 @@
.page_box .el-table {
width: 100%;
- height: 670px;
+ height: 700px;
background-color: rgba(117, 116, 116, 0.3);
}
--
Gitblit v1.9.3