付宇航 1 год назад
Родитель
Сommit
336c3e2f6d
2 измененных файлов с 5 добавлено и 2 удалено
  1. 2 1
      pages/quotations/quotations.vue
  2. 3 1
      pages/quotations/quotationsForm.vue

+ 2 - 1
pages/quotations/quotations.vue

@@ -205,7 +205,8 @@ export default {
 }
 
 .uni-table-tr:first-child {
-  background-color: #aaaaaa !important;
+  background-color: #E8E8E8 !important;
+  color: #7F818A;
 }
 
 

+ 3 - 1
pages/quotations/quotationsForm.vue

@@ -161,7 +161,9 @@ export default {
   padding: 15px;
   background-color: #fff;
 }
-
+.uni-forms .uni-forms-item:last-child{
+	padding-left: 4%;
+}
 .segmented-control {
   margin-bottom: 15px;
 }