2 次代碼提交 286646c72e ... caab2f2ba8

作者 SHA1 備註 提交日期
  付宇航 caab2f2ba8 Merge branch 'master' of http://192.168.10.18:3000/sooka_shop/sooka_consult_uniapp 1 年之前
  付宇航 336c3e2f6d 行情样式完善 1 年之前
共有 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;
 }