- {{ writeNotStartPrompt }}
- + {{ userProjectSetting.submitPromptText }} {{ globalDefaultValue.projectSubmitPromptText }}
@@ -46,7 +55,7 @@ export default { preview: false, showBtns: true }, - writeStatus: 1, + writeStatus: 3, writeNotStartPrompt: '', userProjectSetting: { submitPromptText: '' @@ -220,4 +229,21 @@ export default { margin: 0; padding: 0; } +.icon-view { + width: 59px; + height: 59px; + border-radius: 100px; + background-color: #0076FF; + display: flex; + align-items: center; + align-content: center; + justify-items: center; + justify-content: center; +} + +.success-icon { + text-align: center; + color: white; + font-size: 30px; +} diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 2fdbd94..4553525 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -36,9 +36,40 @@