fix: 修复问题
- 修正文件命名占用关键字的问题 - 文件样式调整
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<script setup>
|
||||
import Survey from './components/Suvrey/Index.vue';
|
||||
import Template from './components/Template/Index.vue';
|
||||
import Template from './components/Market/Index.vue';
|
||||
|
||||
const func = [{
|
||||
title: '报名签到',
|
||||
@@ -72,7 +72,7 @@ const func = [{
|
||||
justify-content: space-around;
|
||||
|
||||
img {
|
||||
margin-bottom: 13px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user