parent
7f62db0125
commit
f790ce661c
@ -1,26 +0,0 @@
|
||||
<!--
|
||||
* @Author: your name
|
||||
* @Date: 2021-11-04 13:52:00
|
||||
* @LastEditTime: 2021-11-04 13:53:01
|
||||
* @LastEditors: Please set LastEditors
|
||||
* @Description: In User Settings Edit
|
||||
* @FilePath: /data-show/src/views/GolEventDetails/golEventDetailsHeader/index.vue
|
||||
-->
|
||||
<template>
|
||||
<div class="gd-outter">
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "golEventDetailsHeader"
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
.gd-outter {
|
||||
width: 100%;
|
||||
height: 245px;
|
||||
}
|
||||
</style>
|
@ -1,23 +0,0 @@
|
||||
<!--
|
||||
* @Author: your name
|
||||
* @Date: 2021-11-04 13:43:19
|
||||
* @LastEditTime: 2021-11-04 13:51:07
|
||||
* @LastEditors: Please set LastEditors
|
||||
* @Description: In User Settings Edit
|
||||
* @FilePath: /data-show/src/views/GolEventDetails/index.vue
|
||||
-->
|
||||
<template>
|
||||
<div class="d-container">
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "GolEventDetails"
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
|
||||
</style>
|
Loading…
Reference in new issue