fix: 修复问题
- 修正文件命名占用关键字的问题 - 文件样式调整
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import Survey from './components/Suvrey/Index.vue';
|
import Survey from './components/Suvrey/Index.vue';
|
||||||
import Template from './components/Template/Index.vue';
|
import Template from './components/Market/Index.vue';
|
||||||
|
|
||||||
const func = [{
|
const func = [{
|
||||||
title: '报名签到',
|
title: '报名签到',
|
||||||
@@ -72,7 +72,7 @@ const func = [{
|
|||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
margin-bottom: 13px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -26,7 +26,6 @@
|
|||||||
span {
|
span {
|
||||||
color: grey;
|
color: grey;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -23,9 +23,9 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: calc(204px / 1.3);
|
width: calc(204px / 1.17);
|
||||||
height: calc(193px / 1.3);
|
height: calc(193px / 1.3);
|
||||||
margin: 8px;
|
margin: 2px;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
box-shadow: 4px 4px 3px 2px #e0e0e0;
|
box-shadow: 4px 4px 3px 2px #e0e0e0;
|
||||||
|
|||||||
@@ -23,16 +23,15 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: row wrap;
|
flex-flow: row wrap;
|
||||||
align-items: start;
|
align-items: start;
|
||||||
justify-content: space-around;
|
justify-content: space-evenly;
|
||||||
padding: 0 10px;
|
|
||||||
|
|
||||||
.survey-item {
|
.survey-item {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: start;
|
align-items: start;
|
||||||
width: calc(194px / 1.25);
|
width: calc(194px / 1.2);
|
||||||
height: calc(144px / 1.2);
|
height: calc(144px / 1.2);
|
||||||
margin: 10px 0;
|
margin: 3px 0;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
box-shadow: 4px 4px 3px 2px #e0e0e0;
|
box-shadow: 4px 4px 3px 2px #e0e0e0;
|
||||||
|
|||||||
Reference in New Issue
Block a user