@yeeyoon/library 3.7.6 → 3.7.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -107,7 +107,7 @@ function InfoCart(props) {
107
107
  </div>
108
108
  <div className={styles['info-cart-bottom']}>
109
109
  <div className={styles['info-cart-project']}>
110
- <p>{cardData.application_name}</p>
110
+ <h4>{cardData.application_name}</h4>
111
111
  <div className={styles['info-cart-data']}>
112
112
  {projectData &&
113
113
  projectData.map((item, index) => (
@@ -17,23 +17,25 @@
17
17
  }
18
18
  .info-cart-bottom {
19
19
  background-color: #f4f4f4;
20
- height: 400px;
20
+ height: 450px;
21
21
  overflow-x: scroll;
22
22
  padding: 0 20px;
23
23
  margin: 0 -20px -20px -20px;
24
+ border-radius: 6px;
24
25
  .info-cart-project {
25
- margin-top: 20px;
26
- p {
27
- margin-bottom: 24px;
26
+ margin-top: 24px;
27
+ h4 {
28
+ margin-bottom: 16px;
28
29
  color: #5e5873;
29
- font-size: 16px;
30
+ font-size: 14px;
31
+ font-weight: 600;
30
32
  }
31
33
  .info-cart-data {
32
34
  display: flex;
33
35
  &-item {
34
36
  display: flex;
35
37
  flex-direction: column;
36
- align-items: center;
38
+ align-items: flex-start;
37
39
  justify-content: center;
38
40
  width: 96px;
39
41
  margin-right: 16px;
@@ -64,8 +66,10 @@
64
66
  color: #5E5873;
65
67
  padding-top: 24px;
66
68
  h4 {
67
- margin-bottom: 15px;
69
+ color: #5E5873;
70
+ margin-bottom: 16px;
68
71
  font-size: 14px;
72
+ font-weight: 600;
69
73
  }
70
74
 
71
75
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yeeyoon/library",
3
- "version": "3.7.6",
3
+ "version": "3.7.7",
4
4
  "description": "宜云前端组件库和通用服务",
5
5
  "main": "index.js",
6
6
  "repository": {