2 Achegas 286646c72e ... caab2f2ba8

Autor SHA1 Mensaxe Data
  付宇航 caab2f2ba8 Merge branch 'master' of http://192.168.10.18:3000/sooka_shop/sooka_consult_uniapp hai 1 ano
  付宇航 336c3e2f6d 行情样式完善 hai 1 ano
Modificáronse 2 ficheiros con 5 adicións e 2 borrados
  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 {
 .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;
   padding: 15px;
   background-color: #fff;
   background-color: #fff;
 }
 }
-
+.uni-forms .uni-forms-item:last-child{
+	padding-left: 4%;
+}
 .segmented-control {
 .segmented-control {
   margin-bottom: 15px;
   margin-bottom: 15px;
 }
 }