style: 主题色更改

- 更改颜色从 #e9eef3 到 #A5D380
This commit is contained in:
Huangzhe
2025-03-06 13:57:20 +08:00
parent 91e5ba7985
commit 626c0df903
2 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ import CreateSurvey from './components/CreateSurvey/Index.vue';
<style scoped lang="scss">
.container {
padding: 0 10px 60px;
background: linear-gradient(0deg, #f5f5f5 0%, #f5f5f5 84%, rgba(185, 248, 207, 1) 100%);
background: linear-gradient(0deg, #f5f5f5 0%, #f5f5f5 84%, #A5D380 100%);
&> :first-child {
display: flex;