style: 主题色更改
- 更改颜色从 #e9eef3 到 #A5D380
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user