guhongwei hace 4 años
padre
commit
a2f55d18e9
Se han modificado 1 ficheros con 6 adiciones y 2 borrados
  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;