fix: 修复问题
- 修正文件命名占用关键字的问题 - 文件样式调整
This commit is contained in:
@@ -23,16 +23,15 @@
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
align-items: start;
|
||||
justify-content: space-around;
|
||||
padding: 0 10px;
|
||||
justify-content: space-evenly;
|
||||
|
||||
.survey-item {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: start;
|
||||
width: calc(194px / 1.25);
|
||||
width: calc(194px / 1.2);
|
||||
height: calc(144px / 1.2);
|
||||
margin: 10px 0;
|
||||
margin: 3px 0;
|
||||
padding: 5px;
|
||||
background-color: white;
|
||||
box-shadow: 4px 4px 3px 2px #e0e0e0;
|
||||
|
||||
Reference in New Issue
Block a user