瀏覽代碼

additional style for .form header p

tags/0.0.1
diaseu 4 年之前
父節點
當前提交
073be4d9d5
共有 2 個檔案被更改,包括 4 行新增1 行删除
  1. 1
    1
      frontend/src/components/form.vue
  2. 3
    0
      frontend/src/views/Survey.vue

+ 1
- 1
frontend/src/components/form.vue 查看文件

@@ -58,7 +58,7 @@ import Joi from 'joi'
58 58
 import { validatorMapping, makeKebob } from '@/utils'
59 59
 import { defineProps, reactive, ref } from 'vue'
60 60
 
61
-const slidevalue = ref('')
61
+const slidevalue = ref('0')
62 62
 
63 63
 const props = defineProps({
64 64
     form: {

+ 3
- 0
frontend/src/views/Survey.vue 查看文件

@@ -40,6 +40,9 @@ article
40 40
     header
41 41
         color: #ccc
42 42
         font-style: italic
43
+        p
44
+            line-height: 1.3em
45
+            text-align: left
43 46
     header, footer, ul
44 47
         padding: 1vh
45 48
     ul

Loading…
取消
儲存