2 Commits 286646c72e ... caab2f2ba8

Author SHA1 Message Date
  付宇航 caab2f2ba8 Merge branch 'master' of http://192.168.10.18:3000/sooka_shop/sooka_consult_uniapp 1 year ago
  付宇航 336c3e2f6d 行情样式完善 1 year ago
2 changed files with 5 additions and 2 deletions
  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;
 }