Commit a7e20ecf authored by xd's avatar xd

样式调整

parent f100d1f9
...@@ -63,7 +63,9 @@ export default {}; ...@@ -63,7 +63,9 @@ export default {};
.title { .title {
height: 44px; height: 44px;
background: rgba(248, 248, 248, 1); background: rgba(248, 248, 248, 1);
line-height: 44px; display: flex;
justify-content: space-between;
align-items: center;
padding: 0 16px; padding: 0 16px;
font-size: 12px; font-size: 12px;
color: rgba(45, 71, 106, 1); color: rgba(45, 71, 106, 1);
...@@ -105,7 +107,7 @@ export default {}; ...@@ -105,7 +107,7 @@ export default {};
} }
.right { .right {
width: 76%; width: 76%;
padding: 10px; padding-left: 10px;
background-color: #fff; background-color: #fff;
} }
h3 { h3 {
......
...@@ -73,7 +73,9 @@ export default {}; ...@@ -73,7 +73,9 @@ export default {};
.title { .title {
height: 44px; height: 44px;
background: rgba(248, 248, 248, 1); background: rgba(248, 248, 248, 1);
line-height: 44px; display: flex;
justify-content: space-between;
align-items: center;
padding: 0 16px; padding: 0 16px;
font-size: 12px; font-size: 12px;
color: rgba(45, 71, 106, 1); color: rgba(45, 71, 106, 1);
...@@ -116,7 +118,7 @@ export default {}; ...@@ -116,7 +118,7 @@ export default {};
} }
.right { .right {
width: 76%; width: 76%;
padding: 10px; padding-left: 10px;
background-color: #fff; background-color: #fff;
} }
h3 { h3 {
......
...@@ -86,6 +86,8 @@ export default { ...@@ -86,6 +86,8 @@ export default {
crmActionDate: '2020-01-10' crmActionDate: '2020-01-10'
}; };
ApiTestCfPost(postData).then(res => { ApiTestCfPost(postData).then(res => {
console.log(res);
}); });
}, },
...@@ -95,6 +97,8 @@ export default { ...@@ -95,6 +97,8 @@ export default {
crmActionDate: '2020-01-10' crmActionDate: '2020-01-10'
}; };
ApiTestEaPost(postData).then(res => { ApiTestEaPost(postData).then(res => {
console.log(res);
}); });
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment