guhongwei 4 anni fa
parent
commit
a2f55d18e9
1 ha cambiato i file con 6 aggiunte e 2 eliminazioni
  1. 6 2
      src/views/question.vue

+ 6 - 2
src/views/question.vue

@@ -79,15 +79,19 @@ export default {
 }
 .topTitle {
   text-align: center;
-  height: 50px;
-  line-height: 50px;
+  padding: 10px 0;
+  line-height: 24px;
   border-bottom: 1px dashed #333;
+  margin: 0 0 10px 0;
 }
 /deep/.el-form-item {
   margin: 0;
 }
 /deep/.el-form-item__label {
   color: #389ff0;
+  text-align: left;
+  line-height: 25px;
+  padding: 0 12px 0 0;
 }
 .btn {
   text-align: center;