xujing před 5 roky
rodič
revize
9d52f652e7

+ 6
- 4
src/onlineSelling/components/Picker/index.scss Zobrazit soubor

@@ -1,8 +1,9 @@
1 1
 .con-item{
2 2
   display: flex;
3 3
   justify-content: space-between;
4
-  margin-bottom: 30px;
5
- 
4
+  border-bottom: 1px solid #dcdcdc;
5
+  line-height: 98px;
6
+  align-items: center;
6 7
   .title{
7 8
     font-size: 33px;
8 9
     color: #333;
@@ -15,15 +16,16 @@
15 16
     height:48px ;
16 17
     line-height: 48px;
17 18
     padding: 0 16px;
18
-    border: 1px solid #dcdcdc;
19 19
     border-radius: 4px;
20 20
     .picker{
21
-      width: 400px;
21
+      width: 300px;
22
+      height:48px ;
22 23
     }
23 24
   }
24 25
   .choose{
25 26
    font-size: 24px;
26 27
    color: #E4A938;
28
+
27 29
   }
28 30
 }
29 31
 

+ 1
- 1
src/onlineSelling/pages/records/index.scss Zobrazit soubor

@@ -68,7 +68,7 @@
68 68
   width: 100vw;
69 69
   height:100vh;
70 70
   background-color: #fff;
71
-  padding: 40px 30px;
71
+  padding: 0 30px;
72 72
   border-radius:12px;
73 73
   .con-item{
74 74
     display: flex;