소스 검색

行情样式完善

付宇航 1 년 전
부모
커밋
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;
 }