This commit is contained in:
汪汇 2024-01-16 09:34:05 +08:00
parent d5394cae5b
commit be954d347d
1 changed files with 3 additions and 3 deletions

View File

@ -167,16 +167,13 @@ import img16 from "@/assets/home/yxfwxz.png";
import img17 from "@/assets/home/yy.png"; import img17 from "@/assets/home/yy.png";
import img18 from "@/assets/home/wdwz.png"; import img18 from "@/assets/home/wdwz.png";
import img19 from "@/assets/home/xzwz.png"; import img19 from "@/assets/home/xzwz.png";
const count = ref("0"); const count = ref("0");
var map = null; var map = null;
var control = null; var control = null;
var T = window.T; var T = window.T;
const show = ref(false); const show = ref(false);
const shows = ref(true); const shows = ref(true);
const showdata = ref({}); const showdata = ref({});
const dropdown = reactive({ const dropdown = reactive({
sesh: "", sesh: "",
value1: 0, value1: 0,
@ -584,6 +581,9 @@ const getlists = (e) => {
height: calc(100% - 132px); height: calc(100% - 132px);
overflow: auto; overflow: auto;
padding-bottom: 80px; padding-bottom: 80px;
.card ::-webkit-scrollbar {
display: none; /* Chrome Safari */
}
.cardlist { .cardlist {
background-color: #fff; background-color: #fff;