|
@@ -1,7 +1,7 @@
|
|
|
<!-- -->
|
|
|
<template>
|
|
|
<div class="d-flex">
|
|
|
- <div style="width: 200px; border: 1px dashed #b7b7b7;">
|
|
|
+ <div style="width: 200px; border-right: 1px dashed #b7b7b7;">
|
|
|
<v-treeview
|
|
|
:items="treeData"
|
|
|
activatable
|
|
@@ -22,7 +22,7 @@
|
|
|
</v-treeview>
|
|
|
</div>
|
|
|
<div class="ml-5" style="width: calc(100% - 200px - 20px);">
|
|
|
- <div class="d-flex justify-space-between color-666">
|
|
|
+ <!-- <div class="d-flex justify-space-between color-666 mb-5">
|
|
|
<div class="pt-2" style="font-size: 25px;">房券列表</div>
|
|
|
<div style="width: 200px;" class="mt-2">
|
|
|
<v-text-field
|
|
@@ -38,8 +38,8 @@
|
|
|
>
|
|
|
</v-text-field>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <div class="goods-box mt-5">
|
|
|
+ </div> -->
|
|
|
+ <div class="goods-box">
|
|
|
<v-card v-for="val in dataList" :key="val.id" class="goods-box-item" elevation="2" style="background-color: #00ad9b;" @click="null">
|
|
|
<div style="width: 100%; height: 200px;">
|
|
|
<v-img :src="val.url" :aspect-ratio="1" style="border-radius: 8px;"></v-img>
|
|
@@ -60,8 +60,8 @@ import { ref } from 'vue'
|
|
|
// import { getHotPositionList } from '@/api/common/index'
|
|
|
|
|
|
const loading = ref(false)
|
|
|
-const content = ref('')
|
|
|
-const handleSearch = () => {}
|
|
|
+// const content = ref('')
|
|
|
+// const handleSearch = () => {}
|
|
|
|
|
|
// 数据
|
|
|
const dataList = ref([
|