Commit a7e20ecf authored by xd's avatar xd

样式调整

parent f100d1f9
......@@ -63,7 +63,9 @@ export default {};
.title {
height: 44px;
background: rgba(248, 248, 248, 1);
line-height: 44px;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 16px;
font-size: 12px;
color: rgba(45, 71, 106, 1);
......@@ -105,7 +107,7 @@ export default {};
}
.right {
width: 76%;
padding: 10px;
padding-left: 10px;
background-color: #fff;
}
h3 {
......
......@@ -73,7 +73,9 @@ export default {};
.title {
height: 44px;
background: rgba(248, 248, 248, 1);
line-height: 44px;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 16px;
font-size: 12px;
color: rgba(45, 71, 106, 1);
......@@ -116,7 +118,7 @@ export default {};
}
.right {
width: 76%;
padding: 10px;
padding-left: 10px;
background-color: #fff;
}
h3 {
......
......@@ -86,6 +86,8 @@ export default {
crmActionDate: '2020-01-10'
};
ApiTestCfPost(postData).then(res => {
console.log(res);
});
},
......@@ -95,6 +97,8 @@ export default {
crmActionDate: '2020-01-10'
};
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